1. 9fcc8ff Send backup success notification to background apps as well by Bartosz Fabianowski · 8 years ago
  2. a67d107 Merge "Binding on-demand #7: PerformInitializeTask usage" by Bernardo Rufino · 8 years ago
  3. 02a1c08 Add notification on succesful backups by Denis Kuznetsov · 8 years ago
  4. 7915559 Binding on-demand #7: PerformInitializeTask usage by Bernardo Rufino · 8 years ago
  5. 7b3701a Log d when transport updates its attributes by Bernardo Rufino · 8 years ago
  6. 7f14ede Binding on-demand #6: Transport attributes usage by Bernardo Rufino · 8 years ago
  7. c4cded9 Merge "Binding on-demand #5: PerformUnifiedRestoreTask usage" by Bernardo Rufino · 8 years ago
  8. efdede0 Merge "Cancel alarms & jobs when an app's data is cleared" by TreeHugger Robot · 8 years ago
  9. 998fdaa Binding on-demand #5: PerformUnifiedRestoreTask usage by Bernardo Rufino · 8 years ago
  10. 1d99c39 Cancel alarms & jobs when an app's data is cleared by Christopher Tate · 8 years ago
  11. e0b2ee5 Convert services to Android.bp by Colin Cross · 8 years ago
  12. f93a091 Binding on-demand #4: PerformClearTask usage by Bernardo Rufino · 8 years ago
  13. 3accca0 Add major version code to platform. by Dianne Hackborn · 13 years ago
  14. 728dcea Remove old BackupManagerService by Bernardo Rufino · 8 years ago
  15. ab95333 Binding on-demand #3: updateTransportAttributes() API by Bernardo Rufino · 8 years ago
  16. 4719ed5 Binding on-demand #2: PerformFullTransportBackupTask usage by Bernardo Rufino · 8 years ago
  17. af547f4 Binding on-demand #1: TransportClient infra + PerformBackupTask usage by Bernardo Rufino · 8 years ago
  18. d85c85f Merge "In backup/restore code wrap Binder.restoreCallingIdentity() in finally{}." by Peter Visontay · 8 years ago
  19. 2eccd02 Make the battery saver knobs hidden public, by Makoto Onuki · 8 years ago
  20. a9565cb In backup/restore code wrap Binder.restoreCallingIdentity() in finally{}. by Peter Visontay · 8 years ago
  21. 387267e Don't overly call transport.transportDirName() by Michal Karpinski · 8 years ago
  22. 8808609 Fix backup server by Christopher Tate · 9 years ago
  23. 73093a4 Backup OS service now processes unlock off the main thread by Christopher Tate · 9 years ago
  24. 66c9472 Fix system server crash when told to init backup transports by Christopher Tate · 9 years ago
  25. 43f2d3d Reduce lock interactions in backup transport management by Christopher Tate · 9 years ago
  26. bef5f4a6 Switch to use RefactoredBackupManagerService by Michal Karpinski · 9 years ago
  27. 9464a31 [RefactoredBMS] Use buffered DataInputStream vs RandomAccessFile by Michal Karpinski · 9 years ago
  28. c174163 [RefactoredBMS] Refresh in-memory SharedPreferences instances after restore by Michal Karpinski · 9 years ago
  29. 9d395bb [RefactoredBMS] Tear down agent after preflight rejection by Michal Karpinski · 9 years ago
  30. fcd615f [RefactoredBMS] Do not perform backup/restore of instant apps by Michal Karpinski · 9 years ago
  31. 5c90ff0 [RefactoredBMS] Correct scope of "disabled?" check viz backup/restore decisions by Michal Karpinski · 9 years ago
  32. 5246299 [RefactoredBMS] Don't mix "current dataset" tokens for different backup transports by Michal Karpinski · 9 years ago
  33. f9b74cc [RefactoredBMS] Ensure backup doesn't reuse ack tokens nearby in time by Michal Karpinski · 9 years ago
  34. 78ec67a [RefactoredBMS] Eliminate a race condition that could lead to by Michal Karpinski · 9 years ago
  35. f95cf5d [RefactoredBMS] Offload the mRunningFullBackupTask.handleCancel() by Michal Karpinski · 9 years ago
  36. 3f09d6c [RefactoredBMS] Add log before doRestoreFinished is called on BackupAgent. by Michal Karpinski · 9 years ago
  37. 3d87a5b [RefactoredBMS] Add tracing for UserState and a few services by Michal Karpinski · 9 years ago
  38. a7924a6 [RefactoredBMS] Call removeMessages() only for certain operations in RefactoredBackupManagerService#handleCancel() by Michal Karpinski · 9 years ago
  39. bcc0c1d BackupManagerService uses BackupManagerConstants. by Tim Zheng · 9 years ago
  40. cc1e76a Add a backup manager constants secure settings. by Tim Zheng · 9 years ago
  41. 5176c02 Add logs to IOExceptions during adb backup by Bernardo Rufino · 9 years ago
  42. 39be7fa Merge "Set flags on the correct Intent, please" into oc-mr1-dev am: 33894b2998 by Christopher Tate · 9 years ago
  43. ed961d9 Set flags on the correct Intent, please by Christopher Tate · 9 years ago
  44. 026e933 Add tests for TransportManager#ensureTransportReady(). by Artem Iglikov · 9 years ago
  45. bd476ea Update TransportManager tests. by Artem Iglikov · 9 years ago
  46. 5ed1dab Add a test for TransportManager#onPackageAdded(). by Artem Iglikov · 9 years ago
  47. 0d0d180 Merge "Merge "Solve AppBackupUtils.signaturesMatch() policies" into oc-mr1-dev am: a743c01d00" into oc-mr1-dev-plus-aosp by Bernardo Rufino · 9 years ago
  48. cbcc34e Solve AppBackupUtils.signaturesMatch() policies by Bernardo Rufino · 9 years ago
  49. 5f1d35e Merge "Locking changes in ProcessedPackagesJournal" by TreeHugger Robot · 9 years ago
  50. a1109ef Locking changes in ProcessedPackagesJournal by Robert Berry · 9 years ago
  51. bfcff7b Merge "Do not remove uninstalled packages from journal" into oc-mr1-dev am: b152fb8d30 by Robert Berry · 9 years ago
  52. b152fb8 Merge "Do not remove uninstalled packages from journal" into oc-mr1-dev by TreeHugger Robot · 9 years ago
  53. 6d2fbdf Extract class AppsBackedUpOnThisDeviceJournal from BackupManagerService by Robert Berry · 9 years ago
  54. c2e30cd Merge "Reintroduce the contract for random token to be non-negative" into oc-dr1-dev by Michal Karpinski · 9 years ago
  55. e8564b7 Do not remove uninstalled packages from journal by Robert Berry · 9 years ago
  56. fc637c1 Reintroduce the contract for random token to be non-negative by Michal Karpinski · 9 years ago
  57. 3a419be Merge "Ensure backup doesn't reuse ack tokens nearby in time" into oc-dr1-dev by Christopher Tate · 9 years ago
  58. 6935755 Ensure backup doesn't reuse ack tokens nearby in time by Christopher Tate · 9 years ago
  59. a780907 Use try with resources in BackupManagerService by Robert Berry · 9 years ago
  60. 88783f2 Merge "Move duplicated union of HashSets logic into helper class" by TreeHugger Robot · 9 years ago
  61. cb2bb89 Merge "Move logic for backup journal into its own class" by TreeHugger Robot · 9 years ago
  62. c895355 Move duplicated union of HashSets logic into helper class by Robert Berry · 9 years ago
  63. 9699fe3 Pull backup password logic out of BackupManagerService by Robert Berry · 9 years ago
  64. c31a839 Move logic for backup journal into its own class by Robert Berry · 9 years ago
  65. 1ff9475 Merge "Tear down agent after preflight rejection" into oc-dr1-dev am: 47303ec66b by Christopher Tate · 9 years ago
  66. e989348 Tear down agent after preflight rejection by Christopher Tate · 9 years ago
  67. 1a7d868 Merge "Eliminate a race condition that could lead to calling PBT#finalizeBackup() twice" into oc-dr1-dev am: 150fec445a by Michal Karpinski · 9 years ago
  68. 015df96 Eliminate a race condition that could lead to calling PBT#finalizeBackup() twice by Michal Karpinski · 9 years ago
  69. 1c7736d Add tracing for UserState and a few services. by Jeff Sharkey · 9 years ago
  70. a96694b Merge "Fix an NPE when cancelling full backup in BMS#endFullBackup()" into oc-dev by Michal Karpinski · 9 years ago
  71. 21d156c Merge "Fix an NPE when cancelling full backup in BMS#endFullBackup()" into oc-dev am: 0d1b1a253a am: 4b48d48a19 by Michal Karpinski · 9 years ago
  72. 2ceefbf Merge "Fix an NPE when cancelling full backup in BMS#endFullBackup()" into oc-dev am: 0d1b1a253a by Michal Karpinski · 9 years ago
  73. 077d637 Fix an NPE when cancelling full backup in BMS#endFullBackup() by Michal Karpinski · 9 years ago
  74. fd4b85a Merge "Fix #62798589 : requestBackup() needs to check enable/provisioned state" by TreeHugger Robot · 9 years ago
  75. 924afe2 Add 'bmgr' command to synchronously init transports by Christopher Tate · 9 years ago
  76. 1a30fcd Fix #62798589 : requestBackup() needs to check enable/provisioned state by Christopher Tate · 9 years ago
  77. 4fee931 Start agent in correct mode for adb k/v restore by Bryan Mawhinney · 9 years ago
  78. fe2368c Refresh in-memory SharedPreferences instances after restore by Christopher Tate · 9 years ago
  79. 21942e0 Add tests for routeSocketDataToOutput. by Artem Iglikov · 9 years ago
  80. c876ebe Merge "Do not perform backup/restore of instant apps" into oc-dev am: 1835f076b3 by Christopher Tate · 9 years ago
  81. 6c5631e Do not perform backup/restore of instant apps by Christopher Tate · 9 years ago
  82. cc8e7c3 Merge "Use buffered DataInputStream vs RandomAccessFile" into oc-dev am: b4a032fd02 by Fyodor Kupolov · 9 years ago
  83. 98b8d31 Use buffered DataInputStream vs RandomAccessFile by Fyodor Kupolov · 9 years ago
  84. dbe6832 Use static imports for constants. by Artem Iglikov · 9 years ago
  85. 13fffd2 Add some tests for TarBackupReader by Artem Iglikov · 9 years ago
  86. b3f506a Merge "Add null checking and exception handling in selectBackupTransportAsync" by TreeHugger Robot · 9 years ago
  87. af31dff Merge "Correct scope of "disabled?" check viz backup/restore decisions" into oc-dev am: d239223cb0 by Chris Tate · 9 years ago
  88. d239223 Merge "Correct scope of "disabled?" check viz backup/restore decisions" into oc-dev by Chris Tate · 9 years ago
  89. 2dd109d Add null checking and exception handling in selectBackupTransportAsync by Tony Mak · 9 years ago
  90. 23c6007 Add more tests for AppBackupUtils. by Artem Iglikov · 9 years ago
  91. 9dee975 Merge "selectBackupTransportAsync should report failure when backup is not available" into oc-dev by TreeHugger Robot · 9 years ago
  92. 5092dea Correct scope of "disabled?" check viz backup/restore decisions by Christopher Tate · 9 years ago
  93. b6c708a Merge "Don't mix "current dataset" tokens for different backup transports" into oc-dev am: 70a2316ec7 by Chris Tate · 9 years ago
  94. 70a2316ec Merge "Don't mix "current dataset" tokens for different backup transports" into oc-dev by Chris Tate · 9 years ago
  95. 60ef1ce selectBackupTransportAsync should report failure when backup is not available by Tony Mak · 9 years ago
  96. 13e8294 Merge "Add unit tests for com.android.server.backup.utils" by TreeHugger Robot · 9 years ago
  97. 66ff1d6 Add unit tests for com.android.server.backup.utils by Artem Iglikov · 9 years ago
  98. 3b03673 Increase timeout for ADB backup/restore of SharedStorage. by Johan Torås Halseth · 9 years ago
  99. a91fa8b Merge "Increase timeout for ADB backup/restore of SharedStorage." by TreeHugger Robot · 9 years ago
  100. 6c2f787 Merge "Move message ids to BackupHandler." by Artem Iglikov · 9 years ago