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