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