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
...
*
Merge "fixed applyConfigurationToResourcesLocked WeakReference is null" am: 2...
liangweikang
2016-11-11
1
-2
/
+4
|
\
|
*
Merge "fixed applyConfigurationToResourcesLocked WeakReference is null" am: 2...
liangweikang
2016-11-11
1
-2
/
+4
|
|
\
|
|
*
Merge "fixed applyConfigurationToResourcesLocked WeakReference is null"
liangweikang
2016-11-11
1
-2
/
+4
|
|
|
\
|
|
|
*
fixed applyConfigurationToResourcesLocked WeakReference is null
liangweikang
2016-11-09
1
-2
/
+4
|
|
|
*
Update DisplayMetrics when resizing
Adam Lesinski
2016-06-24
1
-8
/
+19
*
|
|
|
Fix regression with defaultDisplay adjustments am: f02523bf4b am: be75a58447
Adam Lesinski
2016-10-18
1
-1
/
+4
|
\
|
|
|
|
*
|
|
Fix regression with defaultDisplay adjustments
Adam Lesinski
2016-10-18
1
-1
/
+4
*
|
|
|
Update DisplayMetrics even on default display am: 4309721843 am: dab7950d80
Adam Lesinski
2016-10-14
1
-12
/
+12
|
\
|
|
|
|
*
|
|
Update DisplayMetrics even on default display
Adam Lesinski
2016-10-14
1
-12
/
+12
|
|
/
/
*
|
|
ResourcesManager: Return null on failure to create Resources am: 53fafdfbe7 a...
Adam Lesinski
2016-08-04
1
-16
/
+37
|
\
|
|
|
*
|
ResourcesManager: Return null on failure to create Resources
Adam Lesinski
2016-08-03
1
-16
/
+37
*
|
|
Make sure to apply latest configuration to resources am: 3b3c914e62
Andrii Kulian
2016-07-22
1
-0
/
+20
|
\
|
|
|
*
|
Make sure to apply latest configuration to resources
Andrii Kulian
2016-07-21
1
-0
/
+20
*
|
|
Fix undefined fontScale issue in Configuration
Adam Lesinski
2016-07-20
1
-1
/
+1
|
/
/
*
/
Update DisplayMetrics when resizing
Adam Lesinski
2016-06-24
1
-8
/
+19
|
/
*
ContextImpl: Keep DisplayAdjustments and Display in sync
Adam Lesinski
2016-06-21
1
-4
/
+5
*
ResourcesManager: Allow managed addition of library asset paths
Adam Lesinski
2016-06-15
1
-1
/
+88
*
Throw proper exception in ResourcesManager
Adam Lesinski
2016-06-08
1
-9
/
+9
*
Release AssetManagers when ejecting storage.
Jeff Sharkey
2016-06-01
1
-3
/
+25
*
Improve performance of LocaleList with Resources
Adam Lesinski
2016-05-24
1
-70
/
+4
*
Move LocaleList to avoid layering violation.
Yohei Yukawa
2016-05-17
1
-1
/
+1
*
Fix issue where existing Activity Resources references would not update
Adam Lesinski
2016-05-05
1
-9
/
+2
*
ResourcesManager: Throw exception if failed to load asset path
Adam Lesinski
2016-04-20
1
-3
/
+4
*
Optimize ResTable::getLocales() to improve bindApplication performance
Adam Lesinski
2016-04-18
1
-183
/
+217
*
Revert "Optimize ResTable::getLocales() to improve bindApplication performance"
Tim Murray
2016-04-14
1
-217
/
+183
*
Optimize ResTable::getLocales() to improve bindApplication performance
Adam Lesinski
2016-04-13
1
-183
/
+217
*
ResourcesManager: Fix a cache issue
Adam Lesinski
2016-04-01
1
-0
/
+21
*
Allow multiple Resources associated with an Activity
Adam Lesinski
2016-03-30
1
-73
/
+227
*
Fix incorrect initial locale negotiation.
Seigo Nonaka
2016-03-31
1
-4
/
+7
*
Cache per-Activity Resources objects
Adam Lesinski
2016-03-10
1
-116
/
+360
*
Merge "Move the guts of Resources to ResourcesImpl" into nyc-dev
Adam Lesinski
2016-03-04
1
-1
/
+3
|
\
|
*
Move the guts of Resources to ResourcesImpl
Adam Lesinski
2016-03-01
1
-1
/
+3
*
|
Splits without restart
Todd Kennedy
2016-03-02
1
-0
/
+13
|
/
*
Move locale negotiation to ResourcesManager
Roozbeh Pournader
2016-01-25
1
-9
/
+66
*
Set the default locale list when it is changed.
Seigo Nonaka
2016-01-22
1
-3
/
+4
*
Add missing @param in ResourceManager, set InflateException source
Alan Viverette
2015-08-31
1
-0
/
+1
*
Extract drawable inflation to its own class, inflate from class name
Alan Viverette
2015-08-27
1
-2
/
+3
*
Use DisplayAdjustments when creating display in ResourceManager
Wale Ogunwale
2015-06-06
1
-8
/
+12
*
Only attempt to load .apk files in AssetManager
Adam Lesinski
2015-03-16
1
-6
/
+11
*
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-2
/
+0
*
Fixed NPE in ResourceManager when Activity.recreate is called.
Wale Ogunwale
2015-02-17
1
-2
/
+3
*
Adjust activity display metrics based on stack configuration.
Wale Ogunwale
2015-02-13
1
-45
/
+49
*
Support activities in the same process having different resources.
Wale Ogunwale
2015-01-27
1
-25
/
+23
*
Fix crash when launching Activities in 'android' package
Adam Lesinski
2014-08-20
1
-2
/
+7
*
Plumb split APKs into public API.
Jeff Sharkey
2014-06-17
1
-3
/
+11
*
Shared library resource support
Adam Lesinski
2014-03-25
1
-4
/
+15
*
Runtime resource overlay, iteration 2
MÃ¥rten Kongstad
2014-02-03
1
-1
/
+7
*
Mmmmmmm... lovely, lovely ArrayMap.
Dianne Hackborn
2013-07-18
1
-16
/
+9
*
Refactor ActivityThread cache - Baby step 1.
Craig Mautner
2013-07-09
1
-0
/
+300
[prev]