summaryrefslogtreecommitdiffstats
path: root/core/jni/android_util_AssetManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shared library resource supportAdam Lesinski2014-03-251-4/+46
* Implement APIs for obtaining, caching themed DrawablesAlan Viverette2014-03-241-0/+194
* Runtime resource overlay, iteration 2MÃ¥rten Kongstad2014-02-031-2/+92
* AArch64: Make AssetManager and related classes 64-bit compatibleAshok Bhat2014-01-311-70/+80
* AssetManager cookies should be int32_t and not void*.Narayan Kamath2014-01-271-6/+7
* Resource memory optimization.Dianne Hackborn2013-07-311-9/+25
* am 11cd57ca: Merge "Avoid unnecessary FindClass("java/lang/String")."Dianne Hackborn2013-06-171-15/+3
|\
| * Avoid unnecessary FindClass("java/lang/String").Vladimir Marko2013-06-171-15/+3
* | Add new resources trace, also trace apk dex loading.Dianne Hackborn2013-04-121-1/+1
* | Fix build.Dianne Hackborn2013-02-111-2/+2
* | Fix issue #8176917: Stabillity : Native Crash :Dianne Hackborn2013-02-111-0/+4
|/
* Fix issue #6440173: MenuItem.setIcon(Drawable) scaling incorrectly...Dianne Hackborn2012-05-181-1/+1
* frameworks/base refactoring.Mathias Agopian2012-02-171-3/+3
* Fix build warningsGlenn Kasten2012-01-111-2/+2
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-7/+7
* resolved conflicts for merge of 06a8ceac to masterDianne Hackborn2011-05-191-1/+3
|\
| * Add new "-swNNNdp" resource qualifier.Dianne Hackborn2011-05-191-1/+3
| * DO NOT MERGE. Integrate add new screen width/height in "dp" configs.Dianne Hackborn2011-05-121-1/+4
* | You don't need to poke around inside FileDescriptor manually.Elliott Hughes2011-04-111-1/+1
* | More JNI exception-throwing cleanup.Elliott Hughes2011-04-081-178/+128
* | Add new resource configurations for screen width/height in "dp".Dianne Hackborn2011-04-061-1/+4
* | Establish a global reference before saving a class into a global.Carl Shapiro2011-03-031-1/+3
|/
* Don't pay attention to string block on @nullKenny Root2011-01-201-0/+1
* Change assets to use 64-bit APIKenny Root2010-12-081-1/+1
* fix int vs. pointer mismatch in return statement.Olivier Bailly2010-11-181-1/+1
* Add path to get different DPI drawablesKenny Root2010-10-291-2/+3
* Broken build. Missing ;Gilles Debunne2010-08-271-1/+1
* Fix for 512 limit in assetManager.listGilles Debunne2010-08-261-77/+77
* Prevent local reference table overflowsKenny Root2010-05-061-7/+14
* Fix some bugs.Dianne Hackborn2010-03-041-0/+62
* Use UTF-8 strings to avoid duplicate caching, part 1Kenny Root2010-02-231-8/+14
* Introduce special UI modes for night and car usage.Tobias Haamel2010-02-111-2/+4
* Stop spamming the log.Joe Onorato2010-01-061-1/+0
* Debugging for issue #2228381 android.view.InflateExceptionDianne Hackborn2009-11-201-5/+22
* Fix issue #2048263: More debugging informationDianne Hackborn2009-08-111-0/+18
* Fix #2018814: System cannot correctly render assets with "wrap_content" attri...Dianne Hackborn2009-07-291-6/+20
* First pass at reworking screen density/size APIs.Dianne Hackborn2009-07-211-1/+1
* Expand support for different screen sizes.Dianne Hackborn2009-06-261-2/+3
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1687
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1687/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-3/+14
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-6/+9
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1673