summaryrefslogtreecommitdiffstats
path: root/core/jni/android_util_AssetManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* themes: Fix strictmode warningsSteve Kondik2015-10-271-0/+5
* Themes: Restructure resource cache [1/2]d34d2015-10-271-3/+13
* Themes: Port to CM13 [1/3]Andy Mast2015-10-261-9/+171
* Add -round and -notround qualifier to android runtime/aaptAdam Lesinski2015-05-151-0/+11
* Improve keying for theme caches, rebase system theme on config changeAlan Viverette2015-05-061-0/+8
* Add API for obtaining changing configurations bitmask from ThemeAlan Viverette2015-05-051-0/+9
* am e580d661: am e89a2865: Merge changes If2c7e09f,Ie21f227cAdam Lesinski2014-12-021-1/+1
|\
| * Merge changes If2c7e09f,Ie21f227cAdam Lesinski2014-12-021-1/+1
| |\
| | * RRO: reintroduce lost ResTable insert of assetsMårten Kongstad2014-11-071-1/+1
* | | resolved conflicts for merge of 8e0cfe7c to lmp-mr1-dev-plus-aospDan Albert2014-11-201-22/+22
|\ \ \ | |/ /
| * | Merge "Fix clang warnings in core/jni."Dan Albert2014-11-201-20/+20
| |\ \
| | * | Fix clang warnings in core/jni.Dan Albert2014-11-201-20/+20
* | | | am d8c169fe: am 0c437fd3: Merge "Add appropriate casts for char16_t."Dan Albert2014-11-201-10/+20
|\ \ \ \ | |/ / /
| * | | Add appropriate casts for char16_t.Dan Albert2014-11-201-10/+20
| |/ /
* | | am c3507d10: Merge "Frameworks/base: Replace LOG_FATAL_IF in core/jni"Andreas Gampe2014-11-191-58/+34
|\ \ \ | |/ /
| * | Frameworks/base: Replace LOG_FATAL_IF in core/jniAndreas Gampe2014-11-191-58/+34
* | | Merge commit '06d8b7b8' into manualmergeAdam Lesinski2014-11-171-62/+76
|\ \ \
| * | | Implement back-tracking when searching for attributes in XML or resource bagAdam Lesinski2014-11-041-62/+73
* | | | am 0626ec58: Merge "Frameworks/base: Wall Werror in core/jni"Andreas Gampe2014-11-131-93/+119
|\ \ \ \ | | |/ / | |/| |
| * | | Frameworks/base: Wall Werror in core/jniAndreas Gampe2014-11-131-93/+119
* | | | am 24c16b7e: Merge "Frameworks/base: Fix AssetManager JNI"Adam Lesinski2014-11-111-1/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Frameworks/base: Fix AssetManager JNIAndreas Gampe2014-11-111-1/+1
| |/
* | Distinguish unspecified and explicit null values in resourcesAlan Viverette2014-10-291-3/+7
|/
* Revert "Fix issue with using locally defined attrs in a shared lib"Adam Powell2014-10-011-23/+4
* Fix issue with using locally defined attrs in a shared libAdam Lesinski2014-09-301-4/+23
* Update icons to vectors, fix preload theming & vector tintingAlan Viverette2014-09-121-0/+2
* Added getStyleAttributes to access all Theme attributes.Jon Miranda2014-09-051-0/+33
* Fix shared library bug in bag attributesAdam Lesinski2014-08-111-19/+19
* 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
|/