1. 889c2d3 Merge change 6718 into donut by Android (Google) Code Review · 15 years ago
  2. 854060af Fix bug #1873249i: Apps can DoS/brick device by Dianne Hackborn · 15 years ago
  3. a5ec95c wifi: WifiManager.startScan() will now do passive scans by default. by Mike Lockwood · 15 years ago
  4. ed76037 Add a persistent system property to disable the adb notification. by Mike Lockwood · 15 years ago
  5. 2af632f Add new <path-permission tag for use by global search. by Dianne Hackborn · 15 years ago
  6. 4af0a70 Merge change 6555 into donut by Android (Google) Code Review · 15 years ago
  7. 3027548 Make it so the notification manager doesn't mysteriously beep during boot. by Joe Onorato · 15 years ago
  8. 1ecf5d2 Re-implementation of large screen support using window manager. by Mitsuru Oshima · 15 years ago
  9. b407f22 Don't invoke the transport if doBackup supplied no data by Christopher Tate · 15 years ago
  10. 22b60d8 Remove a lot of debug-log verbosity by Christopher Tate · 15 years ago
  11. a7de384 Only write to the pending-backup journal when necessary by Christopher Tate · 15 years ago
  12. 3d7cd13 Fix the metadata-available test during restore by Christopher Tate · 15 years ago
  13. c1c44a5 Merge change 6363 into donut by Android (Google) Code Review · 15 years ago
  14. 0310f9a WifiService: Fix build (missing import) by San Mehat · 15 years ago
  15. b7e9922 LocationManagerService: Use Context.checkCallingOrSelfPermission for permission checks by Mike Lockwood · 15 years ago
  16. fa6c711 WifiService: use wifi association state to determine if we should suspend wifi instead of by San Mehat · 15 years ago
  17. 8031a3d Make enable/provisioning of the backup service a two-step process by Christopher Tate · 15 years ago
  18. 34ebd0e Fix up permissions for 'dumpsys backup' by Christopher Tate · 15 years ago
  19. 0d725f7 Merge change 6162 into donut by Android (Google) Code Review · 15 years ago
  20. b6787f2 Hold a wakelock during backup/restore/clear operations by Christopher Tate · 15 years ago
  21. 699ca3f Add password field for WiFi configuration. by Chung-yih Wang · 15 years ago
  22. 7e8cbfc Merge change 6143 into donut by Android (Google) Code Review · 15 years ago
  23. d595c79 Fix the simulator. by Marco Nelissen · 15 years ago
  24. e15df40 Merge change 6132 into donut by Android (Google) Code Review · 15 years ago
  25. 8c03247 If we can't get the restore set's metadata, don't continue by Christopher Tate · 15 years ago
  26. 0d81f63 Merge change 6102 into donut by Android (Google) Code Review · 15 years ago
  27. 9701b3d Merge change 5979 into donut by Android (Google) Code Review · 15 years ago
  28. 4e3e50c Clean up the last two literal permission string usages by Christopher Tate · 15 years ago
  29. 16d79e5 Backup Wifi supplicant data. by Amith Yamasani · 15 years ago
  30. ee0e78a Add a "clear backed-up data" method to the backup mechanism by Christopher Tate · 15 years ago
  31. d7cd29d Add facility to run setup wizard after an update. by Dianne Hackborn · 15 years ago
  32. cf09829 Move backup state to settings, change permission checks to use symbol. by Dianne Hackborn · 15 years ago
  33. 2bbb80e Merge change 5994 into donut by Android (Google) Code Review · 15 years ago
  34. 9a5e3e1 Less logging in some places. More in others. by Joe Onorato · 15 years ago
  35. a547559 Cleanup a bunch of warnings in app widgets code. by Romain Guy · 15 years ago
  36. b24a967 Remove the constraint to assign new uid when code path changes for system packages by Suchi Amalapurapu · 15 years ago
  37. d18dc8c Merge change 5906 into donut by Android (Google) Code Review · 15 years ago
  38. 54af78a Merge change 5950 into donut by Android (Google) Code Review · 15 years ago
  39. fff2fda Fix memory leaks in system_server by Suchi Amalapurapu · 15 years ago
  40. 49401dd Revamp backup scheduling policy by Christopher Tate · 15 years ago
  41. ce0bf06 Use secure settings for backup enable / transport selection by Christopher Tate · 15 years ago
  42. 8f25c42 resolve complex value in application context instead of system context. by Mitsuru Oshima · 15 years ago
  43. 7958834 Run backups at background priority by Christopher Tate · 15 years ago
  44. 6e1647a Merge change 5829 into donut by Android (Google) Code Review · 15 years ago
  45. 1dac277 Implement issue #1943927 (need notification in status bar when adb is active) by Dianne Hackborn · 15 years ago
  46. de7faf6 Fix issue #1673793: Theme styles don't apply. by Dianne Hackborn · 15 years ago
  47. 72d19aa Tighten up the metadata backup logic by Christopher Tate · 15 years ago
  48. 6f31742 Don't issue a deletion for the global metadata backup by Christopher Tate · 15 years ago
  49. 6ef58a1 Implement persistent enable/disable of the backup manager by Christopher Tate · 15 years ago
  50. 66c2942 Merge change 5605 into donut by Android (Google) Code Review · 15 years ago
  51. 9171749 Use system properties to track the current transport by Christopher Tate · 15 years ago
  52. 2bd33d7 Fix issue #1943706 (Applying the monkey to GoogleVoice causes SecurityException) by Dianne Hackborn · 15 years ago
  53. f7c886b Respect android:allowClearUserData=false during restore by Christopher Tate · 15 years ago
  54. 466ef34 Trim some superfluous imports. by Christopher Tate · 15 years ago
  55. 72eb0ac Merge change 5483 into donut by Android (Google) Code Review · 15 years ago
  56. 723738c Expand support for different screen sizes. by Dianne Hackborn · 15 years ago
  57. 156411d Use a long for restore token by Dan Egnor · 15 years ago
  58. 8a27f92 Don't crash in various ways when using backup services too early by Christopher Tate · 15 years ago
  59. 7d562ec Add a new IRestoreObserver callback class to the restore process by Christopher Tate · 15 years ago
  60. 5cb400b Keep track of backup state independently for each transport by Christopher Tate · 15 years ago
  61. 6f21128 Switch the default transport to GOOGLE. by Dan Egnor · 15 years ago
  62. 819f928 Add a method to Process to get uid for a pid. by Amith Yamasani · 15 years ago
  63. 5416d7c Merge change 5317 into donut by Android (Google) Code Review · 15 years ago
  64. 111bd4a Start backing up wallpaper by Christopher Tate · 15 years ago
  65. 7941e90 Merge change 5091 into donut by Android (Google) Code Review · 15 years ago
  66. 67669c9 Merge change 5196 into donut by Android (Google) Code Review · 15 years ago
  67. efe5264 Modify the IBackupTransport API to support bulk restore operations. by Dan Egnor · 15 years ago
  68. 9c8dd55 Fix bug 1829561 ("am profile" with bad filename kills process). by Dianne Hackborn · 15 years ago
  69. 32dbefd Track native processes and airplane mode. by Amith Yamasani · 15 years ago
  70. 64f5934 * new screen resolution support impl. by Mitsuru Oshima · 15 years ago
  71. 722baf5 Merge change 5014 into donut by Android (Google) Code Review · 15 years ago
  72. d7f6daa Fix issue #1933587. Perform dexopt of instrumentation .apks. by Dianne Hackborn · 15 years ago
  73. 5cbbf56 Pass the originating app's versionCode along with a restore set by Christopher Tate · 15 years ago
  74. 3a31a93 Add some global metadata to the restore set by Christopher Tate · 15 years ago
  75. 856dd8a Merge change 4952 into donut by Android (Google) Code Review · 15 years ago
  76. 06290a4 Helper API cleanup. Allows multiple helpers to function, by Joe Onorato · 15 years ago
  77. 07a5f12 Merge change 4754 into donut by Android (Google) Code Review · 15 years ago
  78. 6bf1208 Merge change 4827 into donut by Android (Google) Code Review · 15 years ago
  79. b8cba95 At boot time, add additional per-device information to the by Nick Kralevich · 15 years ago
  80. b97b8f8 Fix issue with shared user permissions. by Suchi Amalapurapu · 15 years ago
  81. 6aa41f4 Add app version to the backup metadata by Christopher Tate · 15 years ago
  82. 3d74bb4 Add "why?" button to low battery dialog. by Dianne Hackborn · 15 years ago
  83. bc806f6 Remove deprecated api. Aptly rename freeStorageWithIntent to freeStorage. by Suchi Amalapurapu · 15 years ago
  84. 20efdf6 Make signature checks on restore work with unsigned apps by Christopher Tate · 15 years ago
  85. 63e7155 Merge change 4696 into donut by Android (Google) Code Review · 15 years ago
  86. 5d605dc backup stuff by Joe Onorato · 15 years ago
  87. abce4e8 Use signatures on restore by Christopher Tate · 15 years ago
  88. 5c1e00b Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy ApplicationInfo. by Dianne Hackborn · 15 years ago
  89. 167dbe0 Merge change 4670 into donut by Android (Google) Code Review · 15 years ago
  90. 07eac01 Merge change 4682 into donut by Android (Google) Code Review · 15 years ago
  91. 6785dd8 Store the app signatures as part of the backup set by Christopher Tate · 15 years ago
  92. 2854254 Update RandomBlock to use RandomAccessFile. This helps by Nick Kralevich · 15 years ago
  93. 5ad76ef Merge change 4521 into donut by Android (Google) Code Review · 15 years ago
  94. 4fb2561 load entropy data at boot. Periodically write entropy data to disk. by Nick Kralevich · 15 years ago
  95. c14b9cc Extend Intent/Uri conversion for use by Browser by Dianne Hackborn · 15 years ago
  96. e64bb1d Merge change 4579 into donut by Android (Google) Code Review · 15 years ago
  97. 760ec4a Fix issue #1924851 by Dianne Hackborn · 15 years ago
  98. 87a02bc Replace the stub GoogleTransport with callout to the by Dan Egnor · 15 years ago
  99. f829a78 add exception message to ApplicationErrorReport by Jacek Surazski · 15 years ago
  100. 1ccac75 Remove circular dependency in PackageManager. api freeStorage uses PendingIntent from android.app by Suchi Amalapurapu · 15 years ago