1. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 14 years ago
  2. c61da31 Don't hold the backup queue lock across a backup operation by Christopher Tate · 14 years ago
  3. 8472581 Add single-package restore from an app's most-recent data by Christopher Tate · 14 years ago
  4. cce9da5 Add auto-restore setting and Backup Manager awareness thereof by Christopher Tate · 14 years ago
  5. 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 15 years ago
  6. c2af5d3 Get rid of now-superfluous "backup or restore in progress" tracking by Christopher Tate · 14 years ago
  7. b0dcaaf Don't crash on transport unregistration if there is no current transport by Christopher Tate · 15 years ago
  8. 44a2790 Make backup/restore asynchronous and enforce timeouts by Christopher Tate · 15 years ago
  9. 80202c8 Move towards a formal public API for backup and restore by Christopher Tate · 15 years ago
  10. dfa47b5 Don't crash the system process when a backup transport unregisters by Christopher Tate · 15 years ago
  11. 18803d3 resolved conflicts for merge of 5a2fdbba to master by Doug Zongker · 15 years ago
  12. ab5c49c move event log tags used by system server into this package by Doug Zongker · 15 years ago
  13. a8529f6 Encrypted File Systems Project. Installer modifications. by Oscar Montemayor · 15 years ago
  14. 78dd4a7 Fix #2176803 - restores from userdebug to user builds not working by Christopher Tate · 15 years ago
  15. c1c49c0 Use setRepeating() rather than setInexactRepeating() for backup scheduling, by Dan Egnor · 15 years ago
  16. 13f4a64 Turn off the last of the STOPSHIP verbose debugging by Christopher Tate · 15 years ago
  17. 852f8e4 Only re-initialize backup state if @pm@ metadata is missing, by Dan Egnor · 15 years ago
  18. 726247c Better event log tracking for initializeDevice() requests -- by Dan Egnor · 15 years ago
  19. 55f931a Add more useful-for-debug info to 'dumpsys backup' by Christopher Tate · 15 years ago
  20. a253f16 Don't forget to clear "backup in progress" state when finishing a pass by Christopher Tate · 15 years ago
  21. 21ab6a5 Disallow concurrent backups; consult transport requestBackupTime() by Christopher Tate · 15 years ago
  22. 4cc86e1 Clear the device's data from the transport when backup is disabled by Christopher Tate · 15 years ago
  23. b03b3bb If backup fails, reenqueue all of the affected packages for next time. by Christopher Tate · 15 years ago
  24. 313b29f Add parameter for the restore set (device id) data is being restored from to the restore_start event by Dan Egnor · 15 years ago
  25. 0144516 Make IBackupTransport.finishBackup() also return an int code, since it too can by Dan Egnor · 15 years ago
  26. d55e18a Reset backup tracking in response to transport data-wipe notification by Christopher Tate · 15 years ago
  27. 90967f4 Fix up the first-backup-ever tracking by Christopher Tate · 15 years ago
  28. 25a747f Add an 'init everything' operation to the first backup pass by Christopher Tate · 15 years ago
  29. 83861e7 Inefficient but correct fix for 2122381: call finishBackup after every performBackup by Dan Egnor · 15 years ago
  30. b8eb1cb Be sure to include shared lib path info when dealing with agents by Christopher Tate · 15 years ago
  31. 5e1ab33 Expand apps' control over the settings restore process by Christopher Tate · 15 years ago
  32. 0749dcd Backup participants must now hold the BACKUP_DATA permission by Christopher Tate · 15 years ago
  33. 0e0b4ae Don't let bmgr leave a restore session hanging on error by Christopher Tate · 15 years ago
  34. f2c321a Print restore tokens in hex by Christopher Tate · 15 years ago
  35. 2e6bca6 Temporarily rollback a change that's causing SetupWizard failures during restore. #2042337 by Amith Yamasani · 15 years ago
  36. 9dfdac5 Clear app data via the Activity Manager, not Package Manager by Christopher Tate · 15 years ago
  37. aa93b04 Correct the backup manager's identity around wakelock use by Christopher Tate · 15 years ago
  38. dfec20b Bootstrap the ever-backed-up bookkeeping properly by Christopher Tate · 15 years ago
  39. 0084da5 Allow zero-length lists in EventLog entries. by Dan Egnor · 15 years ago
  40. bb9001c clean up error recovery; log events tracking backup activity by Dan Egnor · 15 years ago
  41. ab9a2a5 Backup manager should default to not "provisioned" so backups don't start until the setup wizard is by Joe Onorato · 15 years ago
  42. 1531dc8 Don't leave restore data lying around after the operation by Christopher Tate · 15 years ago
  43. 5933a49 Need to be able to call the backup manager from the system process. by Joe Onorato · 15 years ago
  44. 9673304 Clean up when an attempted restore throws by Christopher Tate · 15 years ago
  45. e97e807 The rest of ever-backed-up tracking by Christopher Tate · 15 years ago
  46. 73e0252 Ensure that everything gets backed up at least once by Christopher Tate · 15 years ago
  47. de83ab9 Grant adb the BACKUP permission by Christopher Tate · 15 years ago
  48. 4338304 Don't NPE if a restore session is requested for an invalid transport by Christopher Tate · 15 years ago
  49. b407f22 Don't invoke the transport if doBackup supplied no data by Christopher Tate · 15 years ago
  50. 22b60d8 Remove a lot of debug-log verbosity by Christopher Tate · 15 years ago
  51. a7de384 Only write to the pending-backup journal when necessary by Christopher Tate · 15 years ago
  52. 3d7cd13 Fix the metadata-available test during restore by Christopher Tate · 15 years ago
  53. 8031a3d Make enable/provisioning of the backup service a two-step process by Christopher Tate · 15 years ago
  54. 34ebd0e Fix up permissions for 'dumpsys backup' by Christopher Tate · 15 years ago
  55. b6787f2 Hold a wakelock during backup/restore/clear operations by Christopher Tate · 15 years ago
  56. 8c03247 If we can't get the restore set's metadata, don't continue by Christopher Tate · 15 years ago
  57. 4e3e50c Clean up the last two literal permission string usages by Christopher Tate · 15 years ago
  58. ee0e78a Add a "clear backed-up data" method to the backup mechanism by Christopher Tate · 15 years ago
  59. cf09829 Move backup state to settings, change permission checks to use symbol. by Dianne Hackborn · 15 years ago
  60. 9a5e3e1 Less logging in some places. More in others. by Joe Onorato · 15 years ago
  61. 49401dd Revamp backup scheduling policy by Christopher Tate · 15 years ago
  62. ce0bf06 Use secure settings for backup enable / transport selection by Christopher Tate · 15 years ago
  63. 7958834 Run backups at background priority by Christopher Tate · 15 years ago
  64. 6ef58a1 Implement persistent enable/disable of the backup manager by Christopher Tate · 15 years ago
  65. 9171749 Use system properties to track the current transport by Christopher Tate · 15 years ago
  66. f7c886b Respect android:allowClearUserData=false during restore by Christopher Tate · 15 years ago
  67. 466ef34 Trim some superfluous imports. by Christopher Tate · 15 years ago
  68. 156411d Use a long for restore token by Dan Egnor · 15 years ago
  69. 7d562ec Add a new IRestoreObserver callback class to the restore process by Christopher Tate · 15 years ago
  70. 5cb400b Keep track of backup state independently for each transport by Christopher Tate · 15 years ago
  71. 6f21128 Switch the default transport to GOOGLE. by Dan Egnor · 15 years ago
  72. 111bd4a Start backing up wallpaper by Christopher Tate · 15 years ago
  73. efe5264 Modify the IBackupTransport API to support bulk restore operations. by Dan Egnor · 15 years ago
  74. 5cbbf56 Pass the originating app's versionCode along with a restore set by Christopher Tate · 15 years ago
  75. 3a31a93 Add some global metadata to the restore set by Christopher Tate · 15 years ago
  76. 06290a4 Helper API cleanup. Allows multiple helpers to function, by Joe Onorato · 15 years ago
  77. 6aa41f4 Add app version to the backup metadata by Christopher Tate · 15 years ago
  78. 20efdf6 Make signature checks on restore work with unsigned apps by Christopher Tate · 15 years ago
  79. 5d605dc backup stuff by Joe Onorato · 15 years ago
  80. abce4e8 Use signatures on restore by Christopher Tate · 15 years ago
  81. 6785dd8 Store the app signatures as part of the backup set by Christopher Tate · 15 years ago
  82. 87a02bc Replace the stub GoogleTransport with callout to the by Dan Egnor · 15 years ago
  83. aa08844 Hold the current transport instantiated all the time. by Christopher Tate · 15 years ago
  84. 63d2700 Allow privileged callers to schedule a backup pass for any app. by Christopher Tate · 15 years ago
  85. f68eb50 More bmgr work; fix clear-data signalling by Christopher Tate · 15 years ago
  86. ace7f09 Sketch out a 'bmgr' command line tool by Christopher Tate · 15 years ago
  87. cde87f4 Journal backup requests so that they won't be lost in a crash by Christopher Tate · 15 years ago
  88. 9bbc21a Flesh out restore interface on manager; work up most of LocalTransport by Christopher Tate · 15 years ago
  89. c7b31e3 The rest of the basic flow for restore by Christopher Tate · 15 years ago
  90. df01dea More restore plumbing, plus add suggested-backoff to transport API by Christopher Tate · 15 years ago
  91. 9b3905c Revamp IRestoreSession a bit by Christopher Tate · 15 years ago
  92. 8c850b7 Add IRestoreSession interface for the restore flow by Christopher Tate · 15 years ago
  93. 7b88128 Adjust IBackupTransport interface by Christopher Tate · 15 years ago
  94. cd4ff2e Fix tracking of backup participants across package remove/update by Christopher Tate · 15 years ago
  95. 1885b37 Fix backup agent unbind by Christopher Tate · 15 years ago
  96. 043dadc More backup work by Christopher Tate · 15 years ago
  97. 181fafa Retool the backup process to use a new 'BackupAgent' class by Christopher Tate · 15 years ago
  98. d2110db Hook up the backup data writer, and add a utility to read the backup data files. by Joe Onorato · 15 years ago
  99. 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 15 years ago
  100. 8ad0281 With this, the BackupService onBackup method is called. by Joe Onorato · 15 years ago