1. bcc2d40 Merge "Throw exception on odd length Signatures" by Kenny Root · 15 years ago
  2. 6853fcf Fix partial-read handling during restore by Christopher Tate · 15 years ago
  3. eef4ae4 Fix bug where sometimes the full backup pw would not be validated by Christopher Tate · 15 years ago
  4. 1137341 Throw exception on odd length Signatures by Kenny Root · 15 years ago
  5. c58efa6 Reduce backup manager logspew by Christopher Tate · 15 years ago
  6. 728a1c4 Require the current backup pw in all backup/restore operations by Christopher Tate · 15 years ago
  7. 2efd2db Support full-backup encryption and global backup password by Christopher Tate · 15 years ago
  8. 7bdb096 Support for compressed backups by Christopher Tate · 15 years ago
  9. 7926a69 Compress the backup output stream by Christopher Tate · 15 years ago
  10. 284f1bb Can now restore a subset of apps from historical dataset by Christopher Tate · 15 years ago
  11. 79ec80d Make full backup API available to apps by Christopher Tate · 15 years ago
  12. e9e78ec Fix handling of directory entries by Christopher Tate · 15 years ago
  13. 3f6c77b Fix embedded spaces in tar stream EVEN HARDER by Christopher Tate · 15 years ago
  14. b0628bf Implement shared-storage full backup/restore by Christopher Tate · 15 years ago
  15. a858cb0 Respect android:allowBackup="false" during full backup & restore by Christopher Tate · 15 years ago
  16. 75a9970 Restore from a previous full backup's tarfile by Christopher Tate · 15 years ago
  17. d7eedc0 FileOutputStream guarantees to open O_TRUNC (unless you explicitly ask otherwise). by Elliott Hughes · 15 years ago
  18. dc92c82 Full backup tweaks by Christopher Tate · 15 years ago
  19. 4a627c7 Full local backup infrastructure by Christopher Tate · 15 years ago
  20. 4559764 Fix deadlock in BackupManagerService by Christopher Tate · 15 years ago
  21. 2a93509 Don't spuriously time out restore sessions by Christopher Tate · 15 years ago
  22. 27ac243 Merge "Print currentDestinationString() for each backup transport" into honeycomb by Fabrice Di Meglio · 15 years ago
  23. 8aac3ee Print currentDestinationString() for each backup transport by Fabrice Di Meglio · 15 years ago
  24. a3cdaa5 Revert "Remove the APIs for the old encryption scheme." by Jason parks · 15 years ago
  25. ca6777b Merge "Remove the APIs for the old encryption scheme." into honeycomb by Jason parks · 15 years ago
  26. 994ef92 Turn off debugging logspam for release by Christopher Tate · 15 years ago
  27. 1125d78 Remove the APIs for the old encryption scheme. by Jason parks · 15 years ago
  28. c28083a Don't queue multiple pending backups for the same app by Christopher Tate · 16 years ago
  29. 73a3cb3 Time out orphaned / unresponsive restore sessions by Christopher Tate · 16 years ago
  30. f5e1c29 Add a couple of transport-descriptive methods to IBackupManager by Christopher Tate · 16 years ago
  31. 249345b Ensure that the first post-restore backup pass is correct by Chris Tate · 16 years ago
  32. 44ab845 Permission fix: don't require BACKUP perm for self-restores by Chris Tate · 16 years ago
  33. 725d8f0 Close some things in system_server that CloseGuard found. by Brad Fitzpatrick · 16 years ago
  34. 385a753 resolved conflicts for merge of 368fdba4 to master by Brad Fitzpatrick · 16 years ago
  35. 431bb22 Reduce logging. by Joe Onorato · 16 years ago
  36. 1858031 DO NOT MERGE. Turn down backup logging for release. by Chris Tate · 16 years ago
  37. a9c5043 Temporarily turn on backup/restore debug logs by Chris Tate · 16 years ago
  38. 7e9f4eb Track client requests through location manager. by Dianne Hackborn · 16 years ago
  39. 3dd4233 Don't block in the BackupManagerService.dataChanged() Binder call. by Brad Fitzpatrick · 16 years ago
  40. 5340bff am 5827d3ea: Merge "Properly note the current active restore set\'s token" into froyo by Dianne Hackborn · 16 years ago
  41. 2950555 Properly note the current active restore set's token by Christopher Tate · 16 years ago
  42. 01e4cfc Some ActivityThread/ActivityManager cleanup. by Dianne Hackborn · 16 years ago
  43. 1d6ff5a am 7e93aad4: am 36fa4713: Merge "Fix security hole in Google backup transport registration" into froyo by Christopher Tate · 16 years ago
  44. a32504f Fix security hole in Google backup transport registration by Christopher Tate · 16 years ago
  45. db4b80d am 11f759cf: am 5923c971: Fix \'dumpsys backup\' by Christopher Tate · 16 years ago
  46. 5923c97 Fix 'dumpsys backup' by Christopher Tate · 16 years ago
  47. 4caee4f am b3f7fe44: am 22375e4a: Merge "Make RestoreSession.getAvailableRestoreSets() asynchronous" into froyo by Christopher Tate · 16 years ago
  48. 2d449afe Make RestoreSession.getAvailableRestoreSets() asynchronous by Christopher Tate · 16 years ago
  49. 1f4df90 DO NOT MERGE by Oscar Montemayor · 16 years ago
  50. 9c3cee9 API CHANGE: Backup/restore API changes requested by the API Council by Christopher Tate · 16 years ago
  51. 3de55bc API CHANGE: expose the backup-related ApplicationInfo flag masks by Christopher Tate · 16 years ago
  52. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 16 years ago
  53. 8a9b220 Switch the services library to using the new Slog by Joe Onorato · 16 years ago
  54. 7d411a3 Add single-package restore to Bmgr feature set by Christopher Tate · 16 years ago
  55. 5035fda Default the auto-restore setting to "enabled." by Christopher Tate · 16 years ago
  56. ae06ed9 Fix the build by Christopher Tate · 16 years ago
  57. f087272 Start respecting the auto-restore-at-install setting by Christopher Tate · 16 years ago
  58. 3dda518 Add 'restoreAnyVersion' attr for apps that want to restore "future" data by Christopher Tate · 16 years ago
  59. 1bb6906 Automatically restore app data at install time by Christopher Tate · 16 years ago
  60. 1168baa Tone down a non-error log message about lack of ancestral dataset tracking by Christopher Tate · 16 years ago
  61. e28290e API CHANGE: expose backup/restore to the SDK by Christopher Tate · 16 years ago
  62. a87240c Remove BACKUP_DATA permission and associated checks by Christopher Tate · 16 years ago
  63. b49ceb3 Remember which apps have available restore info in the ancestral dataset by Christopher Tate · 16 years ago
  64. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 16 years ago
  65. c61da31 Don't hold the backup queue lock across a backup operation by Christopher Tate · 16 years ago
  66. 8472581 Add single-package restore from an app's most-recent data by Christopher Tate · 16 years ago
  67. cce9da5 Add auto-restore setting and Backup Manager awareness thereof by Christopher Tate · 16 years ago
  68. 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 16 years ago
  69. c2af5d3 Get rid of now-superfluous "backup or restore in progress" tracking by Christopher Tate · 16 years ago
  70. b0dcaaf Don't crash on transport unregistration if there is no current transport by Christopher Tate · 16 years ago
  71. 44a2790 Make backup/restore asynchronous and enforce timeouts by Christopher Tate · 16 years ago
  72. 80202c8 Move towards a formal public API for backup and restore by Christopher Tate · 16 years ago
  73. dfa47b56e Don't crash the system process when a backup transport unregisters by Christopher Tate · 16 years ago
  74. 18803d3 resolved conflicts for merge of 5a2fdbba to master by Doug Zongker · 17 years ago
  75. ab5c49c move event log tags used by system server into this package by Doug Zongker · 17 years ago
  76. a8529f6 Encrypted File Systems Project. Installer modifications. by Oscar Montemayor · 17 years ago
  77. 78dd4a7 Fix #2176803 - restores from userdebug to user builds not working by Christopher Tate · 17 years ago
  78. c1c49c0 Use setRepeating() rather than setInexactRepeating() for backup scheduling, by Dan Egnor · 17 years ago
  79. 13f4a64 Turn off the last of the STOPSHIP verbose debugging by Christopher Tate · 17 years ago
  80. 852f8e4 Only re-initialize backup state if @pm@ metadata is missing, by Dan Egnor · 17 years ago
  81. 726247c Better event log tracking for initializeDevice() requests -- by Dan Egnor · 17 years ago
  82. 55f931a Add more useful-for-debug info to 'dumpsys backup' by Christopher Tate · 17 years ago
  83. a253f16 Don't forget to clear "backup in progress" state when finishing a pass by Christopher Tate · 17 years ago
  84. 21ab6a5 Disallow concurrent backups; consult transport requestBackupTime() by Christopher Tate · 17 years ago
  85. 4cc86e1 Clear the device's data from the transport when backup is disabled by Christopher Tate · 17 years ago
  86. b03b3bb If backup fails, reenqueue all of the affected packages for next time. by Christopher Tate · 17 years ago
  87. 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
  88. 0144516 Make IBackupTransport.finishBackup() also return an int code, since it too can by Dan Egnor · 17 years ago
  89. d55e18a Reset backup tracking in response to transport data-wipe notification by Christopher Tate · 17 years ago
  90. 90967f4 Fix up the first-backup-ever tracking by Christopher Tate · 17 years ago
  91. 25a747f Add an 'init everything' operation to the first backup pass by Christopher Tate · 17 years ago
  92. 83861e7 Inefficient but correct fix for 2122381: call finishBackup after every performBackup by Dan Egnor · 17 years ago
  93. b8eb1cb Be sure to include shared lib path info when dealing with agents by Christopher Tate · 17 years ago
  94. 5e1ab33 Expand apps' control over the settings restore process by Christopher Tate · 17 years ago
  95. 0749dcd Backup participants must now hold the BACKUP_DATA permission by Christopher Tate · 17 years ago
  96. 0e0b4ae Don't let bmgr leave a restore session hanging on error by Christopher Tate · 17 years ago
  97. f2c321a Print restore tokens in hex by Christopher Tate · 17 years ago
  98. 2e6bca6 Temporarily rollback a change that's causing SetupWizard failures during restore. #2042337 by Amith Yamasani · 17 years ago
  99. 9dfdac5 Clear app data via the Activity Manager, not Package Manager by Christopher Tate · 17 years ago
  100. aa93b04 Correct the backup manager's identity around wakelock use by Christopher Tate · 17 years ago