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
*
Fix build.
Dianne Hackborn
2009-11-16
1
-6
/
+6
*
Minor fix for the parent style computation in the layoutlib.
Xavier Ducrohet
2009-11-15
1
-8
/
+11
*
Properly implement Paint.breakText for layoutlib.
Xavier Ducrohet
2009-11-13
1
-2
/
+12
*
Add a way for wallpapers to know the delta between virtual screens.
Marco Nelissen
2009-11-09
1
-2
/
+4
*
Support for fallback fonts in layoutlib.
Xavier Ducrohet
2009-11-09
4
-120
/
+333
*
am 00e44ef2: Merge change I54545dfd into eclair-sdk
Dirk Dougherty
2009-11-04
2
-9
/
+9
|
\
|
*
doc change: fix broken R.styleable formatting (caused by missing periods). Ad...
Dirk Dougherty
2009-11-03
2
-9
/
+9
*
|
Fix layoutlib tests so they pas when run from Eclipse workbench.
Brett Chabot
2009-11-03
2
-2
/
+2
*
|
Implement feature #2117336: Create event communication APIs for live wallpaper
Dianne Hackborn
2009-10-22
1
-0
/
+19
*
|
add "junk path" -k option to aapt (DO NOT MERGE)
Doug Zongker
2009-10-19
3
-8
/
+22
|
/
*
layout lib tests cleanup
Xavier Ducrohet
2009-10-06
5
-320
/
+17
*
Add a test to make sure the replaced classes in layoutlib are correct.
Xavier Ducrohet
2009-10-06
2
-6
/
+146
*
Reimplement all the method of Paint for layoutlib
Xavier Ducrohet
2009-10-05
1
-69
/
+294
*
Fix the layoutlib test to run from adt-tests.
Xavier Ducrohet
2009-10-05
6
-67
/
+53
*
Refactor class/method names used by layoutlib_create.
Xavier Ducrohet
2009-10-05
3
-38
/
+86
*
Fix a warning output.
Xavier Ducrohet
2009-09-28
1
-1
/
+2
*
AAPT: Ignore visual source safe files in resources
Raphael
2009-09-24
1
-0
/
+4
*
Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off
Dianne Hackborn
2009-09-23
1
-1
/
+11
*
Add density support to layoutlib so that bitmap are scaled if needed.
Xavier Ducrohet
2009-09-23
4
-47
/
+78
*
Fix issue #2125720 Weather Forecast Widget - graphics do not scale
Dianne Hackborn
2009-09-23
1
-2
/
+2
*
Merge change 26635 into eclair
Android (Google) Code Review
2009-09-23
9
-6
/
+309
|
\
|
*
Added tool to generate application-specific reports from class load profiling...
Bob Lee
2009-09-23
9
-6
/
+309
*
|
Add density value to density enum.
Xavier Ducrohet
2009-09-22
1
-1
/
+14
|
/
*
Add a new IResourceValue that knows about the density.
Xavier Ducrohet
2009-09-22
1
-0
/
+31
*
Fix issue with printing gles version in aapt dump badging option
Suchi Amalapurapu
2009-09-20
1
-2
/
+3
*
Add API to send an ordered sticky broadcast.
Dianne Hackborn
2009-09-19
1
-0
/
+7
*
Fix issue #2093608: Calendar widget takes a few seconds to launch
Dianne Hackborn
2009-09-17
1
-0
/
+8
*
Implement issue #1780928: Need support hiding nav keys.
Dianne Hackborn
2009-09-15
2
-1
/
+57
*
Merge change 24829 into eclair
Android (Google) Code Review
2009-09-14
1
-1
/
+8
|
\
|
*
Some optizations to wallpaper drawing/scrolling.
Dianne Hackborn
2009-09-14
1
-1
/
+8
*
|
Fix some LayoutBridge javadoc.
Raphael
2009-09-14
2
-13
/
+17
|
/
*
Fix compilation of add-resource tag.
Robert Greenwalt
2009-09-02
1
-1
/
+1
*
Make it an error to use a bare apostrophe in aapt, and adjust warnings/errors.
Eric Fischer
2009-09-01
2
-3
/
+7
*
Fix replacement-after-add of resource files in overlay.
Robert Greenwalt
2009-08-31
1
-19
/
+45
*
applications are at level 2
Joe Onorato
2009-08-30
1
-1
/
+1
*
Add a flag (-G) to aapt to have it output the classes that shouldn't be obfus...
Joe Onorato
2009-08-30
7
-4
/
+271
*
Add platform infrastructure for features.
Dianne Hackborn
2009-08-27
1
-3
/
+4
*
Fix issue #2084148: Define the format for the auto focus preview for barcode ...
Dianne Hackborn
2009-08-27
1
-0
/
+44
*
I am getting tired of the java doc warnings, so fix them.
Dianne Hackborn
2009-08-24
1
-10
/
+51
*
Replace fullHeight support by fullSize (height and width)
Xavier Ducrohet
2009-08-21
2
-11
/
+16
*
Support full length rendering.
Xavier Ducrohet
2009-08-20
2
-14
/
+94
*
Merge change 21764 into eclair
Android (Google) Code Review
2009-08-18
1
-62
/
+130
|
\
|
*
Add aapt extensions to dump badging to print more info about activities, rece...
Suchi Amalapurapu
2009-08-18
1
-62
/
+130
*
|
am ad4bc607: Merge change 21772 into donut
Xavier Ducrohet
2009-08-18
1
-0
/
+18
|
\
\
|
|
/
|
/
|
|
*
Fix Resources#opeRawResource(int, TypedValue) in layoutlib.
Xavier Ducrohet
2009-08-18
1
-0
/
+18
*
|
resolved conflicts for merge of 6ba69734 to eclair, skipping preloaded-classe...
Android Git Automerger
2009-08-18
14
-287
/
+867
|
\
\
|
|
/
|
*
Merge change 21178 into donut
Android (Google) Code Review
2009-08-17
14
-287
/
+867
|
|
\
|
|
*
Simplified algorithm used to generate the preloaded-classes list. Generated a...
Bob Lee
2009-08-17
14
-287
/
+867
*
|
|
am ace6a5cf: Merge change 21408 into donut
Xavier Ducrohet
2009-08-18
6
-156
/
+275
|
\
\
\
|
|
/
/
|
*
|
Improved drawing/matrix support in layoutlib
Xavier Ducrohet
2009-08-17
6
-156
/
+275
[next]