summaryrefslogtreecommitdiff
path: root/core/java/android/app/SharedPreferencesImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Migrate CALLBACK_ON_CLEAR_CHANGE"Treehugger Robot2020-11-181-2/+2
|\
| * Migrate CALLBACK_ON_CLEAR_CHANGEAndrei Onea2020-11-091-2/+2
* | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-1/+1
|/
* Fix @link tags in @ChangeId docs.Mathew Inwood2020-01-171-2/+3
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Updated onSharedPreferenceChanged listener behavior.Varun Shah2019-08-261-69/+29
* Add OnSharedPreferencesClearListener for Editor#clear.Varun Shah2019-06-131-1/+65
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+5
* Frameworks: Move SharedPreferencesImpl to tristateAndreas Gampe2018-01-051-9/+34
* Revert "Frameworks: Move SharedPreferencesImpl to Future"Andreas Gampe2018-01-031-74/+54
* Revert "Frameworks: Silently ignore InterruptedException"Andreas Gampe2018-01-031-9/+4
* Merge "Frameworks: Silently ignore InterruptedException"Andreas Gampe2017-12-051-4/+9
|\
| * Frameworks: Silently ignore InterruptedExceptionAndreas Gampe2017-12-041-4/+9
* | Merge "Frameworks: Move SharedPreferencesImpl to Future"Andreas Gampe2017-12-021-54/+74
|\|
| * Frameworks: Move SharedPreferencesImpl to FutureAndreas Gampe2017-11-211-54/+74
* | Merge "Frameworks: Clean up SharedPreferencesImpl"Andreas Gampe2017-11-291-30/+48
|\|
| * Frameworks: Clean up SharedPreferencesImplAndreas Gampe2017-11-211-30/+48
| * Make SharedPreferences check with higher precisionPhilip P. Moltmann2017-11-201-8/+9
* | Make SharedPreferences check with higher precisionPhilip P. Moltmann2017-07-191-8/+9
* | SharedPreferencesImpl: Avoid pointless allocation during apply.Narayan Kamath2017-07-101-1/+1
|/
* Merge "Issue a warning if SharedPreferences are corrupted"Philip P. Moltmann2017-03-081-2/+2
|\
| * Issue a warning if SharedPreferences are corruptedPhilip P. Moltmann2017-03-061-2/+2
* | Log histogram of fsync times of sharedPreferencesPhilip P. Moltmann2017-03-061-15/+30
|/
* Process queuedWork on main thread and add loggingPhilip P. Moltmann2017-02-151-17/+96
* Revert accidential merge 492a058d58e991445996cb8cc8dcb24494ac20c5Philip P. Moltmann2017-02-141-4/+4
* resolve merge conflicts of d043a840f7f12ce2c54e7d4564a6ac9cfa24dd17 to nyc-mr...Philip P. Moltmann2017-02-141-4/+4
|\
| * [DO NOT MERGE] Revert "[DO NOT MERGE] Delay SharedPreferences.apply() by 50 ms"Philip P. Moltmann2017-02-131-4/+4
| * [DO NOT MERGE] Delay SharedPreferences.apply() by 50 msPhilip P. Moltmann2017-01-311-4/+4
| * Do not write if apply() did not change the file.Philip P. Moltmann2016-12-141-10/+10
| * Only persist last Shared Preferences statePhilip P. Moltmann2016-12-141-12/+60
* | Use local locks in SharedPreferencesImpl.Philip P. Moltmann2016-12-151-59/+90
* | Delay SharedPreferences.apply() by 50 msPhilip P. Moltmann2016-12-141-4/+4
* | Do not write if apply() did not change the file.Philip P. Moltmann2016-12-121-10/+10
* | Only persist last Shared Preferences statePhilip P. Moltmann2016-12-071-12/+60
|/
* Don't hold a lock while reading shared preferences from disk.Svet Ganov2016-02-191-23/+23
* Offer to migrate databases and SharedPreferences.Jeff Sharkey2016-01-301-1/+1
* Add some @Nullable annotations to SharedPreferencesScott Kennedy2015-01-301-4/+7
* resolved conflicts for merge of 3ce4f3d0 to masterElliott Hughes2014-04-281-6/+6
|\
| * Track libcore.os' move to android.system.Elliott Hughes2014-04-281-6/+6
* | am 909427d0: am f588d2df: am d0ec6d8c: am bc2a449a: am cb4d3ec1: Merge "Fix p...Narayan Kamath2014-01-131-2/+4
|\|
| * Fix preference puts with "null" values.Narayan Kamath2014-01-081-2/+4
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
|/
* Document immutable requirement of SharedPreferences return objectsChristopher Tate2012-10-191-1/+2
* Use Libcore's stat instead of FileUtils#getFileStatusKenny Root2012-08-161-23/+44
* Fix issue #5435470: SharedPreferencesImpl should read from file...Dianne Hackborn2011-10-101-1/+3
* Make getSharedPreference() async, blocking on first access.Brad Fitzpatrick2010-12-071-26/+106
* Don't re-read SharedPreferences unnecessarily.Brad Fitzpatrick2010-11-191-1/+5
* Move SharedPreferencesImpl out of ContextImpl.javaBrad Fitzpatrick2010-11-101-0/+518