summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib
Commit message (Expand)AuthorAgeFilesLines
* LayoutLib: add a few misc implementations.Xavier Ducrohet2011-01-074-25/+48
* LayoutLib: finish Typeface and unload them in dispose.Xavier Ducrohet2011-01-073-5/+11
* LayoutLib: remove fade in/out transition on moveChild.Xavier Ducrohet2011-01-071-19/+30
* LayoutLib: fix moveChild again.Xavier Ducrohet2011-01-072-3/+25
* LayoutLib: fix animated moveChild.Xavier Ducrohet2011-01-072-18/+80
* LayoutLib: Finish the matrix delegate.Xavier Ducrohet2011-01-063-12/+55
* LayoutLib: fix clipping issues.Xavier Ducrohet2011-01-063-14/+87
* Cherry-pick 9b53dd9d60a01ddb1307177c296c7b4fd6114753 from masterXavier Ducrohet2011-01-061-17/+11
* LayoutLib: Misc javadoc fixes.Xavier Ducrohet2011-01-035-15/+15
* LayoutLib: Support Region through delegates.Xavier Ducrohet2010-12-247-98/+415
* LayoutLib: add support for unsupported drawing modifiers.Xavier Ducrohet2010-12-2423-334/+906
* LayoutLib: Fix Canvas layer support with 2+ layersXavier Ducrohet2010-12-241-69/+121
* LayoutLib: improve bitmap support.Xavier Ducrohet2010-12-225-184/+512
* LayoutLib: support for layers.Xavier Ducrohet2010-12-228-562/+880
* LayoutLib: Misc rendering fixes.Xavier Ducrohet2010-12-219-99/+155
* LayoutLib: support for Path and BitmapShader using delegates.Xavier Ducrohet2010-12-2125-802/+1900
* LayoutLib: Update layoutlib with revised API.Xavier Ducrohet2010-12-2115-194/+204
* Ensure bitmaps aren't freed while referenced from a display listPatrick Dubroy2010-12-201-3/+0
* LayoutLib: replace the stack of Graphics2D with custom snapshots.Xavier Ducrohet2010-12-154-114/+404
* Fix build break due to additional arg in Bitmap ctorPatrick Dubroy2010-12-141-1/+1
* LayoutLib: Fix gradient rendering.Xavier Ducrohet2010-12-146-64/+166
* LayoutLib: Misc fix to rendering.Xavier Ducrohet2010-12-143-1/+4
* LayoutLib: Use the new ninepatch API to suppor density.Xavier Ducrohet2010-12-134-8/+11
* LayoutLib: implement more of Canvas/Paint.Xavier Ducrohet2010-12-132-36/+103
* LayoutLib: parsed resources were always set as platform res.Xavier Ducrohet2010-12-103-1/+11
* LayoutLib: Adapt to new LayoutLibXavier Ducrohet2010-12-1011-234/+147
* LayoutLib: explicitely override PropertyValuesHolder native code.Xavier Ducrohet2010-12-073-6/+55
* Merge "LayoutLib: Update font object when text info changes in paint delegate"Xavier Ducrohet2010-12-061-7/+9
|\
| * LayoutLib: Update font object when text info changes in paint delegateXavier Ducrohet2010-12-061-7/+9
* | LayoutLib: Fix logging.Xavier Ducrohet2010-12-0612-98/+114
|/
* LayoutLib: Animation support in insert/move/removeChild actions.Xavier Ducrohet2010-12-034-64/+288
* LayoutLib: Create new layoutparams when moving a childXavier Ducrohet2010-12-026-22/+184
* LayoutLib: Update to use the new moveChild API.Xavier Ducrohet2010-12-022-1/+20
* Layoutlib: update with new add/movechild API.Xavier Ducrohet2010-12-024-42/+33
* LayoutLib: Reuse canvas when possible.Xavier Ducrohet2010-12-025-110/+162
* LayoutLib: implement insert/move/removeChild.Xavier Ducrohet2010-12-014-12/+170
* LayoutLib: get AWT image from new image factory.Xavier Ducrohet2010-11-291-3/+8
* Layoutlib: Animation support.Xavier Ducrohet2010-11-2910-78/+647
* Layoutlib: use default nine patch classes.Xavier Ducrohet2010-11-2310-166/+330
* Layoutlib: support for editing embedded layouts.Xavier Ducrohet2010-11-195-18/+130
* LayoutLib: use the new expand API.Xavier Ducrohet2010-11-191-9/+20
* LayoutLib: fix some testsXavier Ducrohet2010-11-192-3/+7
* Layoutlib: support viewkey in include nodes.Xavier Ducrohet2010-11-183-44/+69
* Layoutlib: use int[] wrapper to use as map keys.Xavier Ducrohet2010-11-181-3/+43
* Layoutlib: Properly dispose of bitmap delegate.Xavier Ducrohet2010-11-183-91/+16
* Layoutlib: support XML based ColorStateList.Xavier Ducrohet2010-11-171-7/+34
* Layoutlib: Fix alpha support in Canvas/Paint.Xavier Ducrohet2010-11-122-42/+21
* Layoutlib: Fill the default prop value map for View objects.Xavier Ducrohet2010-11-123-28/+33
* Fix fill color alpha in layoutlibTor Norbye2010-11-111-1/+1
* Misc fix in layoutlib bridge + View.isIneditMode as delegate.Xavier Ducrohet2010-11-118-34/+56