summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* LAyoutLib: Fix build by adding missing IWindowSession implementation.Xavier Ducrohet2011-01-131-0/+6
* Merge "LayoutLib: move MockView back into its original package." into honeycombXavier Ducrohet2011-01-134-4/+4
|\
| * LayoutLib: move MockView back into its original package.Xavier Ducrohet2011-01-124-4/+4
* | Merge "LayoutLib: Add getViewParent/getViewIndex on RenderSession." into hone...Xavier Ducrohet2011-01-131-0/+39
|\ \ | |/
| * LayoutLib: Add getViewParent/getViewIndex on RenderSession.Xavier Ducrohet2011-01-121-0/+39
* | Merge "LayoutLib: use tags in logs." into honeycombXavier Ducrohet2011-01-1224-101/+165
|\ \ | |/
| * LayoutLib: use tags in logs.Xavier Ducrohet2011-01-1224-101/+165
* | API CHANGE: startDrag() now takes "int flags" instead of "boolean localOnly"Christopher Tate2011-01-111-1/+1
|/
* LayoutLib: Log error when style can't be found.Xavier Ducrohet2011-01-111-2/+3
* Merge "LayoutLib: misc fix." into honeycombXavier Ducrohet2011-01-112-2/+4
|\
| * LayoutLib: misc fix.Xavier Ducrohet2011-01-112-2/+4
* | LayoutLib: Improve error reporting.Xavier Ducrohet2011-01-119-47/+35
* | LayoutLib: fix XmlUtils.convertValueToIntXavier Ducrohet2011-01-113-0/+192
* | 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