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