index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
w16.2
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
ResourcesManager.java
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Temporal fix of the Android Auto orientation chaniging on phone's orientation...
Yuncheol Heo
2020-03-23
1
-1
/
+3
*
|
Merge "Synchronize before calling unstableRemoveIf" into rvc-dev
Ryan Mitchell
2020-03-30
1
-15
/
+16
|
\
\
|
*
|
Synchronize before calling unstableRemoveIf
Ryan Mitchell
2020-03-26
1
-15
/
+16
|
|
/
*
|
Merge "Rename createBaseActivityResources to createBaseTokenResources" into r...
Charles Chen
2020-03-26
1
-12
/
+12
|
\
\
|
|
/
|
/
|
|
*
Rename createBaseActivityResources to createBaseTokenResources
Charles Chen
2020-03-24
1
-12
/
+12
*
|
Merge "Revert "Don't override activity display adjustments with app config"" ...
Andrii Kulian
2020-03-23
1
-7
/
+40
|
\
\
|
|
/
|
/
|
|
*
Revert "Don't override activity display adjustments with app config"
bsears
2020-03-22
1
-7
/
+40
*
|
Merge changes from topic "res_loader_dir" into rvc-dev
Ryan Mitchell
2020-03-20
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Allow using loaders on non-RM Resources instances
Ryan Mitchell
2020-03-19
1
-2
/
+3
|
*
Refactor ApkAsset loading APIs
Ryan Mitchell
2020-03-19
1
-3
/
+2
*
|
Don't override activity display adjustments with app config
Andrii Kulian
2020-03-13
1
-40
/
+7
|
/
*
Do not rebase Resources with non RM impls
Ryan Mitchell
2020-02-25
1
-7
/
+10
*
Refactor ResourcesLoader APIs
Ryan Mitchell
2020-01-28
1
-302
/
+86
*
Update resource config for default display
Andrii Kulian
2020-01-15
1
-30
/
+21
*
Allow for overlaying dynamic shared libraries
Ryan Mitchell
2020-01-10
1
-13
/
+13
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
Add @UnsupportedAppUsage annotations for greylist.
Artur Satayev
2019-11-19
1
-0
/
+7
*
Lock on ResourcesManager when cleaning references
Winson
2019-10-14
1
-13
/
+16
*
Add ResourceLoader API with .apk and .arsc support
Winson
2019-10-10
1
-197
/
+496
*
Add Resources Perf Tests
Ryan Mitchell
2019-09-26
1
-0
/
+20
*
[wm] Fix smallestScreenWidthDp configuration on non default display (1/2)
GyeHun Jeon
2019-04-22
1
-1
/
+1
*
Propagate base code path and split dir changes to Resources objects
Winson
2019-03-26
1
-7
/
+28
*
Handle WebView assets correctly when multiple APKs are used.
Torne (Richard Coles)
2019-03-12
1
-8
/
+16
*
ResourceManager: Disable APK Assets cache for real.
Richard Uhler
2018-08-20
1
-1
/
+1
*
Merge "ResourceManager: Disable APK Assets cache."
TreeHugger Robot
2018-08-17
1
-18
/
+35
|
\
|
*
ResourceManager: Disable APK Assets cache.
Narayan Kamath
2018-08-17
1
-18
/
+35
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-14
1
-0
/
+8
|
/
*
Reduce LoadedApkAssets LRU cache size.
Richard Uhler
2018-05-22
1
-1
/
+1
*
Refactor AssetManager
Adam Lesinski
2018-02-28
1
-31
/
+171
*
Revert "Make idiomatic use of ApkAssets and AssetManager"
Adam Lesinski
2018-02-09
1
-168
/
+30
*
Make idiomatic use of ApkAssets and AssetManager
Adam Lesinski
2018-02-05
1
-30
/
+168
*
Revert "Make idiomatic use of ApkAssets and AssetManager"
Artem Iglikov
2018-01-25
1
-168
/
+30
*
Make idiomatic use of ApkAssets and AssetManager
Adam Lesinski
2018-01-24
1
-30
/
+168
*
Revert "Make idiomatic use of ApkAssets and AssetManager"
Adam Lesinski
2018-01-23
1
-168
/
+30
*
Make idiomatic use of ApkAssets and AssetManager
Adam Lesinski
2018-01-18
1
-30
/
+168
*
Merge changes I7218f17a,I96b7340a
Mårten Kongstad
2017-08-31
1
-1
/
+1
|
\
|
*
ResourcesManager: correct @NonNull -> @Nullable
Mårten Kongstad
2017-08-31
1
-1
/
+1
*
|
Merge "Remove extraneous invalidate call that unregisters AssetManagers" into...
Adam Lesinski
2017-07-31
1
-2
/
+0
|
\
\
|
*
|
Remove extraneous invalidate call that unregisters AssetManagers
Adam Lesinski
2017-07-28
1
-4
/
+0
|
|
/
*
/
Do not call onConfigurationChanged for appBound position changes.
Bryce Lee
2017-07-31
1
-3
/
+6
|
/
*
Temporary remove resource-display caching
Andrii Kulian
2017-04-17
1
-44
/
+1
*
Do not make strong reference to Resources.
Bryce Lee
2017-04-07
1
-6
/
+37
*
Revert "Do not make strong reference to Resources."
Bryce Lee
2017-04-07
1
-37
/
+6
*
Do not make strong reference to Resources.
Bryce Lee
2017-04-06
1
-6
/
+37
*
Fix NPE when adding WebView to ResourcesManager
Adam Lesinski
2017-04-05
1
-1
/
+1
*
Themes: Apply themes to system_server safely
Adam Lesinski
2017-03-28
1
-1
/
+1
*
Let ResourcesManager generate CompatResources
Jason Monk
2017-03-02
1
-8
/
+12
*
Update DisplayAdjustments in Display from Resources.
Bryce Lee
2017-02-22
1
-8
/
+50
*
Report move to display for activities that handle config changes
Andrii Kulian
2017-02-16
1
-7
/
+12
*
Teach apps to refresh AppInfos without restarting
Mårten Kongstad
2017-01-17
1
-26
/
+67
[prev]
[next]