1. bbff7ed DO NOT MERGE : Ensure that the first post-restore backup pass is correct by Chris Tate · 16 years ago
  2. 6ec9173 DO NOT MERGE : Permission fix: don't require BACKUP perm for self-restores by Chris Tate · 16 years ago
  3. 431bb22 Reduce logging. by Joe Onorato · 16 years ago
  4. 1858031 DO NOT MERGE. Turn down backup logging for release. by Chris Tate · 16 years ago
  5. a9c5043 Temporarily turn on backup/restore debug logs by Chris Tate · 16 years ago
  6. 7e9f4eb Track client requests through location manager. by Dianne Hackborn · 16 years ago
  7. 3dd4233 Don't block in the BackupManagerService.dataChanged() Binder call. by Brad Fitzpatrick · 16 years ago
  8. 5340bff am 5827d3ea: Merge "Properly note the current active restore set\'s token" into froyo by Dianne Hackborn · 16 years ago
  9. 2950555 Properly note the current active restore set's token by Christopher Tate · 16 years ago
  10. 01e4cfc Some ActivityThread/ActivityManager cleanup. by Dianne Hackborn · 16 years ago
  11. 1d6ff5a am 7e93aad4: am 36fa4713: Merge "Fix security hole in Google backup transport registration" into froyo by Christopher Tate · 16 years ago
  12. a32504f Fix security hole in Google backup transport registration by Christopher Tate · 16 years ago
  13. db4b80d am 11f759cf: am 5923c971: Fix \'dumpsys backup\' by Christopher Tate · 16 years ago
  14. 5923c97 Fix 'dumpsys backup' by Christopher Tate · 16 years ago
  15. 4caee4f am b3f7fe44: am 22375e4a: Merge "Make RestoreSession.getAvailableRestoreSets() asynchronous" into froyo by Christopher Tate · 16 years ago
  16. 2d449afe Make RestoreSession.getAvailableRestoreSets() asynchronous by Christopher Tate · 16 years ago
  17. 1f4df90 DO NOT MERGE by Oscar Montemayor · 16 years ago
  18. 9c3cee9 API CHANGE: Backup/restore API changes requested by the API Council by Christopher Tate · 16 years ago
  19. 3de55bc API CHANGE: expose the backup-related ApplicationInfo flag masks by Christopher Tate · 16 years ago
  20. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 16 years ago
  21. 8a9b220 Switch the services library to using the new Slog by Joe Onorato · 16 years ago
  22. 7d411a3 Add single-package restore to Bmgr feature set by Christopher Tate · 16 years ago
  23. 5035fda Default the auto-restore setting to "enabled." by Christopher Tate · 16 years ago
  24. ae06ed9 Fix the build by Christopher Tate · 16 years ago
  25. f087272 Start respecting the auto-restore-at-install setting by Christopher Tate · 16 years ago
  26. 3dda518 Add 'restoreAnyVersion' attr for apps that want to restore "future" data by Christopher Tate · 16 years ago
  27. 1bb6906 Automatically restore app data at install time by Christopher Tate · 16 years ago
  28. 1168baa Tone down a non-error log message about lack of ancestral dataset tracking by Christopher Tate · 16 years ago
  29. e28290e API CHANGE: expose backup/restore to the SDK by Christopher Tate · 16 years ago
  30. a87240c Remove BACKUP_DATA permission and associated checks by Christopher Tate · 16 years ago
  31. b49ceb3 Remember which apps have available restore info in the ancestral dataset by Christopher Tate · 16 years ago
  32. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 16 years ago
  33. c61da31 Don't hold the backup queue lock across a backup operation by Christopher Tate · 16 years ago
  34. 8472581 Add single-package restore from an app's most-recent data by Christopher Tate · 16 years ago
  35. cce9da5 Add auto-restore setting and Backup Manager awareness thereof by Christopher Tate · 16 years ago
  36. 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 16 years ago
  37. c2af5d3 Get rid of now-superfluous "backup or restore in progress" tracking by Christopher Tate · 16 years ago
  38. b0dcaaf Don't crash on transport unregistration if there is no current transport by Christopher Tate · 16 years ago
  39. 44a2790 Make backup/restore asynchronous and enforce timeouts by Christopher Tate · 16 years ago
  40. 80202c8 Move towards a formal public API for backup and restore by Christopher Tate · 16 years ago
  41. dfa47b56e Don't crash the system process when a backup transport unregisters by Christopher Tate · 16 years ago
  42. 18803d3 resolved conflicts for merge of 5a2fdbba to master by Doug Zongker · 17 years ago
  43. ab5c49c move event log tags used by system server into this package by Doug Zongker · 17 years ago
  44. a8529f6 Encrypted File Systems Project. Installer modifications. by Oscar Montemayor · 17 years ago
  45. 78dd4a7 Fix #2176803 - restores from userdebug to user builds not working by Christopher Tate · 17 years ago
  46. c1c49c0 Use setRepeating() rather than setInexactRepeating() for backup scheduling, by Dan Egnor · 17 years ago
  47. 13f4a64 Turn off the last of the STOPSHIP verbose debugging by Christopher Tate · 17 years ago
  48. 852f8e4 Only re-initialize backup state if @pm@ metadata is missing, by Dan Egnor · 17 years ago
  49. 726247c Better event log tracking for initializeDevice() requests -- by Dan Egnor · 17 years ago
  50. 55f931a Add more useful-for-debug info to 'dumpsys backup' by Christopher Tate · 17 years ago
  51. a253f16 Don't forget to clear "backup in progress" state when finishing a pass by Christopher Tate · 17 years ago
  52. 21ab6a5 Disallow concurrent backups; consult transport requestBackupTime() by Christopher Tate · 17 years ago
  53. 4cc86e1 Clear the device's data from the transport when backup is disabled by Christopher Tate · 17 years ago
  54. b03b3bb If backup fails, reenqueue all of the affected packages for next time. by Christopher Tate · 17 years ago
  55. 313b29f Add parameter for the restore set (device id) data is being restored from to the restore_start event by Dan Egnor · 17 years ago
  56. 0144516 Make IBackupTransport.finishBackup() also return an int code, since it too can by Dan Egnor · 17 years ago
  57. d55e18a Reset backup tracking in response to transport data-wipe notification by Christopher Tate · 17 years ago
  58. 90967f4 Fix up the first-backup-ever tracking by Christopher Tate · 17 years ago
  59. 25a747f Add an 'init everything' operation to the first backup pass by Christopher Tate · 17 years ago
  60. 83861e7 Inefficient but correct fix for 2122381: call finishBackup after every performBackup by Dan Egnor · 17 years ago
  61. b8eb1cb Be sure to include shared lib path info when dealing with agents by Christopher Tate · 17 years ago
  62. 5e1ab33 Expand apps' control over the settings restore process by Christopher Tate · 17 years ago
  63. 0749dcd Backup participants must now hold the BACKUP_DATA permission by Christopher Tate · 17 years ago
  64. 0e0b4ae Don't let bmgr leave a restore session hanging on error by Christopher Tate · 17 years ago
  65. f2c321a Print restore tokens in hex by Christopher Tate · 17 years ago
  66. 2e6bca6 Temporarily rollback a change that's causing SetupWizard failures during restore. #2042337 by Amith Yamasani · 17 years ago
  67. 9dfdac5 Clear app data via the Activity Manager, not Package Manager by Christopher Tate · 17 years ago
  68. aa93b04 Correct the backup manager's identity around wakelock use by Christopher Tate · 17 years ago
  69. dfec20b Bootstrap the ever-backed-up bookkeeping properly by Christopher Tate · 17 years ago
  70. 0084da5 Allow zero-length lists in EventLog entries. by Dan Egnor · 17 years ago
  71. bb9001c clean up error recovery; log events tracking backup activity by Dan Egnor · 17 years ago
  72. ab9a2a5 Backup manager should default to not "provisioned" so backups don't start until the setup wizard is by Joe Onorato · 17 years ago
  73. 1531dc8 Don't leave restore data lying around after the operation by Christopher Tate · 17 years ago
  74. 5933a49 Need to be able to call the backup manager from the system process. by Joe Onorato · 17 years ago
  75. 9673304 Clean up when an attempted restore throws by Christopher Tate · 17 years ago
  76. e97e807 The rest of ever-backed-up tracking by Christopher Tate · 17 years ago
  77. 73e0252 Ensure that everything gets backed up at least once by Christopher Tate · 17 years ago
  78. de83ab9 Grant adb the BACKUP permission by Christopher Tate · 17 years ago
  79. 4338304 Don't NPE if a restore session is requested for an invalid transport by Christopher Tate · 17 years ago
  80. b407f22 Don't invoke the transport if doBackup supplied no data by Christopher Tate · 17 years ago
  81. 22b60d8 Remove a lot of debug-log verbosity by Christopher Tate · 17 years ago
  82. a7de384 Only write to the pending-backup journal when necessary by Christopher Tate · 17 years ago
  83. 3d7cd13 Fix the metadata-available test during restore by Christopher Tate · 17 years ago
  84. 8031a3d Make enable/provisioning of the backup service a two-step process by Christopher Tate · 17 years ago
  85. 34ebd0e Fix up permissions for 'dumpsys backup' by Christopher Tate · 17 years ago
  86. b6787f2 Hold a wakelock during backup/restore/clear operations by Christopher Tate · 17 years ago
  87. 8c03247 If we can't get the restore set's metadata, don't continue by Christopher Tate · 17 years ago
  88. 4e3e50c Clean up the last two literal permission string usages by Christopher Tate · 17 years ago
  89. ee0e78a Add a "clear backed-up data" method to the backup mechanism by Christopher Tate · 17 years ago
  90. cf09829 Move backup state to settings, change permission checks to use symbol. by Dianne Hackborn · 17 years ago
  91. 9a5e3e1 Less logging in some places. More in others. by Joe Onorato · 17 years ago
  92. 49401dd Revamp backup scheduling policy by Christopher Tate · 17 years ago
  93. ce0bf06 Use secure settings for backup enable / transport selection by Christopher Tate · 17 years ago
  94. 7958834 Run backups at background priority by Christopher Tate · 17 years ago
  95. 6ef58a1 Implement persistent enable/disable of the backup manager by Christopher Tate · 17 years ago
  96. 9171749 Use system properties to track the current transport by Christopher Tate · 17 years ago
  97. f7c886b Respect android:allowClearUserData=false during restore by Christopher Tate · 17 years ago
  98. 466ef34 Trim some superfluous imports. by Christopher Tate · 17 years ago
  99. 156411d Use a long for restore token by Dan Egnor · 17 years ago
  100. 7d562ec Add a new IRestoreObserver callback class to the restore process by Christopher Tate · 17 years ago