summaryrefslogtreecommitdiffstats
path: root/tools
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
* 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
* | | LayoutLib: get AWT image from new image factory.Xavier Ducrohet2010-11-291-3/+8
* | | Layoutlib: Animation support.Xavier Ducrohet2010-11-2910-78/+647
* | | Merge "Fix build on Linux due to different strrchr prototype."Jeff Brown2010-11-231-1/+1
|\ \ \
| * | | Fix build on Linux due to different strrchr prototype.Jeff Brown2010-11-231-1/+1
* | | | Merge "Port Emulator keymaps."Jeff Brown2010-11-232-0/+144
|\ \ \ \ | |/ / /
| * | | Port Emulator keymaps.Jeff Brown2010-11-232-0/+144
* | | | Layoutlib: use default nine patch classes.Xavier Ducrohet2010-11-2310-166/+330
* | | | Add knowledge of mipmap to aaptKenny Root2010-11-224-25/+60
|/ / /
* | | 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
* | | Layoutlib: New bridge implementation using the new API 5.Xavier Ducrohet2010-11-1140-1098/+1326
* | | Layoutlib: Load fragmentsXavier Ducrohet2010-11-085-8/+135
* | | Layoutlib: more text drawing.Xavier Ducrohet2010-11-082-11/+9