summaryrefslogtreecommitdiff
path: root/core/java/android/app/ResourcesManager.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-1/+1
* Add @UnsupportedAppUsage annotations for greylist.Artur Satayev2019-11-081-0/+7
* [wm] Fix smallestScreenWidthDp configuration on non default display (1/2)GyeHun Jeon2019-04-221-1/+1
* Propagate base code path and split dir changes to Resources objectsWinson2019-03-261-7/+28
* Handle WebView assets correctly when multiple APKs are used.Torne (Richard Coles)2019-03-121-8/+16
* ResourceManager: Disable APK Assets cache for real.Richard Uhler2018-08-201-1/+1
* Merge "ResourceManager: Disable APK Assets cache."TreeHugger Robot2018-08-171-18/+35
|\
| * ResourceManager: Disable APK Assets cache.Narayan Kamath2018-08-171-18/+35
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+8
|/
* Reduce LoadedApkAssets LRU cache size.Richard Uhler2018-05-221-1/+1
* 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