summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge
Commit message (Expand)AuthorAgeFilesLines
* ADT/Layoutlib: implement radial gradient.Xavier Ducrohet2010-01-193-219/+338
* ADT/Layoutlib: Add dash support to stroke.Xavier Ducrohet2010-01-152-38/+91
* 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-132-0/+604
* LayoutLib: support for custom styles.Xavier Ducrohet2010-01-111-3/+14
* 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
* 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
* 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
* Fix a warning output.Xavier Ducrohet2009-09-281-1/+2
* 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
* Add API to send an ordered sticky broadcast.Dianne Hackborn2009-09-191-0/+7
* Fix issue #2093608: Calendar widget takes a few seconds to launchDianne Hackborn2009-09-171-0/+8
* Some optizations to wallpaper drawing/scrolling.Dianne Hackborn2009-09-141-1/+8
* Replace fullHeight support by fullSize (height and width)Xavier Ducrohet2009-08-211-7/+13
* Support full length rendering.Xavier Ducrohet2009-08-201-5/+41
* am ad4bc607: Merge change 21772 into donutXavier Ducrohet2009-08-181-0/+18
|\
| * Fix Resources#opeRawResource(int, TypedValue) in layoutlib.Xavier Ducrohet2009-08-181-0/+18
* | am ace6a5cf: Merge change 21408 into donutXavier Ducrohet2009-08-185-150/+268
|\ \ | |/
| * Improved drawing/matrix support in layoutlibXavier Ducrohet2009-08-175-150/+268
* | am c1c432f5: Merge change 21241 into donutXavier Ducrohet2009-08-182-11/+36
|\ \ | |/
| * Layoutlib now uses the dimen status_bar_height instead of hard-coded valueXavier Ducrohet2009-08-132-11/+36
* | Allow wallpapers to get touch events.Dianne Hackborn2009-08-171-2/+2
* | am 94ff3f1f: Merge change 21063 into donutXavier Ducrohet2009-08-133-46/+82
|\ \ | |/
| * Fix handling of reference XML file in layout filesXavier Ducrohet2009-08-133-46/+82
* | am e1b63d22: Merge change 21033 into donutXavier Ducrohet2009-08-133-114/+277
|\ \ | |/
| * Mock ServiceManager and AccesibilityManager to make the view renders in ADTXavier Ducrohet2009-08-123-114/+277
* | remove GearsAndrei Popescu2009-08-131-7/+0
* | Report wallpaper offset to the wallpaper, use this in the image wallpaper.Dianne Hackborn2009-08-121-0/+5
* | Implement support for scrolling a wallpaper.Dianne Hackborn2009-08-111-0/+4
|/
* Reimplement TypedArray.getLayoutDimension(int, int) for the layout bridge.Xavier Ducrohet2009-07-221-109/+114
* Add "nodpi" density, and expose a bunch of density-related APIs.Dianne Hackborn2009-07-171-5/+5
* Expand support for different screen sizes.Dianne Hackborn2009-06-261-1/+2