summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Find layout classes in all "layout-*" dirs.Ying Wang2010-01-201-3/+9
* ADT/Layoutlib: implement sweep gradient.Xavier Ducrohet2010-01-193-60/+140
* Merge "ADT/Layoutlib: implement radial gradient." into eclairXavier Ducrohet2010-01-193-219/+338
|\
| * ADT/Layoutlib: implement radial gradient.Xavier Ducrohet2010-01-193-219/+338
* | Merge "Add instrumentation as a source tag for proguard keep options." into e...Ying Wang2010-01-191-36/+44
|\ \ | |/ |/|
| * Add instrumentation as a source tag for proguard keep options.Ying Wang2010-01-131-36/+44
* | ADT/Layoutlib: Add dash support to stroke.Xavier Ducrohet2010-01-153-38/+92
* | ADT/Layoutlib: properly handle stroke information.Xavier Ducrohet2010-01-142-2/+41
* | Merge "ADT/Layoutlib: improved gradient drawing for perf." into eclairXavier Ducrohet2010-01-141-3/+9
|\ \
| * | ADT/Layoutlib: improved gradient drawing for perf.Xavier Ducrohet2010-01-141-3/+9
* | | ADT/Layoutlib: don't draw 0-sized rectangle, AWT doesn't like that.Xavier Ducrohet2010-01-141-28/+32
|/ /
* | ADT/Layoutlib: always use custom gradient (java) Paint.Xavier Ducrohet2010-01-141-30/+17
* | ADT/Layout: support for 3+ color in linear gradientsXavier Ducrohet2010-01-141-6/+243
* | ADT/Layoutlib: shader clean-up.Xavier Ducrohet2010-01-147-7/+14
* | ADT/Layoutlib: 2 color, linear gradient support.Xavier Ducrohet2010-01-138-56/+92
* | ADT/Layoutlib: implement Canvas.concat(Matrix)Xavier Ducrohet2010-01-132-18/+34
* | ADT/Layoutlib: Reimplement parts of BitmapFactoryXavier Ducrohet2010-01-133-0/+605
|/
* Only output proguard keep for nonempty attribute name in the AndroidManifest....Ying Wang2010-01-121-23/+25
* LayoutLib: support for custom styles.Xavier Ducrohet2010-01-111-3/+14
* Merge "Move Layoutlib API library to sdk.git" into eclairXavier Ducrohet2010-01-0712-642/+0
|\
| * Move Layoutlib API library to sdk.gitXavier Ducrohet2010-01-0712-642/+0
* | Fix issue #2357259: aapt tool prints "uses-configuation:"Dianne Hackborn2010-01-061-1/+1
|/
* Layoutlib: Add a constant for default density value.Xavier Ducrohet2009-12-111-0/+3
* Add --custom-package to aaptXavier Ducrohet2009-11-303-6/+25
* Fix build.Dianne Hackborn2009-11-161-6/+6
* Minor fix for the parent style computation in the layoutlib.Xavier Ducrohet2009-11-151-8/+11
* Properly implement Paint.breakText for layoutlib.Xavier Ducrohet2009-11-131-2/+12
* Add a way for wallpapers to know the delta between virtual screens.Marco Nelissen2009-11-091-2/+4
* Support for fallback fonts in layoutlib.Xavier Ducrohet2009-11-094-120/+333
* am 00e44ef2: Merge change I54545dfd into eclair-sdkDirk Dougherty2009-11-042-9/+9
|\
| * doc change: fix broken R.styleable formatting (caused by missing periods). Ad...Dirk Dougherty2009-11-032-9/+9
* | Fix layoutlib tests so they pas when run from Eclipse workbench.Brett Chabot2009-11-032-2/+2
* | Implement feature #2117336: Create event communication APIs for live wallpaperDianne Hackborn2009-10-221-0/+19
* | add "junk path" -k option to aapt (DO NOT MERGE)Doug Zongker2009-10-193-8/+22
|/
* layout lib tests cleanupXavier Ducrohet2009-10-065-320/+17
* Add a test to make sure the replaced classes in layoutlib are correct.Xavier Ducrohet2009-10-062-6/+146
* Reimplement all the method of Paint for layoutlibXavier Ducrohet2009-10-051-69/+294
* Fix the layoutlib test to run from adt-tests.Xavier Ducrohet2009-10-056-67/+53
* Refactor class/method names used by layoutlib_create.Xavier Ducrohet2009-10-053-38/+86
* Fix a warning output.Xavier Ducrohet2009-09-281-1/+2
* AAPT: Ignore visual source safe files in resourcesRaphael2009-09-241-0/+4
* Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns offDianne Hackborn2009-09-231-1/+11
* Add density support to layoutlib so that bitmap are scaled if needed.Xavier Ducrohet2009-09-234-47/+78
* Fix issue #2125720 Weather Forecast Widget - graphics do not scaleDianne Hackborn2009-09-231-2/+2
* Merge change 26635 into eclairAndroid (Google) Code Review2009-09-239-6/+309
|\
| * Added tool to generate application-specific reports from class load profiling...Bob Lee2009-09-239-6/+309
* | Add density value to density enum.Xavier Ducrohet2009-09-221-1/+14
|/
* Add a new IResourceValue that knows about the density.Xavier Ducrohet2009-09-221-0/+31
* Fix issue with printing gles version in aapt dump badging optionSuchi Amalapurapu2009-09-201-2/+3
* Add API to send an ordered sticky broadcast.Dianne Hackborn2009-09-191-0/+7