summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge
Commit message (Expand)AuthorAgeFilesLines
* 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-072-6/+54
* 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-299-78/+645
* Layoutlib: use default nine patch classes.Xavier Ducrohet2010-11-239-166/+329
* 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-117-32/+54
* Layoutlib: New bridge implementation using the new API 5.Xavier Ducrohet2010-11-1140-1098/+1326
* Layoutlib: Load fragmentsXavier Ducrohet2010-11-083-7/+130
* Layoutlib: more text drawing.Xavier Ducrohet2010-11-082-11/+9
* Layoutlib native delegate: FloatMath.Xavier Ducrohet2010-11-031-14/+16
* Layoutlib native delegate: path effects and xfermode.Xavier Ducrohet2010-11-037-129/+300
* Layoutlib native delegate: primitive shapes and shadersXavier Ducrohet2010-11-0311-342/+520
* More layout Canvas/Paint implementation.Xavier Ducrohet2010-11-012-36/+161
* More implementation of the layoutlib Paint/Canvas delegates.Xavier Ducrohet2010-11-013-127/+720
* Layoutlib Canvas and Paint implementation through native delegatesXavier Ducrohet2010-11-0110-2477/+1367
* Implement the layoutlib Bitmap through a native delegate.Xavier Ducrohet2010-10-298-347/+394
* Fix the layoutlib_bridge .classpath to not use the full layoutlibXavier Ducrohet2010-10-271-1/+1
* Move layoutlib typeface implementation to delegate.Xavier Ducrohet2010-10-277-292/+307
* am 57f7ccc4: am 63e5d07e: Merge "Fix issue with project resources overriding ...Xavier Ducrohet2010-10-273-19/+22
|\
| * am 63e5d07e: Merge "Fix issue with project resources overriding framework res...Xavier Ducrohet2010-10-273-19/+22
| |\
| | * Fix issue with project resources overriding framework resources.Xavier Ducrohet2010-10-263-19/+22
* | | Reimplement the native matrix method using the new delegate way.Xavier Ducrohet2010-10-277-1066/+1240