summaryrefslogtreecommitdiff
path: root/core/java/android/app/ResourcesManager.java
Commit message (Expand)AuthorAgeFilesLines
...
| * Temporal fix of the Android Auto orientation chaniging on phone's orientation...Yuncheol Heo2020-03-231-1/+3
* | Merge "Synchronize before calling unstableRemoveIf" into rvc-devRyan Mitchell2020-03-301-15/+16
|\ \
| * | Synchronize before calling unstableRemoveIfRyan Mitchell2020-03-261-15/+16
| |/
* | Merge "Rename createBaseActivityResources to createBaseTokenResources" into r...Charles Chen2020-03-261-12/+12
|\ \ | |/ |/|
| * Rename createBaseActivityResources to createBaseTokenResourcesCharles Chen2020-03-241-12/+12
* | Merge "Revert "Don't override activity display adjustments with app config"" ...Andrii Kulian2020-03-231-7/+40
|\ \ | |/ |/|
| * Revert "Don't override activity display adjustments with app config"bsears2020-03-221-7/+40
* | Merge changes from topic "res_loader_dir" into rvc-devRyan Mitchell2020-03-201-5/+5
|\ \ | |/ |/|
| * Allow using loaders on non-RM Resources instancesRyan Mitchell2020-03-191-2/+3
| * Refactor ApkAsset loading APIsRyan Mitchell2020-03-191-3/+2
* | Don't override activity display adjustments with app configAndrii Kulian2020-03-131-40/+7
|/
* Do not rebase Resources with non RM implsRyan Mitchell2020-02-251-7/+10
* Refactor ResourcesLoader APIsRyan Mitchell2020-01-281-302/+86
* Update resource config for default displayAndrii Kulian2020-01-151-30/+21
* Allow for overlaying dynamic shared librariesRyan Mitchell2020-01-101-13/+13
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Add @UnsupportedAppUsage annotations for greylist.Artur Satayev2019-11-191-0/+7
* Lock on ResourcesManager when cleaning referencesWinson2019-10-141-13/+16
* Add ResourceLoader API with .apk and .arsc supportWinson2019-10-101-197/+496
* Add Resources Perf TestsRyan Mitchell2019-09-261-0/+20
* [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