summaryrefslogtreecommitdiff
path: root/core/java/android/app/SharedPreferencesImpl.java
AgeCommit message (Expand)Author
2020-11-18Merge "Migrate CALLBACK_ON_CLEAR_CHANGE"Treehugger Robot
2020-11-09Migrate CALLBACK_ON_CLEAR_CHANGEAndrei Onea
2020-11-04Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-01-17Fix @link tags in @ChangeId docs.Mathew Inwood
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-08-26Updated onSharedPreferenceChanged listener behavior.Varun Shah
2019-06-13Add OnSharedPreferencesClearListener for Editor#clear.Varun Shah
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2018-01-05Frameworks: Move SharedPreferencesImpl to tristateAndreas Gampe
2018-01-03Revert "Frameworks: Move SharedPreferencesImpl to Future"Andreas Gampe
2018-01-03Revert "Frameworks: Silently ignore InterruptedException"Andreas Gampe
2017-12-05Merge "Frameworks: Silently ignore InterruptedException"Andreas Gampe
2017-12-04Frameworks: Silently ignore InterruptedExceptionAndreas Gampe
2017-12-02Merge "Frameworks: Move SharedPreferencesImpl to Future"Andreas Gampe
2017-11-29Merge "Frameworks: Clean up SharedPreferencesImpl"Andreas Gampe
2017-11-21Frameworks: Move SharedPreferencesImpl to FutureAndreas Gampe
2017-11-21Frameworks: Clean up SharedPreferencesImplAndreas Gampe
2017-11-20Make SharedPreferences check with higher precisionPhilip P. Moltmann
2017-07-19Make SharedPreferences check with higher precisionPhilip P. Moltmann
2017-07-10SharedPreferencesImpl: Avoid pointless allocation during apply.Narayan Kamath
2017-03-08Merge "Issue a warning if SharedPreferences are corrupted"Philip P. Moltmann
2017-03-06Log histogram of fsync times of sharedPreferencesPhilip P. Moltmann
2017-03-06Issue a warning if SharedPreferences are corruptedPhilip P. Moltmann
2017-02-15Process queuedWork on main thread and add loggingPhilip P. Moltmann
2017-02-14Revert accidential merge 492a058d58e991445996cb8cc8dcb24494ac20c5Philip P. Moltmann
2017-02-14resolve 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 msPhilip P. Moltmann
2016-12-15Use local locks in SharedPreferencesImpl.Philip P. Moltmann
2016-12-14Delay SharedPreferences.apply() by 50 msPhilip P. Moltmann
2016-12-14Do not write if apply() did not change the file.Philip P. Moltmann
2016-12-14Only persist last Shared Preferences statePhilip P. Moltmann
2016-12-12Do not write if apply() did not change the file.Philip P. Moltmann
2016-12-07Only persist last Shared Preferences statePhilip P. Moltmann
2016-02-19Don't hold a lock while reading shared preferences from disk.Svet Ganov
2016-01-30Offer to migrate databases and SharedPreferences.Jeff Sharkey
2015-01-30Add some @Nullable annotations to SharedPreferencesScott Kennedy
2014-04-28resolved conflicts for merge of 3ce4f3d0 to masterElliott Hughes
2014-04-28Track libcore.os' move to android.system.Elliott Hughes
2014-01-13am 909427d0: am f588d2df: am d0ec6d8c: am bc2a449a: am cb4d3ec1: Merge "Fix p...Narayan Kamath
2014-01-08Fix preference puts with "null" values.Narayan Kamath
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2012-10-19Document immutable requirement of SharedPreferences return objectsChristopher Tate
2012-08-16Use Libcore's stat instead of FileUtils#getFileStatusKenny Root
2011-10-10Fix issue #5435470: SharedPreferencesImpl should read from file...Dianne Hackborn
2010-12-07Make getSharedPreference() async, blocking on first access.Brad Fitzpatrick
2010-11-19Don't re-read SharedPreferences unnecessarily.Brad Fitzpatrick
2010-11-10Move SharedPreferencesImpl out of ContextImpl.javaBrad Fitzpatrick