summaryrefslogtreecommitdiffstats
path: root/packages/SettingsProvider/src/com/android/providers/settings/SettingsState.java
Commit message (Expand)AuthorAgeFilesLines
* SettingsProvider: add mechanism to return migrated keysRoman Birg2015-12-211-11/+37
* Allow binary value in SettingsProviderMakoto Onuki2015-06-221-24/+130
* Use AtomicFile APIs correctly when reading.Svetoslav2015-05-291-1/+1
* Pass charset to XmlPullParser.setInput instead of nullWojciech Staszkiewicz2015-05-141-2/+3
* DO NOT MERGE Do not clean up global/system settings on package unintalls.Svet Ganov2015-04-271-1/+1
* Revert some unnecessary changes in handling XML readSvet Ganov2015-04-231-3/+3
* Make read/write from/to XML persistent state more robust.Svet Ganov2015-04-221-4/+7
* Fix a regression in settings parsingSvet Ganov2015-03-281-8/+14
* Relax the parsing code in settings provider.Svet Ganov2015-03-271-63/+27
* Revert "Persist settings on a normal priority thread."Svetoslav Ganov2015-03-171-23/+3
* Persist settings on a normal priority thread.Svetoslav2015-03-131-3/+23
* Fix XML parsing crash in SettingsProviderRaph Levien2015-03-111-1/+1
* Make settings XML files readableSvetoslav2015-03-101-1/+2
* Merge "Add dump support to the settings provider"Svetoslav2015-02-181-7/+8
|\
| * Add dump support to the settings providerSvetoslav2015-02-171-7/+8
* | Handle a missed case in query the settings providerSvetoslav2015-02-121-1/+2
|/
* Rewrite of the settings provider.Svetoslav2015-02-111-0/+574