summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/SharedPreferencesImpl.java
Commit message (Expand)AuthorAgeFilesLines
* 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