1. 0272a09 Add backup of local contacts as an extra APK by Torsten Grote · 4 years, 3 months ago
  2. 50f9dd6 Merge pull request #145 from grote/91-app-bundles-re-install by Torsten Grote · 4 years, 2 months ago
  3. 2cde417 Add config option to re-install apps with feature modules only on same device by Torsten Grote · 4 years, 2 months ago
  4. e672309 Android Studio 4.1 and changes to test files by Torsten Grote · 4 years, 2 months ago
  5. a833df2 Show dialog explaining auto-restore after a restore failed due to not all apps being installed by Torsten Grote · 4 years, 2 months ago
  6. 0f0f198 Add unit tests for re-installing apps with APK splits by Torsten Grote · 4 years, 3 months ago
  7. 608e67c Refactor existing ApkRestore unit tests to make adding new ones easier by Torsten Grote · 4 years, 3 months ago
  8. b3db859 Re-install APK splits if they are compatible and have proper hash by Torsten Grote · 4 years, 3 months ago
  9. 68a6403 Add a compatibility checker for APK splits by Torsten Grote · 4 years, 3 months ago
  10. 6e4c117 Also complile the instrumentation test sources in CI by Torsten Grote · 4 years, 3 months ago
  11. 3487c91 Do not re-install apps that require splits by Torsten Grote · 4 years, 3 months ago
  12. 643247b Change UI for re-installation of system apps by Torsten Grote · 4 years, 3 months ago
  13. 0971c5d Do not back up APKs of test-only apps, as we can not re-install them anyway by Torsten Grote · 4 years, 3 months ago
  14. 0a8a286 Update state of opt-out apps, even if they never had any state by Torsten Grote · 4 years, 3 months ago
  15. a9402f4 Update app install state after user comes back from manually installing an app by Torsten Grote · 4 years, 3 months ago
  16. 1a81e2d If possible, open the app store an app was originally installed with by Torsten Grote · 4 years, 3 months ago
  17. d6cb34c Allow the user to manually re-install apps before data restore starts by Torsten Grote · 4 years, 3 months ago
  18. 747384f Refactor InstallResult to be more extensible by Torsten Grote · 4 years, 3 months ago
  19. f45411d Refactor code related to APK installs as preparation for upcoming changes by Torsten Grote · 4 years, 3 months ago
  20. 9830d2d Show different app state messages for backup and restore by Torsten Grote · 4 years, 3 months ago
  21. 3a31e09 Back up split APKs as well and store them in the metadata by Torsten Grote · 4 years, 3 months ago
  22. af2bf4f Support APK splits in metadata by Torsten Grote · 4 years, 3 months ago
  23. 46e8a46 Pull out code in ApkBackup and ApkRestore into own methods by Torsten Grote · 4 years, 3 months ago
  24. 741e5ef Fix storage chooser title if the translation is long by Torsten Grote · 4 years, 3 months ago
  25. 9ae3c6e Add some documentation to the transport methods by Torsten Grote · 4 years, 3 months ago
  26. fbdfa40 Load app status data off the UI thread by Torsten Grote · 4 years, 3 months ago
  27. 0612f79 Fix or permit certain disk reads on UI thread by Torsten Grote · 4 years, 3 months ago
  28. 1d2c74b Ensure that metadata cache streams get closed by Torsten Grote · 4 years, 3 months ago
  29. 4387353 Enable StrictMode for userdebug builds by Torsten Grote · 4 years, 3 months ago
  30. 948cd59 Show proper transport labels for OS transport selection by Torsten Grote · 4 years, 3 months ago
  31. 2d5f00a Add Seedvault backup parser to README by Torsten Grote · 4 years, 3 months ago
  32. 6c53106 Enable automatic coding style linting with ktlint (also on CI) by Torsten Grote · 4 years, 3 months ago
  33. 53937bd Auto-format code style of all files to match official style by Torsten Grote · 4 years, 3 months ago
  34. 55909ce Fix lint issues with translations and ignore missing translations by Torsten Grote · 4 years, 3 months ago
  35. 886f5a4 Change AOSP version requirement in README by Torsten Grote · 4 years, 3 months ago
  36. d2ed3a1 Fix dependency issues by strictly requiring specific versions by Torsten Grote · 4 years, 3 months ago
  37. 2a176a9 Turn off proguard/R8 for AOSP builds as well by Torsten Grote · 4 years, 3 months ago
  38. 57f4042 Fix lint warnings by Torsten Grote · 4 years, 3 months ago
  39. af4b680 Fix compile warnings on AOSP 11 by Torsten Grote · 4 years, 3 months ago
  40. 76be2c1 Remove 'host_supported: true' from Android.bp files by Torsten Grote · 4 years, 4 months ago
  41. ceac5fc Clean up koin-android dependencies and upgrade koin by Torsten Grote · 4 years, 4 months ago
  42. cfcf7b3 Clean up BIP39 dependencies by Torsten Grote · 4 years, 4 months ago
  43. 6cde6be Sync AndroidX dependencies with those available in AOSP by Torsten Grote · 4 years, 4 months ago
  44. 8f91138 Remove dependency on commons-io library by Torsten Grote · 4 years, 4 months ago
  45. 8bdbe6d Handle new FLAG_DATA_NOT_CHANGED for K/V backups by Torsten Grote · 4 years, 4 months ago
  46. 25695d7 Fix storage selection screen (icon color and available bytes) by Torsten Grote · 4 years, 4 months ago
  47. 918d7a7 Add QUERY_ALL_PACKAGES permission which is now needed on Android 11 by Torsten Grote · 4 years, 4 months ago
  48. 6e58ec0 Fix instrumentation tests on Android 11 by Torsten Grote · 4 years, 4 months ago
  49. 45ac888 Fix roboelectric unit tests by Torsten Grote · 4 years, 4 months ago
  50. 415b572 Bump AOSP versions for gradle build by Torsten Grote · 4 years, 4 months ago
  51. ca309df Upgrade AOSP libraries for gradle build by Torsten Grote · 4 years, 4 months ago
  52. e6988d8 Switch to common kotlinx prebuilts by Torsten Grote · 4 years, 4 months ago
  53. 680ad8b Fix translations manually, replacing &lt;&gt; by <> by Chirayu Desai · 4 years, 3 months ago
  54. 7af61ac Update translation files by Hosted Weblate · 4 years, 3 months ago
  55. ddc1351 Translated using Weblate (French) by Chirayu Desai · 4 years, 3 months ago
  56. d1e4cdb Translated using Weblate (Portuguese) by ssantos · 4 years, 3 months ago
  57. 688753d Translated using Weblate (Croatian) by Milo Ivir · 4 years, 3 months ago
  58. 4dbb73a Translated using Weblate (Greek) by Michael Bestas · 4 years, 3 months ago
  59. 1aef02e Translated using Weblate (Spanish) by H · 4 years, 3 months ago
  60. a0c7029 Translated using Weblate (Russian) by Nikita Epifanov · 4 years, 3 months ago
  61. fc35aca Translated using Weblate (Portuguese (Brazil)) by Samuel Carvalho de Araújo · 4 years, 3 months ago
  62. f636831 Update translation files by Hosted Weblate · 4 years, 3 months ago
  63. e340661 Always show Nextcloud as an option, offer to install or set up account by Torsten Grote · 4 years, 3 months ago
  64. c5aca6d Fix status reporting of failed system app restore by Torsten Grote · 4 years, 3 months ago
  65. d7ca815 User-initiated backups should also be incremental by Torsten Grote · 4 years, 3 months ago
  66. 8185b6a Bring the user to app system settings when long tapping apps by Torsten Grote · 4 years, 3 months ago
  67. 7f47618 Show a different text for stopped apps in app backups status page by Torsten Grote · 4 years, 3 months ago
  68. 77550a9 Treat stopped apps different from opt-out apps by Torsten Grote · 4 years, 3 months ago
  69. 3e176c8 Fix opt-out apps showing up as not yet backed up by Torsten Grote · 4 years, 3 months ago
  70. 9f2b56e Fix bug where we could not do two subsequent restores by Torsten Grote · 4 years, 3 months ago
  71. b594d30 Fix auto-service warning in instrumentation tests by Torsten Grote · 4 years, 3 months ago
  72. 9f49a39 Don't use Kotlin reflection if not really necessary by Torsten Grote · 4 years, 3 months ago
  73. 42ab8ff Cache folder contents in K/V backup/restore by Torsten Grote · 4 years, 3 months ago
  74. fa5ec01 Drop prebuilt deployment by Chirayu Desai · 4 years, 4 months ago
  75. 239b831 Make seedvault compile in AOSP properly by Michael Bestas · 4 years, 6 months ago
  76. eb15fa9 Upgrade androidx-lifecycle-livedata to 2.3.0-alpha05 by Michael Bestas · 4 years, 6 months ago
  77. 4283630 Drop dependency on kotlin-android-extensions by Michael Bestas · 4 years, 6 months ago
  78. 5afcd0d Don't use BuildConfig, because it is only available for gradle builds by Torsten Grote · 4 years, 4 months ago
  79. 1cdc2be Don't let the user start a new backup when one is already in progress by Torsten Grote · 4 years, 4 months ago
  80. 43b24b5 Show notification for backup running in the background by Torsten Grote · 4 years, 4 months ago
  81. a39f697 Enable backup of call logs by Torsten Grote · 4 years, 4 months ago
  82. 79aaaf5 When restoring, set token from RestoreSet as new token by Torsten Grote · 4 years, 4 months ago
  83. 1b9a4fe Clean up backup transport initialization logic by Torsten Grote · 4 years, 4 months ago
  84. 80187c8 Show percentages in progress notification and x of n status at the end by Torsten Grote · 4 years, 4 months ago
  85. 983f917 Let backup notification report more fine-grained progress by Torsten Grote · 4 years, 4 months ago
  86. 7bda3eb Improve DocumentsProvider tests against Nextcloud by Torsten Grote · 4 years, 4 months ago
  87. 25962ed Explain better how we force initialization via the SettingsManager by Torsten Grote · 4 years, 5 months ago
  88. 3a717b1 Make app blacklist accessible by multiple threads by Torsten Grote · 4 years, 5 months ago
  89. 73e969a Only consider apps that really opt-out of backup for early APK backup by Torsten Grote · 4 years, 5 months ago
  90. e7a13fd Ensure streams get closed eventually by Torsten Grote · 4 years, 5 months ago
  91. 91daa8e Fix icon color of storage locations (Nextcloud icon got tinted) by Torsten Grote · 4 years, 5 months ago
  92. e138e0a Make PluginTest work for Nextcloud as well by Torsten Grote · 4 years, 5 months ago
  93. 7fdefda Replace all instances of DocumentFile#findFile with #findFileBlocking by Torsten Grote · 4 years, 5 months ago
  94. f7df78d Check for loading cursor also when checking if files exist by Torsten Grote · 4 years, 5 months ago
  95. b1b5228 Add test to reproduce the loading cursor phenomena with Nextcloud by Torsten Grote · 4 years, 5 months ago
  96. b505425 Add instrumentation tests for storage plugin (SAF) by Torsten Grote · 4 years, 5 months ago
  97. f68095a Upgrade gradle by Torsten Grote · 4 years, 5 months ago
  98. 46cd13a String improvements by Michael Bestas · 4 years, 6 months ago
  99. a51fcfc Remove wrongly inserted "g" char from AndroidManifest.xml by Robin Schneider · 4 years, 10 months ago
  100. 326fc32 Merge pull request #105 from steadfasterX/patch-1 by Torsten Grote · 4 years, 5 months ago