1. dbe6832 Use static imports for constants. by Artem Iglikov · 8 years ago
  2. 13fffd2 Add some tests for TarBackupReader by Artem Iglikov · 8 years ago
  3. b3f506a Merge "Add null checking and exception handling in selectBackupTransportAsync" by TreeHugger Robot · 8 years ago
  4. af31dff Merge "Correct scope of "disabled?" check viz backup/restore decisions" into oc-dev am: d239223cb0 by Chris Tate · 8 years ago
  5. d239223 Merge "Correct scope of "disabled?" check viz backup/restore decisions" into oc-dev by Chris Tate · 8 years ago
  6. 2dd109d Add null checking and exception handling in selectBackupTransportAsync by Tony Mak · 8 years ago
  7. 23c6007 Add more tests for AppBackupUtils. by Artem Iglikov · 8 years ago
  8. 9dee975 Merge "selectBackupTransportAsync should report failure when backup is not available" into oc-dev by TreeHugger Robot · 8 years ago
  9. 5092dea Correct scope of "disabled?" check viz backup/restore decisions by Christopher Tate · 8 years ago
  10. b6c708a Merge "Don't mix "current dataset" tokens for different backup transports" into oc-dev am: 70a2316ec7 by Chris Tate · 8 years ago
  11. 70a2316ec Merge "Don't mix "current dataset" tokens for different backup transports" into oc-dev by Chris Tate · 8 years ago
  12. 60ef1ce selectBackupTransportAsync should report failure when backup is not available by Tony Mak · 8 years ago
  13. 13e8294 Merge "Add unit tests for com.android.server.backup.utils" by TreeHugger Robot · 8 years ago
  14. 66ff1d6 Add unit tests for com.android.server.backup.utils by Artem Iglikov · 8 years ago
  15. 3b03673 Increase timeout for ADB backup/restore of SharedStorage. by Johan Torås Halseth · 8 years ago
  16. a91fa8b Merge "Increase timeout for ADB backup/restore of SharedStorage." by TreeHugger Robot · 8 years ago
  17. 6c2f787 Merge "Move message ids to BackupHandler." by Artem Iglikov · 8 years ago
  18. 25c50f9 Increase timeout for ADB backup/restore of SharedStorage. by Johan Torås Halseth · 8 years ago
  19. c2a3d0f Move message ids to BackupHandler. by Artem Iglikov · 8 years ago
  20. 8b20b2c selectBackupTransportAsync should report failure when backup is disabled by Tony Mak · 8 years ago
  21. 2a2a817 Don't mix "current dataset" tokens for different backup transports by Christopher Tate · 8 years ago
  22. 0b54d6d Another round of code deduplication. by Artem Iglikov · 8 years ago
  23. b9d5557 Fix missing read of widget data in adb restore. by Artem Iglikov · 8 years ago
  24. 1418d05 Merge "Move more common methods to TarBackupReader." by Artem Iglikov · 8 years ago
  25. b3177dc Move more common methods to TarBackupReader. by Artem Iglikov · 8 years ago
  26. 14f5754 resolve merge conflicts of 970525ef3225 to master by Michal Karpinski · 8 years ago
  27. b81243f Offload the mRunningFullBackupTask.handleCancel() call from the main by Michal Karpinski · 8 years ago
  28. 9c15a29 Move common tar reading parts to separate class. by Artem Iglikov · 8 years ago
  29. d4556b3 Merge "Merge "Call removeMessages() only for certain operations in BackupManagerService#handleCancel()" into oc-dev am: 5281775760" into oc-dev-plus-aosp by Anton Philippov · 8 years ago
  30. 81f6c9d Merge "Add log before doRestoreFinished is called on BackupAgent." into oc-dev am: 8c7e6faa60 by Johan Torås Halseth · 8 years ago
  31. 603bcb7 Move password-related methods to their own class. by Artem Iglikov · 8 years ago
  32. 2c2c856 Move public static methods to utility classes. by Artem Iglikov · 8 years ago
  33. 5281775 Merge "Call removeMessages() only for certain operations in BackupManagerService#handleCancel()" into oc-dev by TreeHugger Robot · 8 years ago
  34. d6c00c7 Encapsulate RefactoredBackupManagerService fields. by Artem Iglikov · 8 years ago
  35. b09a630 Call removeMessages() only for certain operations in BackupManagerService#handleCancel() by Anton Philippov · 8 years ago
  36. ddb5278 Add log before doRestoreFinished is called on BackupAgent. by Johan Torås Halseth · 8 years ago
  37. e5263c6 Add remaining tests for Trampoline. by Artem Iglikov · 8 years ago
  38. e42c841 [DO NOT MERGE] Fix potential NPE in Trampoline.requestBackup(). by Artem Iglikov · 8 years ago
  39. 65090c6 Fix potential NPE in Trampoline.requestBackup(). by Artem Iglikov · 8 years ago
  40. d4072d2 Merge "Add unit test for Trampoline." by TreeHugger Robot · 8 years ago
  41. 6052ef5 Add unit test for Trampoline. by Artem Iglikov · 8 years ago
  42. 21510f0 Apply Android code style to RefactoredBackupManagerService. by Artem Iglikov · 8 years ago
  43. ccbeef0 Don't back up disabled apps. by Artem Iglikov · 8 years ago
  44. b86d741 Merge "Don't back up disabled apps" into oc-dev am: 628690ea2b am: 281def0704 by Chris Tate · 8 years ago
  45. 246a0e7 Don't back up disabled apps by Christopher Tate · 8 years ago
  46. f251e35 Move inner classes of RefactoredBackupManagerService to their own files. by Artem Iglikov · 8 years ago
  47. 9cd4c36 Merge "Removed unused variables in PerformBackupTask#finalizeBackup()" by TreeHugger Robot · 8 years ago
  48. 3e6ecfe Merge "Removed unused variables in PerformBackupTask#finalizeBackup()" into oc-dev am: ce7f931793 by Michal Karpinski · 8 years ago
  49. 6358e5d Removed unused variables in PerformBackupTask#finalizeBackup() by Artem Iglikov · 8 years ago
  50. 1ee80dd Removed unused variables in PerformBackupTask#finalizeBackup() by Michal Karpinski · 8 years ago
  51. f32ea19 Lower visibility of members of RefactoredBackupManagerService. by Artem Iglikov · 8 years ago
  52. 5021918 Clone BackupManagerService and make Trampoline aware of the clone. by Artem Iglikov · 8 years ago
  53. adf8288 Introduce BackupManagerServiceInteface in remaining parts of the code. by Artem Iglikov · 8 years ago
  54. ada1f00 Rename IBackupManagerService to BackupManagerServiceInterface. by Artem Iglikov · 8 years ago
  55. 1fb72bc Extract interface of BackupManagerService and make BackupManagerService implement this interface. by Artem Iglikov · 8 years ago
  56. 6df866a Enforce PACKAGE_USAGE_STATS for usage data. by Jeff Sharkey · 8 years ago
  57. fe9a53b Consistent dump() permission checking. by Jeff Sharkey · 8 years ago
  58. bc44678 Add null check in BackupManagerService$PerformBackupTask.handleCancel() by Anton Philippov · 8 years ago
  59. b59a4b8 Add support for key-value packages to adb backup/restore. by Johan Toras Halseth · 8 years ago
  60. 8e4d6d0 Explicitly rebind to a transport after timeout by Michal Karpinski · 8 years ago
  61. 455e90a Add BatterySaverPolicy for power save mode by jackqdyulei · 8 years ago
  62. eb4ab30 BackupManagerService#cancelBackups() releases mCurrentOpLock sooner by Michal Karpinski · 8 years ago
  63. fb887a6 Pass an empty list to PerformBackupTask constructor instead of null by Anton Philippov · 8 years ago
  64. b870c8e Merge "Add more instrumentation to BackupManagerService" by Anton Philippov · 8 years ago
  65. deb244d Add more instrumentation to BackupManagerService by Anton Philippov · 8 years ago
  66. 55e15bc Use iterator to remove elements from collection when traversing it by Michal Karpinski · 8 years ago
  67. ba9e399 Merge "Disallow parallel backups" by Shreyas Basarge · 8 years ago
  68. 6a4b9a3 Merge "Serialize restore operations" by Shreyas Basarge · 8 years ago
  69. a88d8e0 Serialize restore operations by Shreyas Basarge · 8 years ago
  70. 2815496 Add more instrumentation to BackupManager. by Stefanot · 8 years ago
  71. aac009b Disallow parallel backups by Shreyas Basarge · 8 years ago
  72. 4edbf05 Merge "Use separate message ids for backup and restore operations" by Shreyas Basarge · 8 years ago
  73. ab5071c Use separate message ids for backup and restore operations by Shreyas Basarge · 8 years ago
  74. c4f91e5 Merge "Fix NPE in BackupManagerService" by Shreyas Basarge · 8 years ago
  75. 2d096ee Fix NPE in BackupManagerService by Shreyas Basarge · 8 years ago
  76. 0277db4 Better iteration over mCurrentOperations in cancelBackups by Shreyas Basarge · 8 years ago
  77. c370442 BackupManager#cancelBackups() API by Shreyas Basarge · 8 years ago
  78. b6e73c9 BackupAgent#getBackupQuota() API by Shreyas Basarge · 8 years ago
  79. afcea28 Merge "Add instrumentation for BackupManager during restore." by Stefano Tommasini · 8 years ago
  80. f4e237c Add instrumentation for BackupManager during restore. by Stefanot · 8 years ago
  81. 7a1c94c Merge "Add monitoring to backup in BackupManager." by Stefano Tommasini · 8 years ago
  82. ee1f9b2 Merge "Fix for bmgr whitelist" by Shreyas Basarge · 8 years ago
  83. b1f573d Add monitoring to backup in BackupManager. by Stefanot · 8 years ago
  84. bf2ec2c Fix for bmgr whitelist by Shreyas Basarge · 8 years ago
  85. a6e5041a Merge "Replace RandomAccessFile with BufferedInputStream" by Shubham Ajmera · 8 years ago
  86. 865303f API to select backup transport by Shreyas Basarge · 8 years ago
  87. 38e7486 Non incremental backup flag for requestBackup by Shreyas Basarge · 8 years ago
  88. 11e9cec Merge "Fix the deadlock problem" am: fa228e06f6 am: e8c0e1098e am: 35b99da33a by Chris Tate · 8 years ago
  89. e8c0e10 Merge "Fix the deadlock problem" am: fa228e06f6 by Chris Tate · 8 years ago
  90. acaed3d Fix the deadlock problem by pengzhicai · 8 years ago
  91. 274498e Replace RandomAccessFile with BufferedInputStream by Shubham Ajmera · 8 years ago
  92. 2250d56 Rename MountService to StorageManagerService. by Sudheer Shanka · 8 years ago
  93. dc589ac Update usage of ActivityManagerNative. by Sudheer Shanka · 8 years ago
  94. f734114 Move IMountService to aidl. by Sudheer Shanka · 8 years ago
  95. cc6418f Move ApplicationThread to aidl. by Sudheer Shanka · 8 years ago
  96. d990e4d Respect restoreAnyVersion=true in full-data restore path by Christopher Tate · 8 years ago
  97. a46b7f4 Merge "Turn down restore-time logspam" into nyc-mr1-dev by Chris Tate · 8 years ago
  98. 4c30725 Turn down restore-time logspam by Christopher Tate · 8 years ago
  99. 4595bc7 Merge "Thread-safe pipe teardown during restore operations" into nyc-mr1-dev by Chris Tate · 8 years ago
  100. 6981878 Merge "Explicitly flush compress/encrypt stream before close" into nyc-mr1-dev by Chris Tate · 8 years ago