1. d069a88 DO NOT MERGE Create a setting for backup/restore agent timeouts by Annie Meng · 6 years ago
  2. 528c3e5 Allow restoring of apps that rotated key by Michal Karpinski · 6 years ago
  3. d3b6e9f Merge "DO NOT MERGE Create a key value settings observer for backup parameters" into pi-dev by Annie Meng · 6 years ago
  4. 7d3033b DO NOT MERGE Create a key value settings observer for backup parameters by Annie Meng · 6 years ago
  5. 602bf1a Add tests for TransportStats and some refactor by Bernardo Rufino · 6 years ago
  6. 60719a4 Add measurements for TransportClient connections by Bernardo Rufino · 6 years ago
  7. 14c716c Revert "Allow restoring of apps that rotated key" by Amith Yamasani · 6 years ago
  8. 9371be3 Merge "Bmgr about running backups" by TreeHugger Robot · 6 years ago
  9. 760c1f5 Bmgr about running backups by Bernardo Rufino · 6 years ago
  10. 961f409 Merge "Allow restoring of apps that rotated key" by Michal Karpinski · 6 years ago
  11. 0b0ebb6 Merge "Move transport constant to BackupTransport API" by Annie Meng · 6 years ago
  12. 1b9877a Move transport constant to BackupTransport API by Annie Meng · 6 years ago
  13. 12b6baf More tests for ActiveRestoreSession by Bernardo Rufino · 6 years ago
  14. 313d225 Allow restoring of apps that rotated key by Michal Karpinski · 6 years ago
  15. 92c8756 Support bmgr wipe also for full backup apps by Michal Karpinski · 6 years ago
  16. c31222f Add Backup and Restore directory OWNERS by Michal Karpinski · 6 years ago
  17. 0eb747e Merge "Update transport connection with registration info" by TreeHugger Robot · 6 years ago
  18. 36c5613 Update transport connection with registration info by Annie Meng · 6 years ago
  19. bbab23f Frameworks: Annotate trivial @GuardedBy in services/ misc by Andreas Gampe · 6 years ago
  20. d38749b Update adb backup/restore confirmation activity on new intent by Annie Meng · 6 years ago
  21. fe4ae0c Rename RefactoredBackupManagerService to BackupManagerService by Michal Karpinski · 6 years ago
  22. 1e7f801 Merge "Binding on-demand #12: Log and unbind dangling TransportClients" by TreeHugger Robot · 6 years ago
  23. 3184cc9 Binding on-demand #12: Log and unbind dangling TransportClients by Bernardo Rufino · 6 years ago
  24. 39194c0 Add #getTransportFlags to BackupDataOutput by Robert Berry · 7 years ago
  25. f5b99ad Let the transport ask for non-incremental backup. by Oscar Key · 6 years ago
  26. 8056728 Move backup of @pm@ into its own state. by Oscar Key · 6 years ago
  27. 38902fc Merge "Make various members private in PerformBackupTask." by Oscar Key · 6 years ago
  28. 3d2f335 Make various members private in PerformBackupTask. by Oscar Key · 6 years ago
  29. b56074b Merge "Clear calling uid in isAppEligibleForBackup() and variant" by TreeHugger Robot · 6 years ago
  30. 5d94c39 Merge "Binding on-demand #11: Dump TransportClients" by Bernardo Rufino · 6 years ago
  31. c3e509c Clear calling uid in isAppEligibleForBackup() and variant by Bernardo Rufino · 6 years ago
  32. 861b420 Binding on-demand #11: Dump TransportClients by Bernardo Rufino · 6 years ago
  33. a4517cd Remove use of streams in TransportManager by Bernardo Rufino · 6 years ago
  34. 070081b Don't use transport binder with the lock held by Bernardo Rufino · 6 years ago
  35. 3fb6ea9 Merge "Add BackupManager#isBackupServiceActive() system API" by TreeHugger Robot · 6 years ago
  36. 4e588ba Merge "Move event logging to TransportClient and add connection event" by Bernardo Rufino · 6 years ago
  37. 96e0be0 Add BackupManager#isBackupServiceActive() system API by Michal Karpinski · 6 years ago
  38. ec2965d Dispose of TransportClient in updateStateForTransport() by Bernardo Rufino · 6 years ago
  39. c141d08 New management API for making backups mandatory. by Lenka Trochtova · 7 years ago
  40. 931abbc Merge "Binding on-demand #10: Remove permanent binding and add registration" by TreeHugger Robot · 6 years ago
  41. aa56a6c Move event logging to TransportClient and add connection event by Bernardo Rufino · 6 years ago
  42. 41349c0 Binding on-demand #10: Remove permanent binding and add registration by Bernardo Rufino · 7 years ago
  43. 0158d97 Merge "Add FLAG_INCREMENTAL and FLAG_NON_INCREMENTAL to performBackup()." by Oscar Key · 6 years ago
  44. 7b1d974 Add FLAG_INCREMENTAL and FLAG_NON_INCREMENTAL to performBackup(). by Oscar Key · 6 years ago
  45. 5a484dc Binding on-demand #9: selectBackupTransport[Async] by Bernardo Rufino · 7 years ago
  46. d8a0cb7 Start BackupManagerConstants content observer by Bartosz Fabianowski · 7 years ago
  47. 0b25273 Merge "Ancestral restore versioning for PackageManagerBackupAgent" by Michal Karpinski · 7 years ago
  48. 172bb61 Merge "Remove transport dir name from TransportClient" by TreeHugger Robot · 7 years ago
  49. a068cd6 Merge "Binding on-demand #8: Miscellaneous usages" by TreeHugger Robot · 7 years ago
  50. 516ac957 Remove transport dir name from TransportClient by Bernardo Rufino · 7 years ago
  51. fa51853 Binding on-demand #8: Miscellaneous usages by Bernardo Rufino · 7 years ago
  52. 7323eec Disable installation via adb restore by Philip P. Moltmann · 7 years ago
  53. 79c238a Use modern install method in backup service by Philip P. Moltmann · 7 years ago
  54. a8a01bf Ancestral restore versioning for PackageManagerBackupAgent by Michal Karpinski · 7 years ago
  55. 7f97228 Address review comments from 02a1c08 by Bartosz Fabianowski · 7 years ago
  56. 9fcc8ff Send backup success notification to background apps as well by Bartosz Fabianowski · 7 years ago
  57. a67d107 Merge "Binding on-demand #7: PerformInitializeTask usage" by Bernardo Rufino · 7 years ago
  58. 02a1c08 Add notification on succesful backups by Denis Kuznetsov · 7 years ago
  59. 7915559 Binding on-demand #7: PerformInitializeTask usage by Bernardo Rufino · 7 years ago
  60. 7b3701a Log d when transport updates its attributes by Bernardo Rufino · 7 years ago
  61. 7f14ede Binding on-demand #6: Transport attributes usage by Bernardo Rufino · 7 years ago
  62. c4cded9 Merge "Binding on-demand #5: PerformUnifiedRestoreTask usage" by Bernardo Rufino · 7 years ago
  63. efdede0 Merge "Cancel alarms & jobs when an app's data is cleared" by TreeHugger Robot · 7 years ago
  64. 998fdaa Binding on-demand #5: PerformUnifiedRestoreTask usage by Bernardo Rufino · 7 years ago
  65. 1d99c39 Cancel alarms & jobs when an app's data is cleared by Christopher Tate · 7 years ago
  66. e0b2ee5 Convert services to Android.bp by Colin Cross · 7 years ago
  67. f93a091 Binding on-demand #4: PerformClearTask usage by Bernardo Rufino · 7 years ago
  68. 3accca0 Add major version code to platform. by Dianne Hackborn · 11 years ago
  69. 728dcea Remove old BackupManagerService by Bernardo Rufino · 7 years ago
  70. ab95333 Binding on-demand #3: updateTransportAttributes() API by Bernardo Rufino · 7 years ago
  71. 4719ed5 Binding on-demand #2: PerformFullTransportBackupTask usage by Bernardo Rufino · 7 years ago
  72. af547f4 Binding on-demand #1: TransportClient infra + PerformBackupTask usage by Bernardo Rufino · 7 years ago
  73. d85c85f Merge "In backup/restore code wrap Binder.restoreCallingIdentity() in finally{}." by Peter Visontay · 7 years ago
  74. 2eccd02 Make the battery saver knobs hidden public, by Makoto Onuki · 7 years ago
  75. a9565cb In backup/restore code wrap Binder.restoreCallingIdentity() in finally{}. by Peter Visontay · 7 years ago
  76. 387267e Don't overly call transport.transportDirName() by Michal Karpinski · 7 years ago
  77. 8808609 Fix backup server by Christopher Tate · 7 years ago
  78. 73093a4 Backup OS service now processes unlock off the main thread by Christopher Tate · 7 years ago
  79. 66c9472 Fix system server crash when told to init backup transports by Christopher Tate · 7 years ago
  80. 43f2d3d Reduce lock interactions in backup transport management by Christopher Tate · 7 years ago
  81. bef5f4a Switch to use RefactoredBackupManagerService by Michal Karpinski · 7 years ago
  82. 9464a31 [RefactoredBMS] Use buffered DataInputStream vs RandomAccessFile by Michal Karpinski · 7 years ago
  83. c174163 [RefactoredBMS] Refresh in-memory SharedPreferences instances after restore by Michal Karpinski · 7 years ago
  84. 9d395bb [RefactoredBMS] Tear down agent after preflight rejection by Michal Karpinski · 7 years ago
  85. fcd615f [RefactoredBMS] Do not perform backup/restore of instant apps by Michal Karpinski · 7 years ago
  86. 5c90ff0 [RefactoredBMS] Correct scope of "disabled?" check viz backup/restore decisions by Michal Karpinski · 7 years ago
  87. 5246299 [RefactoredBMS] Don't mix "current dataset" tokens for different backup transports by Michal Karpinski · 7 years ago
  88. f9b74cc [RefactoredBMS] Ensure backup doesn't reuse ack tokens nearby in time by Michal Karpinski · 7 years ago
  89. 78ec67a [RefactoredBMS] Eliminate a race condition that could lead to by Michal Karpinski · 7 years ago
  90. f95cf5d [RefactoredBMS] Offload the mRunningFullBackupTask.handleCancel() by Michal Karpinski · 7 years ago
  91. 3f09d6c [RefactoredBMS] Add log before doRestoreFinished is called on BackupAgent. by Michal Karpinski · 7 years ago
  92. 3d87a5b [RefactoredBMS] Add tracing for UserState and a few services by Michal Karpinski · 7 years ago
  93. a7924a6 [RefactoredBMS] Call removeMessages() only for certain operations in RefactoredBackupManagerService#handleCancel() by Michal Karpinski · 7 years ago
  94. bcc0c1d BackupManagerService uses BackupManagerConstants. by Tim Zheng · 7 years ago
  95. cc1e76a Add a backup manager constants secure settings. by Tim Zheng · 7 years ago
  96. 5176c02 Add logs to IOExceptions during adb backup by Bernardo Rufino · 7 years ago
  97. 39be7fa Merge "Set flags on the correct Intent, please" into oc-mr1-dev am: 33894b2998 by Christopher Tate · 7 years ago
  98. ed961d9 Set flags on the correct Intent, please by Christopher Tate · 7 years ago
  99. 026e933 Add tests for TransportManager#ensureTransportReady(). by Artem Iglikov · 7 years ago
  100. bd476ea Update TransportManager tests. by Artem Iglikov · 7 years ago