summaryrefslogtreecommitdiffstats
path: root/libs/utils/AssetManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't re-parse the framework resources all the time.Dianne Hackborn2009-07-061-14/+83
| | | | | | | | 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-2/+57
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1637
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1637/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1637