aboutsummaryrefslogtreecommitdiffstats
path: root/layoutlib_utils
Commit message (Collapse)AuthorAgeFilesLines
* Rename layoutlib_utils into ide_common.Xavier Ducrohet2010-11-1113-926/+0
| | | | Change-Id: Id243fe66e2ce577bc821ca454bca18444ebb5e7d
* Make ADT use the new layoutlib API.Xavier Ducrohet2010-11-119-4/+494
| | | | | | | | | | | | | | | | | | | | | | ADT now exclusively use the new API. The older platforms that still use the old API are accessed through a compatibility layer provided by the class LayoutBridgeWrapper that converts the old to the new API (both input and output). The wrapper and the loading code for the bridge have moved to layoutlib_utils, but into the ide.common package. Layoutlib_utils is to be renamed ide-common later. .sdk.LoadStatus has moved into .ide.common too since it's used by the bridge loading code. As we'll move more code into ide-common it's ok to have it there anyway. Also did some minor fix to the API: - missing implementation of ViewInfo - Made a singleton for SUCCESS state of SceneResult. Change-Id: I5e7130ca03b92ad71dc9c293b2ffc40566df645c
* Create Density based resource values when needed.Xavier Ducrohet2009-09-221-0/+34
| | | | | | | This will let the layoutlib know when to scale bitmaps that are not in the native density of the rendering. Change-Id: I08c99666460b5b5a3ed8d0aac7fa1b7c0136fd6b
* Split development/.gitignore into separate gitignore files per project.Raphael2009-04-261-0/+2
| | | | | Added missing gitignore for layoutlib_utils. Changed mkstubs build path to use prebuilt/asm-3.1 instead of asm-3.1 project.
* AI 146808: am: CL 146806 Make sure we check buffer length when removing ↵Xavier Ducrohet2009-04-181-11/+13
| | | | | | | | | escaped chars (like unicode) when parsing Value XML files. Original author: xav Merged from: //branches/cupcake/... Automated import of CL 146808
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-036-0/+398
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-036-398/+0
|
* Initial ContributionThe Android Open Source Project2008-10-216-0/+398