summaryrefslogtreecommitdiffstats
path: root/libs/utils/Asset.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Support streaming of compressed assets > 1 megabyteChristopher Tate2010-07-281-29/+45
| | | | | | | | | | | | Compressed assets larger than one megabyte are now decompressed on demand rather than being decompressed in their entirety and held in memory. Reading the data in order is relatively efficient, as is seeking forward in the stream. Seeking backwards is supported, but requires reprocessing the compressed data from the beginning, so is very inefficient. In addition, the size limit on compressed assets has been eliminated. Change-Id: I6e68247957e6c53e7e8ba70d12764695f1723bad
* Fix issue #2048263: More debugging informationDianne Hackborn2009-08-111-5/+53
| | | | | We now hopefully do better about generating the anr reports, and include information about the malloc loaded assets in meminfo.
* Don't re-parse the framework resources all the time.Dianne Hackborn2009-07-061-1/+4
| | | | | | | | 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.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+813
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-813/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+813