summaryrefslogtreecommitdiffstats
path: root/packages/SettingsProvider/src/com/android/providers/settings/SettingsProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'android-4.2.2_r1' into mr1.1-stagingRicardo Cerqueira2013-02-151-2/+2
|\
| * Quiet down a lot of logging.Dianne Hackborn2012-11-271-2/+2
* | Squashed commit of the theme engine support.Ricardo Cerqueira2012-11-241-5/+6
|/
* Make sure settings writes are permission checked correctlyChristopher Tate2012-10-051-52/+45
* Make sure to check write perms after rewriting destination tableChristopher Tate2012-10-041-1/+3
* Merge "Rewrite raw insert()s and some raw query()s of moved-to-global keys" i...Christopher Tate2012-10-031-1/+22
|\
| * Rewrite raw insert()s and some raw query()s of moved-to-global keysChristopher Tate2012-10-031-1/+22
* | Use myUserId() only in registerContentObserver()Christopher Tate2012-10-031-1/+11
|/
* Make settings backup/restore work in the new multi-user worldChristopher Tate2012-10-021-148/+2
* Migrate more System and Secure settings to Global.Jeff Sharkey2012-10-021-0/+13
* Migrate more Secure settings to Global.Jeff Sharkey2012-09-271-18/+48
* First step towards cleaning up Global settings.Jeff Sharkey2012-09-261-88/+88
* Merge into jb-mr1-devJean-Baptiste Queru2012-09-251-1/+2
|\
| * fix argument parser for global settings URLsDoug Zongker2012-09-241-1/+2
* | Fix issue #7215984: java.lang.RuntimeException: Unable to create...Dianne Hackborn2012-09-241-7/+2
|/
* Multiuser awareness in content observer infrastructureChristopher Tate2012-09-201-51/+53
* Settings provider needs to send notifications as itselfChristopher Tate2012-09-181-1/+6
* Per-user content observer APIsChristopher Tate2012-09-171-3/+5
* Fix Settings writes to a different userChristopher Tate2012-09-131-74/+70
* Moved a few telephony settings from Secure to GlobalChristopher Tate2012-09-121-0/+6
* Set up default (random) Android IDs for all usersChristopher Tate2012-09-111-18/+29
* Miscellaneous fixes for SettingsChristopher Tate2012-09-101-22/+6
* Further fixup of migration to global settingsChristopher Tate2012-09-071-6/+7
* Per-user settingsChristopher Tate2012-09-061-93/+481
* Support enabling WAL using a flag when DB is opened.Jeff Brown2012-03-231-1/+0
* Handle rename of LruCache.entryEvicted to entryRemovedJesse Wilson2011-02-251-2/+4
* Adopt LruCache in SettingsProvider.Jesse Wilson2011-02-221-19/+10
* bug:3339065 enable sqlite concurrency enhancing feature on settingsproviderVasu Nori2011-01-101-5/+2
* Use the default SecureRandom provider.Nick Kralevich2010-09-241-6/+1
* Fix some bugs in SettingsProvider that I introduced the other day.Brad Fitzpatrick2010-08-261-6/+6
* Negatively cache settings and proactively slurp settings into cache.Brad Fitzpatrick2010-08-241-12/+170
* am 0fe27cf5: make android_id random seed depend on time as well as ro.serialnoDoug Zongker2010-08-191-9/+4
|\
| * make android_id random seed depend on time as well as ro.serialnoDoug Zongker2010-08-191-9/+4
* | am 1bcb6658: Merge "Fix issue #2834005: Android Settings.Secure bypass" into ...Dianne Hackborn2010-07-121-0/+9
|\ \ | |/
| * Fix issue #2834005: Android Settings.Secure bypassDianne Hackborn2010-07-121-0/+9
* | merge from open-source masterThe Android Open Source Project2010-04-221-3/+6
|\ \ | |/ |/|
| * Fix broken logic in SettingsProvider.parseProviderList.Mike Lockwood2010-04-211-3/+6
* | SettingsProvider: dup-suppress from cache.Brad Fitzpatrick2010-03-091-1/+22
* | SettingsProvider: defensively cap size of settings kept cached in memory.Brad Fitzpatrick2010-03-091-12/+28
* | Cache hot settings in-memory in the SettingsProvider.Brad Fitzpatrick2010-03-081-11/+111
* | Refactor android.backup => android.app.backupChristopher Tate2010-03-051-1/+1
* | Add "call" method on ContentProvider.Brad Fitzpatrick2010-03-051-0/+42
* | Fix issue #2438980: Implement package watcher for voice recognizer service se...Dianne Hackborn2010-02-221-4/+0
* | use device serial number to seed RNG for generating ANDROID_IDDoug Zongker2010-02-031-2/+11
* | remove Settings.GservicesDoug Zongker2010-01-071-17/+6
* | change remaining frameworks/base Gservices to Secure settingsDoug Zongker2010-01-071-2/+0
* | changed SettingsProvider to manage the androidid itselfFred Quintana2009-12-171-0/+36
|/
* Support for selection of silent ringtone from the ringtone picker.Marco Nelissen2009-07-281-5/+63
* am d1e5e3ff: Merge change 6639 into donutAndroid (Google) Code Review2009-07-091-1/+6
|\
| * Restore audio settings and wifi.Amith Yamasani2009-07-091-1/+6