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
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
SharedPreferencesImpl.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Migrate CALLBACK_ON_CLEAR_CHANGE"
Treehugger Robot
2020-11-18
1
-2
/
+2
|
\
|
*
Migrate CALLBACK_ON_CLEAR_CHANGE
Andrei Onea
2020-11-09
1
-2
/
+2
*
|
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-11-04
1
-1
/
+1
|
/
*
Fix @link tags in @ChangeId docs.
Mathew Inwood
2020-01-17
1
-2
/
+3
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
Updated onSharedPreferenceChanged listener behavior.
Varun Shah
2019-08-26
1
-69
/
+29
*
Add OnSharedPreferencesClearListener for Editor#clear.
Varun Shah
2019-06-13
1
-1
/
+65
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-14
1
-0
/
+5
*
Frameworks: Move SharedPreferencesImpl to tristate
Andreas Gampe
2018-01-05
1
-9
/
+34
*
Revert "Frameworks: Move SharedPreferencesImpl to Future"
Andreas Gampe
2018-01-03
1
-74
/
+54
*
Revert "Frameworks: Silently ignore InterruptedException"
Andreas Gampe
2018-01-03
1
-9
/
+4
*
Merge "Frameworks: Silently ignore InterruptedException"
Andreas Gampe
2017-12-05
1
-4
/
+9
|
\
|
*
Frameworks: Silently ignore InterruptedException
Andreas Gampe
2017-12-04
1
-4
/
+9
*
|
Merge "Frameworks: Move SharedPreferencesImpl to Future"
Andreas Gampe
2017-12-02
1
-54
/
+74
|
\
|
|
*
Frameworks: Move SharedPreferencesImpl to Future
Andreas Gampe
2017-11-21
1
-54
/
+74
*
|
Merge "Frameworks: Clean up SharedPreferencesImpl"
Andreas Gampe
2017-11-29
1
-30
/
+48
|
\
|
|
*
Frameworks: Clean up SharedPreferencesImpl
Andreas Gampe
2017-11-21
1
-30
/
+48
|
*
Make SharedPreferences check with higher precision
Philip P. Moltmann
2017-11-20
1
-8
/
+9
*
|
Make SharedPreferences check with higher precision
Philip P. Moltmann
2017-07-19
1
-8
/
+9
*
|
SharedPreferencesImpl: Avoid pointless allocation during apply.
Narayan Kamath
2017-07-10
1
-1
/
+1
|
/
*
Merge "Issue a warning if SharedPreferences are corrupted"
Philip P. Moltmann
2017-03-08
1
-2
/
+2
|
\
|
*
Issue a warning if SharedPreferences are corrupted
Philip P. Moltmann
2017-03-06
1
-2
/
+2
*
|
Log histogram of fsync times of sharedPreferences
Philip P. Moltmann
2017-03-06
1
-15
/
+30
|
/
*
Process queuedWork on main thread and add logging
Philip P. Moltmann
2017-02-15
1
-17
/
+96
*
Revert accidential merge 492a058d58e991445996cb8cc8dcb24494ac20c5
Philip P. Moltmann
2017-02-14
1
-4
/
+4
*
resolve merge conflicts of d043a840f7f12ce2c54e7d4564a6ac9cfa24dd17 to nyc-mr...
Philip P. Moltmann
2017-02-14
1
-4
/
+4
|
\
|
*
[DO NOT MERGE] Revert "[DO NOT MERGE] Delay SharedPreferences.apply() by 50 ms"
Philip P. Moltmann
2017-02-13
1
-4
/
+4
|
*
[DO NOT MERGE] Delay SharedPreferences.apply() by 50 ms
Philip P. Moltmann
2017-01-31
1
-4
/
+4
|
*
Do not write if apply() did not change the file.
Philip P. Moltmann
2016-12-14
1
-10
/
+10
|
*
Only persist last Shared Preferences state
Philip P. Moltmann
2016-12-14
1
-12
/
+60
*
|
Use local locks in SharedPreferencesImpl.
Philip P. Moltmann
2016-12-15
1
-59
/
+90
*
|
Delay SharedPreferences.apply() by 50 ms
Philip P. Moltmann
2016-12-14
1
-4
/
+4
*
|
Do not write if apply() did not change the file.
Philip P. Moltmann
2016-12-12
1
-10
/
+10
*
|
Only persist last Shared Preferences state
Philip P. Moltmann
2016-12-07
1
-12
/
+60
|
/
*
Don't hold a lock while reading shared preferences from disk.
Svet Ganov
2016-02-19
1
-23
/
+23
*
Offer to migrate databases and SharedPreferences.
Jeff Sharkey
2016-01-30
1
-1
/
+1
*
Add some @Nullable annotations to SharedPreferences
Scott Kennedy
2015-01-30
1
-4
/
+7
*
resolved conflicts for merge of 3ce4f3d0 to master
Elliott Hughes
2014-04-28
1
-6
/
+6
|
\
|
*
Track libcore.os' move to android.system.
Elliott Hughes
2014-04-28
1
-6
/
+6
*
|
am 909427d0: am f588d2df: am d0ec6d8c: am bc2a449a: am cb4d3ec1: Merge "Fix p...
Narayan Kamath
2014-01-13
1
-2
/
+4
|
\
|
|
*
Fix preference puts with "null" values.
Narayan Kamath
2014-01-08
1
-2
/
+4
*
|
Remove unused imports from frameworks/base.
John Spurlock
2013-11-20
1
-1
/
+0
|
/
*
Document immutable requirement of SharedPreferences return objects
Christopher Tate
2012-10-19
1
-1
/
+2
*
Use Libcore's stat instead of FileUtils#getFileStatus
Kenny Root
2012-08-16
1
-23
/
+44
*
Fix issue #5435470: SharedPreferencesImpl should read from file...
Dianne Hackborn
2011-10-10
1
-1
/
+3
*
Make getSharedPreference() async, blocking on first access.
Brad Fitzpatrick
2010-12-07
1
-26
/
+106
*
Don't re-read SharedPreferences unnecessarily.
Brad Fitzpatrick
2010-11-19
1
-1
/
+5
*
Move SharedPreferencesImpl out of ContextImpl.java
Brad Fitzpatrick
2010-11-10
1
-0
/
+518