summaryrefslogtreecommitdiff
path: root/core/java/android/app/ResourcesManager.java
Commit message (Expand)AuthorAgeFilesLines
* Refactor AssetManagerAdam Lesinski2018-02-281-31/+171
* Revert "Make idiomatic use of ApkAssets and AssetManager"Adam Lesinski2018-02-091-168/+30
* Make idiomatic use of ApkAssets and AssetManagerAdam Lesinski2018-02-051-30/+168
* Revert "Make idiomatic use of ApkAssets and AssetManager"Artem Iglikov2018-01-251-168/+30
* Make idiomatic use of ApkAssets and AssetManagerAdam Lesinski2018-01-241-30/+168
* Revert "Make idiomatic use of ApkAssets and AssetManager"Adam Lesinski2018-01-231-168/+30
* Make idiomatic use of ApkAssets and AssetManagerAdam Lesinski2018-01-181-30/+168
* Merge changes I7218f17a,I96b7340aMårten Kongstad2017-08-311-1/+1
|\
| * ResourcesManager: correct @NonNull -> @NullableMårten Kongstad2017-08-311-1/+1
* | Merge "Remove extraneous invalidate call that unregisters AssetManagers" into...Adam Lesinski2017-07-311-2/+0
|\ \
| * | Remove extraneous invalidate call that unregisters AssetManagersAdam Lesinski2017-07-281-4/+0
| |/
* / Do not call onConfigurationChanged for appBound position changes.Bryce Lee2017-07-311-3/+6
|/
* Temporary remove resource-display cachingAndrii Kulian2017-04-171-44/+1
* Do not make strong reference to Resources.Bryce Lee2017-04-071-6/+37
* Revert "Do not make strong reference to Resources."Bryce Lee2017-04-071-37/+6
* Do not make strong reference to Resources.Bryce Lee2017-04-061-6/+37
* Fix NPE when adding WebView to ResourcesManagerAdam Lesinski2017-04-051-1/+1
* Themes: Apply themes to system_server safelyAdam Lesinski2017-03-281-1/+1
* Let ResourcesManager generate CompatResourcesJason Monk2017-03-021-8/+12
* Update DisplayAdjustments in Display from Resources.Bryce Lee2017-02-221-8/+50
* Report move to display for activities that handle config changesAndrii Kulian2017-02-161-7/+12
* Teach apps to refresh AppInfos without restartingMårten Kongstad2017-01-171-26/+67
* 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