summaryrefslogtreecommitdiffstats
path: root/packages/SettingsProvider/src
Commit message (Expand)AuthorAgeFilesLines
* Settings: Remove unused USE_PTP_INTERFACE settingMike Lockwood2011-06-131-3/+0
* am 0da86d4f: am a558fdf1: Merge "Fix default preferred network." into honeyco...Wink Saville2011-06-091-2/+9
|\
| * Fix default preferred network.Wink Saville2011-06-081-2/+9
* | resolved conflicts for merge of ca2b552d to masterJeff Brown2011-06-031-0/+3
|\ \ | |/
| * Add a preference panel for mouse speed.Jeff Brown2011-06-021-0/+3
* | Restore from a previous full backup's tarfileChristopher Tate2011-06-012-36/+122
* | Full local backup infrastructureChristopher Tate2011-05-101-10/+45
* | Increment database version to 65Kenny Root2011-04-201-1/+1
|/
* Backup and restore IP and proxy settingsIrfan Sheriff2011-03-101-15/+91
* Add system wide management of core settingsSvetoslav Ganov2011-03-021-0/+21
* Handle rename of LruCache.entryEvicted to entryRemovedJesse Wilson2011-02-251-2/+4
* Adopt LruCache in SettingsProvider.Jesse Wilson2011-02-221-19/+10
* Fix issue 3371080Eric Laurent2011-02-031-3/+26
* Enable retrieving default download manager settingsPaul Westbrook2011-02-011-0/+14
* Set the default state of NOTIFICATIONS_USE_RING_VOLUME.Amith Yamasani2011-01-201-0/+5
* bug:3339065 enable sqlite concurrency enhancing feature on settingsproviderVasu Nori2011-01-101-5/+2
* Update default for auto-brightness.Amith Yamasani2011-01-071-13/+22
* Update screen timeout again.Amith Yamasani2010-11-181-14/+24
* More cleanups from CloseGuard reports.Brad Fitzpatrick2010-11-171-4/+15
* Adjust default screen timeout.Amith Yamasani2010-11-051-1/+18
* Rotation lock.Daniel Sandler2010-11-041-1/+18
* am 6c48f228: am 0cd28fdd: Merge "Use the default SecureRandom provider." into...Nick Kralevich2010-09-241-6/+1
|\
| * Use the default SecureRandom provider.Nick Kralevich2010-09-241-6/+1
* | Add an AUTO_TIME_ZONE setting so that we can switch timezones while keeping c...Amith Yamasani2010-09-221-10/+31
* | Accessibility support for WebViewsSvetoslav Ganov2010-09-131-6/+35
* | am 04bc8070: am 6659284d: Allow Bluetooth radio to be toggled in Airplane mode.Jake Hamby2010-08-311-1/+22
|\ \ | |/
| * Allow Bluetooth radio to be toggled in Airplane mode.Jake Hamby2010-08-311-1/+22
* | Add settings option for running MTP server in PTP mode.Mike Lockwood2010-08-311-0/+3
|/
* 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-122-0/+28
|\ \ | |/
| * Fix issue #2834005: Android Settings.Secure bypassDianne Hackborn2010-07-122-0/+28
* | Fix the notification vibration setting and add a test app that lets you recov...Joe Onorato2010-06-241-1/+1
* | 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
* | 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