summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | LayoutLib: only support animator-type animations.Xavier Ducrohet2011-01-112-5/+4
* | LayoutLib: fix some issue with resource resolution.Xavier Ducrohet2011-01-105-30/+37
* | LayoutLib: move asserts around.Xavier Ducrohet2011-01-101-5/+11
* | LayoutLib: display warning when a resource reference fails to resolve.Xavier Ducrohet2011-01-092-52/+70
* | LayoutLib: Fix moveChild animation.Xavier Ducrohet2011-01-093-56/+97
* | 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
* Add new "animator" and "interpolator" resource directories.Dianne Hackborn2011-01-051-1/+52
* 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
* Merge "LayoutLib: Fix gradient rendering."Xavier Ducrohet2010-12-146-64/+166
|\
| * LayoutLib: Fix gradient rendering.Xavier Ducrohet2010-12-146-64/+166
* | Merge "LayoutLib: Misc fix to rendering."Xavier Ducrohet2010-12-143-1/+4
|\ \ | |/
| * LayoutLib: Misc fix to rendering.Xavier Ducrohet2010-12-143-1/+4
* | Merge "LayoutLib: Use the new ninepatch API to suppor density."Xavier Ducrohet2010-12-144-8/+11
|\ \ | |/
| * LayoutLib: Use the new ninepatch API to suppor density.Xavier Ducrohet2010-12-134-8/+11
* | am 0ccc8b73: am 5441a9ff: Merge "GL texture filtering changed from AND to OR,...Dan Morrill2010-12-141-2/+2
|\ \ | |/ |/|
| * am 5441a9ff: Merge "GL texture filtering changed from AND to OR, so rename ta...Dan Morrill2010-12-141-2/+2
| |\
| | * GL texture filtering changed from AND to OR, so rename tag name to match.Dan Morrill2010-12-131-2/+2
* | | 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
* | | Change assets to use 64-bit APIKenny Root2010-12-083-5/+5
* | | 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
* | | Improve support for external keyboards.Jeff Brown2010-12-021-3/+22
* | | 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