1. 2c24516 am 04bc8070: am 6659284d: Allow Bluetooth radio to be toggled in Airplane mode. by Jake Hamby · 14 years ago
  2. 6659284 Allow Bluetooth radio to be toggled in Airplane mode. by Jake Hamby · 14 years ago
  3. eabe8bf Add settings option for running MTP server in PTP mode. by Mike Lockwood · 14 years ago
  4. c026d5c am 603a1f59: am cc033bd3: Merge "Fix some bugs in SettingsProvider that I introduced the other day." into gingerbread by Brad Fitzpatrick · 14 years ago
  5. 3a2952b Fix some bugs in SettingsProvider that I introduced the other day. by Brad Fitzpatrick · 14 years ago
  6. 176d0af am 384759b1: am 2b81d6dd: am 02e18d4d: Merge "Make the default backup configuration "disabled; local transport selected"" into froyo by Christopher Tate · 14 years ago
  7. 2b81d6d am 02e18d4d: Merge "Make the default backup configuration "disabled; local transport selected"" into froyo by Christopher Tate · 14 years ago
  8. 268957b am d335f9a9: am bb0eb5ca: Merge "Negatively cache settings and proactively slurp settings into cache." into gingerbread by Brad Fitzpatrick · 14 years ago
  9. f366a9b Negatively cache settings and proactively slurp settings into cache. by Brad Fitzpatrick · 14 years ago
  10. 02e18d4 Merge "Make the default backup configuration "disabled; local transport selected"" into froyo by Christopher Tate · 14 years ago
  11. 09dedc9 Make the default backup configuration "disabled; local transport selected" by Christopher Tate · 14 years ago
  12. 7e84159 am 36c051c7: am a695cbc9: am 0fe27cf5: make android_id random seed depend on time as well as ro.serialno by Doug Zongker · 14 years ago
  13. a695cbc am 0fe27cf5: make android_id random seed depend on time as well as ro.serialno by Doug Zongker · 14 years ago
  14. 0fe27cf make android_id random seed depend on time as well as ro.serialno by Doug Zongker · 14 years ago
  15. 4203c1e Import Romansh translations. by Eric Fischer · 14 years ago
  16. e339464 am 1bcb6658: Merge "Fix issue #2834005: Android Settings.Secure bypass" into froyo by Dianne Hackborn · 14 years ago
  17. 24117ce Fix issue #2834005: Android Settings.Secure bypass by Dianne Hackborn · 14 years ago
  18. 8932020 Fix the notification vibration setting and add a test app that lets you recover from the busted by Joe Onorato · 14 years ago
  19. 2b32afd am 5ebaf106: merge from open-source master by The Android Open Source Project · 14 years ago
  20. 5ebaf10 merge from open-source master by The Android Open Source Project · 14 years ago
  21. bdc7f89 Fix broken logic in SettingsProvider.parseProviderList. by Mike Lockwood · 14 years ago
  22. 61f280d am feb976e6: am 842d983c: Merge "Fix an upgrade bug in SettingsProvider." into froyo by Amith Yamasani · 14 years ago
  23. cd66caf Fix an upgrade bug in SettingsProvider. by Amith Yamasani · 14 years ago
  24. 3e543ab am a599469f: am c2461be6: Merge "Fix 2579461 Move install location values to secure settings. Diable attribute for UI. Set default value to auto. Add command line interface to set install location via pm." into froyo by Suchi Amalapurapu · 14 years ago
  25. 40e4725 Fix 2579461 by Suchi Amalapurapu · 14 years ago
  26. 0e19e2b am e1331779: am 95a321fc: Merge "Fix for Never not existing in latest timeout values." into froyo by Amith Yamasani · 14 years ago
  27. b6e6ffa Fix for Never not existing in latest timeout values. by Amith Yamasani · 14 years ago
  28. 1f4df90 DO NOT MERGE by Oscar Montemayor · 14 years ago
  29. cc84c69 API CHANGE: rename BackupHelperAgent => BackupAgentHelper per API Council by Christopher Tate · 14 years ago
  30. 89206fdb close SQLiteStatement objects in finally block by Vasu Nori · 14 years ago
  31. 35f480e Import revised translations by Kenny Root · 14 years ago
  32. dca5f19 Close db statement. by Ken Shirriff · 15 years ago
  33. 089262d Dont include code size for apps on sdcard. by Suchi Amalapurapu · 15 years ago
  34. 1c7fa48 Add VIBRATE_IN_SILENT to the settings database & backup. by Daniel Sandler · 15 years ago
  35. 547a96b SettingsProvider: dup-suppress from cache. by Brad Fitzpatrick · 15 years ago
  36. 342984a SettingsProvider: defensively cap size of settings kept cached in memory. by Brad Fitzpatrick · 15 years ago
  37. f02811f Support unbundled bookmarks. Bug #2460685 by Romain Guy · 15 years ago
  38. 1bd62bd Cache hot settings in-memory in the SettingsProvider. by Brad Fitzpatrick · 15 years ago
  39. 156c435 Move lockscreen settings to secure table to prevent tampering. b/2343673 by Amith Yamasani · 15 years ago
  40. 8c9233f Correct path to LowBattery.ogg. by Daniel Sandler · 15 years ago
  41. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 15 years ago
  42. 1877d01 Add "call" method on ContentProvider. by Brad Fitzpatrick · 15 years ago
  43. 03b6d90 Make sure to apply the auto-restore setting when the system is restored by Christopher Tate · 15 years ago
  44. 2269d157 Re-arrange android-common so framework no longer links with it. by Dianne Hackborn · 15 years ago
  45. 00f5843 Filenames of sound effects are not translatable. by Eric Fischer · 15 years ago
  46. 63e1d26 Turn off lock screen sounds by default. by Daniel Sandler · 15 years ago
  47. f1cbfff Fix bug when adding SET_INSTALL_LOCATION to SettingsProvider database, upgrade path. by Oscar Montemayor · 15 years ago
  48. 21f1bd1 Fix issue #2438980: Implement package watcher for voice recognizer service setting by Dianne Hackborn · 15 years ago
  49. ef6b22f Fix issue #2420412: API review: DeviceAdmin API changes by Dianne Hackborn · 15 years ago
  50. 0e9d2af New user interface sound effects: by Daniel Sandler · 15 years ago
  51. cf36010 Merge "Remove BACKUP_DATA permission and associated checks" by Chris Tate · 15 years ago
  52. a87240c Remove BACKUP_DATA permission and associated checks by Christopher Tate · 15 years ago
  53. 6176677 Watch 2274882: Add a field to the db when we wipe due to an error in the upgrader. by Jim Miller · 15 years ago
  54. cb0be8a Use the new RecognitionService.SERVICE_INTERFACE instead of by Mike LeBeau · 15 years ago
  55. 5d34e9b Add new setting for the ComponentName of the service to be used by Mike LeBeau · 15 years ago
  56. a9c1625 Set default value for default install location by Suchi Amalapurapu · 15 years ago
  57. 117818e Add new manifest option for install location by Suchi Amalapurapu · 15 years ago
  58. 4f8ff39 use device serial number to seed RNG for generating ANDROID_ID by Doug Zongker · 15 years ago
  59. 9327f4f More device policy work: clarify password modes, monkeying. by Dianne Hackborn · 15 years ago
  60. e79f721 Remove unused providers by Ken Shirriff · 15 years ago
  61. df83afa More device policy manager / admin work. by Dianne Hackborn · 15 years ago
  62. 31f90b6 Fix 2385283: Add DevicePolicyManager calls to LockScreen. by Jim Miller · 15 years ago
  63. 87734d3 Settings: Add settings for MountService prefs and bump DB version to 46 by San Mehat · 15 years ago
  64. 698893f Merge "Update with latest translations." by Eric Fischer · 15 years ago
  65. aed8f8e remove Settings.Gservices by Doug Zongker · 15 years ago
  66. d22c49a2 Update with latest translations. by Eric Fischer · 15 years ago
  67. edc5189 change remaining frameworks/base Gservices to Secure settings by Doug Zongker · 15 years ago
  68. 432bff0 Do not use a user tag on apps, as it is ignored. by Jean-Baptiste Queru · 15 years ago
  69. a0b5176 am 68e9014e: am 484d2888: Fix issue 2299360: Change in in-call volume affects the Bluetooth in-call volume and vice versa. by Eric Laurent · 15 years ago
  70. f0108cd resolved conflicts for merge of ad2fa35d to master by Tom Taylor · 15 years ago
  71. 484d288 Fix issue 2299360: Change in in-call volume affects the Bluetooth in-call volume and vice versa. by Eric Laurent · 15 years ago
  72. d4a4729 Update imports to android-common by Tom Taylor · 15 years ago
  73. 23c279d am bc1c8847: am 66cc5900: Merge change Ic70239e8 into eclair-mr2 by Fred Quintana · 15 years ago
  74. c70239e changed SettingsProvider to manage the androidid itself by Fred Quintana · 15 years ago
  75. 9ce13a3 am 1224b101: am 42c4c589: am a9791d30: Merge change Iae3ed706 into eclair by Amith Yamasani · 15 years ago
  76. 42c4c58 am a9791d30: Merge change Iae3ed706 into eclair by Amith Yamasani · 15 years ago
  77. ae3ed70 Add new setting for notification light pulsing. Bug #2238250 by Amith Yamasani · 15 years ago
  78. a8529f6 Encrypted File Systems Project. Installer modifications. by Oscar Montemayor · 15 years ago
  79. bd5b099 Import revised translations. DO NOT MERGE by Eric Fischer · 15 years ago
  80. dc3494e Remove PowerManager.setAutoBrightness() by Mike Lockwood · 15 years ago
  81. 28a1b67 Remove unneeded icon. by Daniel Sandler · 15 years ago
  82. 13f4a64 Turn off the last of the STOPSHIP verbose debugging by Christopher Tate · 15 years ago
  83. 436344a Turn off most of the backup-related debug logging by Christopher Tate · 15 years ago
  84. 2d4deb1 Placeholder mdpi assets by Mike Cleron · 15 years ago
  85. a408791 Newer icons by Mike Cleron · 15 years ago
  86. ee9b30d New icons by Mike Cleron · 15 years ago
  87. 141e4f1 Merge change 27177 into eclair by Android (Google) Code Review · 15 years ago
  88. 075a18d Turn on haptic feedback by default. by Dianne Hackborn · 15 years ago
  89. 362aca6 Add auto-brightness mode to the list of backed-up settings by Christopher Tate · 15 years ago
  90. 796e0f0 Don't restore any setting that we don't think should be backed up by Christopher Tate · 15 years ago
  91. bfe319e Turn animations on by default. by Dianne Hackborn · 15 years ago
  92. a286f41 Don't back up / restore certain sync-related settings by Christopher Tate · 15 years ago
  93. 237a299 Move backlight brightness from HardwareService to PowerManager by Mike Lockwood · 15 years ago
  94. 951764b Add automatic lighting control framework by Dan Murphy · 15 years ago
  95. 0738e88 Don't backup/restore telephony material from secure settings by Christopher Tate · 15 years ago
  96. 2cfab84 Save and restore partial supplicant data, not the whole file. by Amith Yamasani · 15 years ago
  97. f186055 Fix for bug # 2023074: settings db updater broken at version 34. by Jim Miller · 15 years ago
  98. 5cacfb9 Import revised translations. DO NOT MERGE by Eric Fischer · 15 years ago
  99. 5e1ab33 Expand apps' control over the settings restore process by Christopher Tate · 15 years ago
  100. 02901eb SettingsProvider: Fix botched merge from donut to eclair. by Mike Lockwood · 15 years ago