summaryrefslogtreecommitdiffstats
path: root/packages/SettingsProvider/src/com
Commit message (Expand)AuthorAgeFilesLines
* Allow MOBILE_DATA to have a configuration value so it can be used to disable ...replicant-2.2PaulK2011-06-081-1/+5
* Fix broken logic in SettingsProvider.parseProviderList.Mike Lockwood2010-12-011-3/+6
* make android_id random seed depend on time as well as ro.serialnoDoug Zongker2010-09-281-9/+4
* Revert "settings: Load the default IME in the provider."Steve Kondik2010-08-181-3/+0
* settings: Load the default IME in the provider.Steve Kondik2010-08-181-0/+3
* Fix issue #2834005: Android Settings.Secure bypassDianne Hackborn2010-07-222-0/+28
* Fix an upgrade bug in SettingsProvider.Amith Yamasani2010-04-121-1/+2
* Fix 2579461Suchi Amalapurapu2010-04-071-33/+30
* Fix for Never not existing in latest timeout values.Amith Yamasani2010-03-301-1/+39
* API CHANGE: rename BackupHelperAgent => BackupAgentHelper per API CouncilChristopher Tate2010-03-291-2/+2
* close SQLiteStatement objects in finally blockVasu Nori2010-03-221-209/+233
* Close db statement.Ken Shirriff2010-03-111-0/+1
* Dont include code size for apps on sdcard.Suchi Amalapurapu2010-03-101-4/+24
* Add VIBRATE_IN_SILENT to the settings database & backup.Daniel Sandler2010-03-101-2/+24
* 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
* Support unbundled bookmarks.Romain Guy2010-03-091-49/+32
* Cache hot settings in-memory in the SettingsProvider.Brad Fitzpatrick2010-03-081-11/+111
* Move lockscreen settings to secure table to prevent tampering. b/2343673Amith Yamasani2010-03-081-31/+53
* Refactor android.backup => android.app.backupChristopher Tate2010-03-053-6/+6
* Add "call" method on ContentProvider.Brad Fitzpatrick2010-03-051-0/+42
* Make sure to apply the auto-restore setting when the system is restoredChristopher Tate2010-02-261-0/+13
* Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-251-1/+1
* Fix bug when adding SET_INSTALL_LOCATION to SettingsProvider database, upgrad...Oscar Montemayor2010-02-221-1/+20
* Fix issue #2438980: Implement package watcher for voice recognizer service se...Dianne Hackborn2010-02-222-43/+2
* New user interface sound effects:Daniel Sandler2010-02-121-1/+47
* Watch 2274882: Add a field to the db when we wipe due to an error in the upgr...Jim Miller2010-02-121-7/+12
* Use the new RecognitionService.SERVICE_INTERFACE instead ofMike LeBeau2010-02-111-1/+2
* Add new setting for the ComponentName of the service to be usedMike LeBeau2010-02-111-1/+49
* Set default value for default install locationSuchi Amalapurapu2010-02-101-1/+3
* Add new manifest option for install locationSuchi Amalapurapu2010-02-101-0/+2
* use device serial number to seed RNG for generating ANDROID_IDDoug Zongker2010-02-031-2/+11
* More device policy work: clarify password modes, monkeying.Dianne Hackborn2010-01-291-2/+17
* Remove unused providersKen Shirriff2010-01-221-1/+0
* More device policy manager / admin work.Dianne Hackborn2010-01-211-1/+16
* Fix 2385283: Add DevicePolicyManager calls to LockScreen.Jim Miller2010-01-201-4/+4
* Settings: Add settings for MountService prefs and bump DB version to 46San Mehat2010-01-081-4/+37
* remove Settings.GservicesDoug Zongker2010-01-072-25/+17
* change remaining frameworks/base Gservices to Secure settingsDoug Zongker2010-01-071-2/+0
* Fix issue 2299360: Change in in-call volume affects the Bluetooth in-call vol...Eric Laurent2009-12-221-1/+24
* Update imports to android-commonTom Taylor2009-12-211-1/+1
* changed SettingsProvider to manage the androidid itselfFred Quintana2009-12-171-0/+36
* Add new setting for notification light pulsing. Bug #2238250Amith Yamasani2009-12-011-1/+21
* Remove PowerManager.setAutoBrightness()Mike Lockwood2009-10-161-26/+0
* Turn off the last of the STOPSHIP verbose debuggingChristopher Tate2009-09-301-1/+0
* Turn off most of the backup-related debug loggingChristopher Tate2009-09-301-1/+1
* Merge change 27177 into eclairAndroid (Google) Code Review2009-09-271-0/+29
|\
| * Add auto-brightness mode to the list of backed-up settingsChristopher Tate2009-09-251-0/+29
* | Turn on haptic feedback by default.Dianne Hackborn2009-09-261-1/+27
|/
* Don't restore any setting that we don't think should be backed upChristopher Tate2009-09-221-14/+25