summaryrefslogtreecommitdiffstats
path: root/include/utils/AssetManager.h
Commit message (Collapse)AuthorAgeFilesLines
* More native work.Dianne Hackborn2010-08-111-0/+2
| | | | | | | Implement save/restore of state, and add native APIs for configuration information. Change-Id: I2a3ddc2ba605db58d7c8b2b31b9215fb323f90b5
* Add native C APIs for working with the Asset ManagerChristopher Tate2010-07-151-1/+19
| | | | Change-Id: I493b142c4b35e5cc1a1e85283bb5dfb306a6d261
* Don't re-parse the framework resources all the time.Dianne Hackborn2009-07-061-2/+9
| | | | | | | | A small optimization to the resource code, to not re-parse the framework resources every time we build a new AssetManager. Instead, you can now construct a ResTable from a previously created one... of course, like the existing code for using the data in-place, you can't delete the original ResTable until you have deleted the one that has been constructed from it.
* Update aapt badging for native code, configs, density, etc.Dianne Hackborn2009-05-181-0/+12
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+323
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-323/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+323