summaryrefslogtreecommitdiff
path: root/core/java/android/app/ResourcesManager.java
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "fixed applyConfigurationToResourcesLocked WeakReference is null" am: 2...liangweikang2016-11-111-2/+4
|\
| * Merge "fixed applyConfigurationToResourcesLocked WeakReference is null" am: 2...liangweikang2016-11-111-2/+4
| |\
| | * Merge "fixed applyConfigurationToResourcesLocked WeakReference is null"liangweikang2016-11-111-2/+4
| | |\
| | | * fixed applyConfigurationToResourcesLocked WeakReference is nullliangweikang2016-11-091-2/+4
| | | * Update DisplayMetrics when resizingAdam Lesinski2016-06-241-8/+19
* | | | Fix regression with defaultDisplay adjustments am: f02523bf4b am: be75a58447Adam Lesinski2016-10-181-1/+4
|\| | |
| * | | Fix regression with defaultDisplay adjustmentsAdam Lesinski2016-10-181-1/+4
* | | | Update DisplayMetrics even on default display am: 4309721843 am: dab7950d80Adam Lesinski2016-10-141-12/+12
|\| | |
| * | | Update DisplayMetrics even on default displayAdam Lesinski2016-10-141-12/+12
| |/ /
* | | ResourcesManager: Return null on failure to create Resources am: 53fafdfbe7 a...Adam Lesinski2016-08-041-16/+37
|\| |
| * | ResourcesManager: Return null on failure to create ResourcesAdam Lesinski2016-08-031-16/+37
* | | Make sure to apply latest configuration to resources am: 3b3c914e62Andrii Kulian2016-07-221-0/+20
|\| |
| * | Make sure to apply latest configuration to resourcesAndrii Kulian2016-07-211-0/+20
* | | Fix undefined fontScale issue in ConfigurationAdam Lesinski2016-07-201-1/+1
|/ /
* / Update DisplayMetrics when resizingAdam Lesinski2016-06-241-8/+19
|/
* ContextImpl: Keep DisplayAdjustments and Display in syncAdam Lesinski2016-06-211-4/+5
* ResourcesManager: Allow managed addition of library asset pathsAdam Lesinski2016-06-151-1/+88
* Throw proper exception in ResourcesManagerAdam Lesinski2016-06-081-9/+9
* Release AssetManagers when ejecting storage.Jeff Sharkey2016-06-011-3/+25
* Improve performance of LocaleList with ResourcesAdam Lesinski2016-05-241-70/+4
* Move LocaleList to avoid layering violation.Yohei Yukawa2016-05-171-1/+1
* Fix issue where existing Activity Resources references would not updateAdam Lesinski2016-05-051-9/+2
* ResourcesManager: Throw exception if failed to load asset pathAdam Lesinski2016-04-201-3/+4
* Optimize ResTable::getLocales() to improve bindApplication performanceAdam Lesinski2016-04-181-183/+217
* Revert "Optimize ResTable::getLocales() to improve bindApplication performance"Tim Murray2016-04-141-217/+183
* Optimize ResTable::getLocales() to improve bindApplication performanceAdam Lesinski2016-04-131-183/+217
* ResourcesManager: Fix a cache issueAdam Lesinski2016-04-011-0/+21
* Allow multiple Resources associated with an ActivityAdam Lesinski2016-03-301-73/+227
* Fix incorrect initial locale negotiation.Seigo Nonaka2016-03-311-4/+7
* Cache per-Activity Resources objectsAdam Lesinski2016-03-101-116/+360
* Merge "Move the guts of Resources to ResourcesImpl" into nyc-devAdam Lesinski2016-03-041-1/+3
|\
| * Move the guts of Resources to ResourcesImplAdam Lesinski2016-03-011-1/+3
* | Splits without restartTodd Kennedy2016-03-021-0/+13
|/
* Move locale negotiation to ResourcesManagerRoozbeh Pournader2016-01-251-9/+66
* Set the default locale list when it is changed.Seigo Nonaka2016-01-221-3/+4
* Add missing @param in ResourceManager, set InflateException sourceAlan Viverette2015-08-311-0/+1
* Extract drawable inflation to its own class, inflate from class nameAlan Viverette2015-08-271-2/+3
* Use DisplayAdjustments when creating display in ResourceManagerWale Ogunwale2015-06-061-8/+12
* Only attempt to load .apk files in AssetManagerAdam Lesinski2015-03-161-6/+11
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
* Fixed NPE in ResourceManager when Activity.recreate is called.Wale Ogunwale2015-02-171-2/+3
* Adjust activity display metrics based on stack configuration.Wale Ogunwale2015-02-131-45/+49
* Support activities in the same process having different resources.Wale Ogunwale2015-01-271-25/+23
* Fix crash when launching Activities in 'android' packageAdam Lesinski2014-08-201-2/+7
* Plumb split APKs into public API.Jeff Sharkey2014-06-171-3/+11
* Shared library resource supportAdam Lesinski2014-03-251-4/+15
* Runtime resource overlay, iteration 2MÃ¥rten Kongstad2014-02-031-1/+7
* Mmmmmmm... lovely, lovely ArrayMap.Dianne Hackborn2013-07-181-16/+9
* Refactor ActivityThread cache - Baby step 1.Craig Mautner2013-07-091-0/+300