index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
LayoutLib: add a few misc implementations.
Xavier Ducrohet
2011-01-07
4
-25
/
+48
*
LayoutLib: finish Typeface and unload them in dispose.
Xavier Ducrohet
2011-01-07
3
-5
/
+11
*
LayoutLib: remove fade in/out transition on moveChild.
Xavier Ducrohet
2011-01-07
1
-19
/
+30
*
LayoutLib: fix moveChild again.
Xavier Ducrohet
2011-01-07
2
-3
/
+25
*
LayoutLib: fix animated moveChild.
Xavier Ducrohet
2011-01-07
2
-18
/
+80
*
LayoutLib: Finish the matrix delegate.
Xavier Ducrohet
2011-01-06
3
-12
/
+55
*
LayoutLib: fix clipping issues.
Xavier Ducrohet
2011-01-06
3
-14
/
+87
*
Cherry-pick 9b53dd9d60a01ddb1307177c296c7b4fd6114753 from master
Xavier Ducrohet
2011-01-06
1
-17
/
+11
*
Add new "animator" and "interpolator" resource directories.
Dianne Hackborn
2011-01-05
1
-1
/
+52
*
LayoutLib: Misc javadoc fixes.
Xavier Ducrohet
2011-01-03
5
-15
/
+15
*
LayoutLib: Support Region through delegates.
Xavier Ducrohet
2010-12-24
7
-98
/
+415
*
LayoutLib: add support for unsupported drawing modifiers.
Xavier Ducrohet
2010-12-24
23
-334
/
+906
*
LayoutLib: Fix Canvas layer support with 2+ layers
Xavier Ducrohet
2010-12-24
1
-69
/
+121
*
LayoutLib: improve bitmap support.
Xavier Ducrohet
2010-12-22
5
-184
/
+512
*
LayoutLib: support for layers.
Xavier Ducrohet
2010-12-22
8
-562
/
+880
*
LayoutLib: Misc rendering fixes.
Xavier Ducrohet
2010-12-21
9
-99
/
+155
*
LayoutLib: support for Path and BitmapShader using delegates.
Xavier Ducrohet
2010-12-21
25
-802
/
+1900
*
LayoutLib: Update layoutlib with revised API.
Xavier Ducrohet
2010-12-21
15
-194
/
+204
*
Ensure bitmaps aren't freed while referenced from a display list
Patrick Dubroy
2010-12-20
1
-3
/
+0
*
LayoutLib: replace the stack of Graphics2D with custom snapshots.
Xavier Ducrohet
2010-12-15
4
-114
/
+404
*
Fix build break due to additional arg in Bitmap ctor
Patrick Dubroy
2010-12-14
1
-1
/
+1
*
Merge "LayoutLib: Fix gradient rendering."
Xavier Ducrohet
2010-12-14
6
-64
/
+166
|
\
|
*
LayoutLib: Fix gradient rendering.
Xavier Ducrohet
2010-12-14
6
-64
/
+166
*
|
Merge "LayoutLib: Misc fix to rendering."
Xavier Ducrohet
2010-12-14
3
-1
/
+4
|
\
\
|
|
/
|
*
LayoutLib: Misc fix to rendering.
Xavier Ducrohet
2010-12-14
3
-1
/
+4
*
|
Merge "LayoutLib: Use the new ninepatch API to suppor density."
Xavier Ducrohet
2010-12-14
4
-8
/
+11
|
\
\
|
|
/
|
*
LayoutLib: Use the new ninepatch API to suppor density.
Xavier Ducrohet
2010-12-13
4
-8
/
+11
*
|
am 0ccc8b73: am 5441a9ff: Merge "GL texture filtering changed from AND to OR,...
Dan Morrill
2010-12-14
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
am 5441a9ff: Merge "GL texture filtering changed from AND to OR, so rename ta...
Dan Morrill
2010-12-14
1
-2
/
+2
|
|
\
|
|
*
GL texture filtering changed from AND to OR, so rename tag name to match.
Dan Morrill
2010-12-13
1
-2
/
+2
*
|
|
LayoutLib: implement more of Canvas/Paint.
Xavier Ducrohet
2010-12-13
2
-36
/
+103
*
|
|
LayoutLib: parsed resources were always set as platform res.
Xavier Ducrohet
2010-12-10
3
-1
/
+11
*
|
|
LayoutLib: Adapt to new LayoutLib
Xavier Ducrohet
2010-12-10
11
-234
/
+147
*
|
|
Change assets to use 64-bit API
Kenny Root
2010-12-08
3
-5
/
+5
*
|
|
LayoutLib: explicitely override PropertyValuesHolder native code.
Xavier Ducrohet
2010-12-07
3
-6
/
+55
*
|
|
Merge "LayoutLib: Update font object when text info changes in paint delegate"
Xavier Ducrohet
2010-12-06
1
-7
/
+9
|
\
\
\
|
*
|
|
LayoutLib: Update font object when text info changes in paint delegate
Xavier Ducrohet
2010-12-06
1
-7
/
+9
*
|
|
|
LayoutLib: Fix logging.
Xavier Ducrohet
2010-12-06
12
-98
/
+114
|
/
/
/
*
|
|
LayoutLib: Animation support in insert/move/removeChild actions.
Xavier Ducrohet
2010-12-03
4
-64
/
+288
*
|
|
LayoutLib: Create new layoutparams when moving a child
Xavier Ducrohet
2010-12-02
6
-22
/
+184
*
|
|
LayoutLib: Update to use the new moveChild API.
Xavier Ducrohet
2010-12-02
2
-1
/
+20
*
|
|
Improve support for external keyboards.
Jeff Brown
2010-12-02
1
-3
/
+22
*
|
|
Layoutlib: update with new add/movechild API.
Xavier Ducrohet
2010-12-02
4
-42
/
+33
*
|
|
LayoutLib: Reuse canvas when possible.
Xavier Ducrohet
2010-12-02
5
-110
/
+162
*
|
|
LayoutLib: implement insert/move/removeChild.
Xavier Ducrohet
2010-12-01
4
-12
/
+170
*
|
|
LayoutLib: get AWT image from new image factory.
Xavier Ducrohet
2010-11-29
1
-3
/
+8
*
|
|
Layoutlib: Animation support.
Xavier Ducrohet
2010-11-29
10
-78
/
+647
*
|
|
Merge "Fix build on Linux due to different strrchr prototype."
Jeff Brown
2010-11-23
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix build on Linux due to different strrchr prototype.
Jeff Brown
2010-11-23
1
-1
/
+1
*
|
|
|
Merge "Port Emulator keymaps."
Jeff Brown
2010-11-23
2
-0
/
+144
|
\
\
\
\
|
|
/
/
/
[next]