1. 4d1d7b5 Add custom Error Prone check for SDK comparisons. by Jeff Sharkey · 4 years, 3 months ago
  2. f9c5bd8 Skip backup/restore of wallpaper package by Ruslan Tkhakokhov · 4 years, 3 months ago
  3. 7f87c19 Enforce BACKUP permission for BackupManager#excludeKeysFromRestore() by Nikhar Agrawal · 4 years, 3 months ago
  4. c4d9e91 Add userId to log messages - DO NOT MERGE by Al Sutton · 4 years, 4 months ago
  5. feebe81 Revert "Add feature flag for "no data" backup calls" by Al Sutton · 4 years, 5 months ago
  6. d5db369 Add debug logging when keys are blocked by Al Sutton · 4 years, 5 months ago
  7. 88cb2d9 Merge "Get blocked restore keys directly from UserBMS" by Ruslan Tkhakokhov · 4 years, 6 months ago
  8. 9de0b77 Get blocked restore keys directly from UserBMS by Ruslan Tkhakokhov · 4 years, 6 months ago
  9. 72b16f6 Merge "Avoid warning logs on blocking Binder calls out of system_server to IBackupTransport" by Chandan Nath · 4 years, 6 months ago
  10. d153d5f Avoid warning logs on blocking Binder calls out of system_server to IBackupTransport by nathch · 4 years, 6 months ago
  11. 555e7c6 Add logging for error conditions when reading or writing backup enabled state. by nathch · 4 years, 6 months ago
  12. 9e76d04 Stage 'android' package in PerformUnifiedRestoreTask by Ruslan Tkhakokhov · 4 years, 6 months ago
  13. 89c5325 Add log when acquiring and releasing wakelock. by nathch · 4 years, 6 months ago
  14. 27c64a3 Add feature flag for "no data" backup calls by Al Sutton · 4 years, 6 months ago
  15. 7ab8dc3 Notify transports of empty K/V backups by Al Sutton · 4 years, 6 months ago
  16. f203e2a Remove RunBackupReceiver by nathch · 4 years, 6 months ago
  17. 6b19ce6 Remove unnecessary synchronized block by nathch · 4 years, 6 months ago
  18. 179065b Remove unused messages which are not sent from anywhere. by nathch · 4 years, 7 months ago
  19. b6798a7 Fix bad test for testGetUserForAncestralSerialNumber which was by nathch · 4 years, 7 months ago
  20. 5d51c31 Dump information for all users running backup in backup dumpsys. by nathch · 4 years, 7 months ago
  21. e9388da Handle uncaught exceptions in BackupHandler by Ruslan Tkhakokhov · 4 years, 7 months ago
  22. 15d63e4 Replace com.android.internal.util.Preconditions.checkNotNull with by Daulet Zhanguzin · 4 years, 7 months ago
  23. eff34ec Merge "Rename variable to avoid mis-labelling as a TODO comment" by Al Sutton · 4 years, 7 months ago
  24. e4df2f6 Merge "remove unused private fields and unnecessary TODOs" by Chandan Nath · 4 years, 7 months ago
  25. 5e5a448 remove unused private fields and unnecessary TODOs by nathch · 4 years, 7 months ago
  26. 1b8c06f Rename variable to avoid mis-labelling as a TODO comment by Al Sutton · 4 years, 7 months ago
  27. 84c99f3 Remove duplicate code in initializing transports by nathch · 4 years, 7 months ago
  28. 79dc7ed Merge "Do not try to do a restore at install if the user is not ready for backup." by Carmen Agimof · 4 years, 8 months ago
  29. 4e55418 Do not try to do a restore at install if the user is not ready for backup. by Carmen Agimof · 4 years, 8 months ago
  30. d7f5fdb4 Pass excluded keys to the backup agent in onRestore by Ruslan Tkhakokhov · 4 years, 8 months ago
  31. d1b4b81 Fix NPE while reading leftover journals in BMS by Ruslan Tkhakokhov · 4 years, 8 months ago
  32. 9e111f1 Add BackupManager#excludeKeysFromRestore() by Ruslan Tkhakokhov · 4 years, 8 months ago
  33. bae2e90 Add filegroups for services.* libraries by Jiyong Park · 4 years, 8 months ago
  34. 004e85f Route EncryptedLocalTransport KV backup/restore through encryption code by Ruslan Tkhakokhov · 4 years, 10 months ago
  35. 07d5c5b Revert "Route backup data through IntermediateEncryptingTransport" by nathch · 4 years, 10 months ago
  36. e778ed3 Route backup data through IntermediateEncryptingTransport by nathch · 4 years, 10 months ago
  37. 52eba65 Add BackupEncryptionService which provides an IntermediateEncryptingTransport by nathch · 4 years, 10 months ago
  38. c5990e6 Add DelegatingTransport which delegates all transport methods to its delegate by nathch · 4 years, 10 months ago
  39. b85b36a Move transport client code into its own lib by nathch · 4 years, 10 months ago
  40. e4accbe Capture all exceptions rather than just IO ones. by Al Sutton · 4 years, 11 months ago
  41. ad52c6b Move backup encryption to separate APK by Al Sutton · 5 years ago
  42. 15bf74c Merge Trampoline and BMS by Bernardo Rufino · 5 years ago
  43. aa03246 Move getServiceForUserIfCallerHasPermission() to Trampoline by Bernardo Rufino · 5 years ago
  44. 0948c30 Move dump() to Trampoline by Bernardo Rufino · 5 years ago
  45. f410de0 Move adb backup/restore operations to Trampoline by Bernardo Rufino · 5 years ago
  46. a83c2e0 Move restore operations to Trampoline by Bernardo Rufino · 5 years ago
  47. b6bc6e2 Move backup operations to Trampoline by Bernardo Rufino · 5 years ago
  48. 7dedc86 Move settings operations to Trampoline by Bernardo Rufino · 5 years ago
  49. 0c8b84e Move {get,set}AncestralSerialNumber() to Trampoline by Bernardo Rufino · 5 years ago
  50. 470f8be Move updateTransportAttributes() to Trampoline by Bernardo Rufino · 5 years ago
  51. b188863 Move more transport operations to Trampoline by Bernardo Rufino · 5 years ago
  52. dd1fbf2 Move some transport operations to Trampoline by Bernardo Rufino · 5 years ago
  53. ae1b0d8 Move backup agent operations to Trampoline. by Bernardo Rufino · 5 years ago
  54. 1cc1768 Move isAbleToServeUser() to Trampoline by Bernardo Rufino · 5 years ago
  55. 9b55bfb Move start and stop of sub-systems to Trampoline by Bernardo Rufino · 5 years ago
  56. 99a06db Merge "Move ACTION_USER_REMOVED broadcast receiver to Trampoline" by TreeHugger Robot · 5 years ago
  57. 7d04bfd Move ACTION_USER_REMOVED broadcast receiver to Trampoline by Bernardo Rufino · 5 years ago
  58. ce725e3 Merge "Move transport whitelist to Trampoline" by Bernardo Rufino · 5 years ago
  59. e736756 Merge "Move sInstance to Trampoline" by Bernardo Rufino · 5 years ago
  60. 973194f Move transport whitelist to Trampoline by Bernardo Rufino · 5 years ago
  61. 11b651c Move sInstance to Trampoline by Bernardo Rufino · 5 years ago
  62. 038f7d6 Merge "Add stop method to backup handler thread." by Chandan Nath · 5 years ago
  63. 15bee2d Add stop method to backup handler thread. by nathch · 5 years ago
  64. d1df67e Eagerly initialize BMS in Trampoline's constructor by Bernardo Rufino · 5 years ago
  65. d222a61 Infer the activation state from the presence of a BackupManagerService. by Al Sutton · 5 years ago
  66. 66fa3fb [Cleanup] Rename variable to match standards by Al Sutton · 5 years ago
  67. a440552 replace "android" by PLATFORM_PACKAGE_NAME by nathch · 5 years ago
  68. c255afd Merge "remove unused code from PerformAdbRestoreTask" by TreeHugger Robot · 5 years ago
  69. 4c37ddb remove unused code from PerformAdbRestoreTask by nathch · 5 years ago
  70. 77feda8 Merge "Ports over BackupStreamEncrypter and related classes." by Bram Bonné · 5 years ago
  71. bfb4faa Ports over BackupStreamEncrypter and related classes. by Bram Bonné · 5 years ago
  72. 3c870a7 Merge "remove unused code" by Chandan Nath · 5 years ago
  73. eefaaa5 remove unused code by nathch · 5 years ago
  74. 8b8c2d6 Ports DecryptedChunkFileOutput and related classes. by Bram Bonné · 5 years ago
  75. 798a07f Merge "Readable constant in BackupManagerConstants" by TreeHugger Robot · 5 years ago
  76. 3d460b9 Readable constant in BackupManagerConstants by Bernardo Rufino · 5 years ago
  77. e0e4c82 Unsubscribe listeners when stopping UserBackupManagerService and remove unused code by nathch · 5 years ago
  78. db31ab6 Set DEBUG_SCHEDULING to dalse by default by Al Sutton · 5 years ago
  79. 279a46b Merge "Add dumpsys param to dump users running backup service" into qt-dev am: 1d6b6aea68 by Ruslan Tkhakokhov · 5 years ago
  80. 1ee06b9 Merge "Add dumpsys param to dump users running backup service" into qt-dev by Ruslan Tkhakokhov · 5 years ago
  81. e039932 Add dumpsys param to dump users running backup service by Ruslan Tkhakokhov · 5 years ago
  82. 991aa72 Merge "Add TEST_MAPPING for backup paths" by Al Sutton · 5 years ago
  83. 508181e Add TEST_MAPPING for backup paths by Al Sutton · 5 years ago
  84. a7fcdc9 Sync OWNERS files with AOSP by Al Sutton · 5 years ago
  85. a050ab3 Merge "Restore can begin while clearing app data is in progress" into qt-dev am: c1da324980 by Ruslan Tkhakokhov · 5 years ago
  86. b5a044d Merge "Restore can begin while clearing app data is in progress" into qt-dev by Ruslan Tkhakokhov · 5 years ago
  87. 2962171 Restore can begin while clearing app data is in progress by Ruslan Tkhakokhov · 5 years ago
  88. 9b6ae90 Re-add the logging to track when a backup transport is used which hasn't been initialised. by Al Sutton · 5 years ago
  89. 54db33f Merge "Switch to HexEncoding from ByteStringUtils" by TreeHugger Robot · 5 years ago
  90. b9cba44 Merge "BroadcastReceiver in UserBackupManagerService can crash system_server" into qt-dev am: 451e2d843d by Ruslan Tkhakokhov · 5 years ago
  91. a92bb9f Merge "BroadcastReceiver in UserBackupManagerService can crash system_server" into qt-dev by Ruslan Tkhakokhov · 5 years ago
  92. 451e2d8 Merge "BroadcastReceiver in UserBackupManagerService can crash system_server" into qt-dev by Ruslan Tkhakokhov · 5 years ago
  93. 8e1ea47 Merge "Fix KeyValueBackupTaskTest shadow errors" into qt-dev am: e6763f287b by Annie Meng · 5 years ago
  94. 13d6dca Merge "Fix KeyValueBackupTaskTest shadow errors" into qt-dev am: e6763f287b by Annie Meng · 5 years ago
  95. e2f8a0f Lower log level for errors which are limited to the backup of a single package by Al Sutton · 5 years ago
  96. 599e9b3 Fix KeyValueBackupTaskTest shadow errors by Annie Meng · 5 years ago
  97. dd5e5e3 BroadcastReceiver in UserBackupManagerService can crash system_server by Ruslan Tkhakokhov · 5 years ago
  98. a76674f resolve merge conflicts of fe9b32e4bed2737bc5dfe518a201a0c84fb4aa20 to qt-dev-plus-aosp by Neil Fuller · 5 years ago
  99. 6f34427 Switch to HexEncoding from ByteStringUtils by Neil Fuller · 5 years ago
  100. b5d1c15 Switch from Byte.toHexString() to HexEncoding by Neil Fuller · 5 years ago