1. bdb8848 [Multi-user] Disable backup by default in non-system users by Annie Meng · 6 years ago
  2. d1ee43e [Multi-user] Change more BackupManager AIDL methods to accept userId in methods by Chandan Nath · 6 years ago
  3. cd44f75 [Multi-user] Change BackupManager AIDL to accept userId in methods by Chandan Nath · 6 years ago
  4. 57bf7ba add option --user to Bmgr.java by Chandan Nath · 6 years ago
  5. 607d78e Add adb shell bmgr init TRANSPORT... to bmgr help by Bernardo Rufino · 6 years ago
  6. 3deabeb Add --monitor to bmgr backupnow by Bernardo Rufino · 6 years ago
  7. da7b36c Merge "Disable bmgr if BMS is not running" by Annie Meng · 6 years ago
  8. 5264271 Remove adb shell bmgr restore <package> by Bernardo Rufino · 6 years ago
  9. 8927037 Disable bmgr if BMS is not running by Annie Meng · 6 years ago
  10. 760c1f5 Bmgr about running backups by Bernardo Rufino · 6 years ago
  11. fa51853 Binding on-demand #8: Miscellaneous usages by Bernardo Rufino · 7 years ago
  12. 4037fe0 Merge "cmds: add #!s" am: 8911c35df3 am: 2c61e3de27 by George Burgess IV · 7 years ago
  13. 6c16888 cmds: add #!s by George Burgess IV · 7 years ago
  14. 924afe2 Add 'bmgr' command to synchronously init transports by Christopher Tate · 7 years ago
  15. 73be23d Extend "Transport rejected package" message in Bmgr by Michal Karpinski · 7 years ago
  16. a56ba60 "bmgr restore" really should wait until operation finishes. by Makoto Onuki · 7 years ago
  17. c370442 BackupManager#cancelBackups() API by Shreyas Basarge · 8 years ago
  18. f4e237c Add instrumentation for BackupManager during restore. by Stefanot · 7 years ago
  19. b1f573d Add monitoring to backup in BackupManager. by Stefanot · 8 years ago
  20. 865303f API to select backup transport by Shreyas Basarge · 8 years ago
  21. 38e7486 Non incremental backup flag for requestBackup by Shreyas Basarge · 8 years ago
  22. 24c08b2 Merge \\"Let bmgr inspect the set of whitelisted transports\\" into nyc-dev am: 0f101342e1 by Chris Tate · 8 years ago
  23. e227ec6 Let bmgr inspect the set of whitelisted transports by Christopher Tate · 8 years ago
  24. dc3b852 resolve merge conflicts of 8416096 to nyc-dev-plus-aosp by Dan Willemsen · 8 years ago
  25. 98ff0b7 Remove custom copy rules, stop using ACP by Dan Willemsen · 8 years ago
  26. 10f0f71 Update bmgr tool. by Sergey Poromov · 8 years ago
  27. b998532 Update bmgr cmd line tool to use requestBackup() API in BackupManager by Sergey Poromov · 9 years ago
  28. fbec21f Teach bmgr that "android" is a valid package name by Christopher Tate · 10 years ago
  29. ab225b3 Add 'fullbackup' to bmgr's usage statement by Christopher Tate · 10 years ago
  30. 9ff53a7 Implement full data backup through transport by Christopher Tate · 10 years ago
  31. b0183f0 Harden against transiently unavailable backup transports by Christopher Tate · 11 years ago
  32. d5965cb Trying to unbreak build... by Sascha Prueter · 11 years ago
  33. 8f98252 Harden against transiently unavailable backup transports by Christopher Tate · 11 years ago
  34. 284f1bb Can now restore a subset of apps from historical dataset by Christopher Tate · 13 years ago
  35. 4a627c7 Full local backup infrastructure by Christopher Tate · 13 years ago
  36. 44ab845 Permission fix: don't require BACKUP perm for self-restores by Chris Tate · 14 years ago
  37. 7a0fc87 Don't crash bmgr if there are no available restore sets by Chris Tate · 14 years ago
  38. 04686f4 Fix bug #3055578 ("adb shell bmgr list sets" generates NPE and cannot be run again when device has no account setup) by Fabrice Di Meglio · 14 years ago
  39. 7e76ff1 Fail gracefully if the user fails to supply necessary args to bmgr by Christopher Tate · 14 years ago
  40. 1398e27 Fix 'bmgr restore' by Christopher Tate · 14 years ago
  41. 2d449afe Make RestoreSession.getAvailableRestoreSets() asynchronous by Christopher Tate · 14 years ago
  42. 9c3cee9 API CHANGE: Backup/restore API changes requested by the API Council by Christopher Tate · 14 years ago
  43. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 14 years ago
  44. 485c3a1 fix hex parsing of bmgr by Christian Sonntag · 14 years ago
  45. 7d411a3 Add single-package restore to Bmgr feature set by Christopher Tate · 14 years ago
  46. 8472581 Add single-package restore from an app's most-recent data by Christopher Tate · 14 years ago
  47. 0e0b4ae Don't let bmgr leave a restore session hanging on error by Christopher Tate · 15 years ago
  48. 84780f5 Don't crash if the Backup Manager returns a null RestoreSet[] by Christopher Tate · 15 years ago
  49. 77095d4 make restore tokens shown in hex. by Christian Sonntag · 15 years ago
  50. 08e40b8 Fix Bmgr's logic around restore completion by Christopher Tate · 15 years ago
  51. d23d7f2 Add a 'wipe' operation to Bmgr by Christopher Tate · 15 years ago
  52. 6ef58a1 Implement persistent enable/disable of the backup manager by Christopher Tate · 15 years ago
  53. 9171749 Use system properties to track the current transport by Christopher Tate · 15 years ago
  54. 156411d Use a long for restore token by Dan Egnor · 15 years ago
  55. c73a218 Add some error reporting & info to bmgr's output by Christopher Tate · 15 years ago
  56. 4a64bde Add some helpful tests scripts for backup and make bmgr restore wait until the backup is done. by Joe Onorato · 15 years ago
  57. 5e8a4b8 Give the bmgr command an IRestoreObserver too. by Joe Onorato · 15 years ago
  58. abce4e8 Use signatures on restore by Christopher Tate · 15 years ago
  59. f68eb50 More bmgr work; fix clear-data signalling by Christopher Tate · 15 years ago
  60. ace7f09 Sketch out a 'bmgr' command line tool by Christopher Tate · 15 years ago