forked from seedvault-app/seedvault
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'android14' of github.com:seedvault-app/seedvault into l…
…ineage-21.0 * 'android14' of github.com:seedvault-app/seedvault: (76 commits) fixup! restore: Skip installing APKs if not allowed by policy Use absolute link to FAQ in README.md (seedvault-app#660) Make Seedvault almost REUSE compliant misc: Add SPDX copyright headers app: Add SPDX copyright headers 5/5 app: Add SPDX copyright headers 4/5 app: Add SPDX copyright headers 3/5 app: Add SPDX copyright headers 2/5 app: Add SPDX copyright headers 1/5 Add missing newlines at the end of the files Import translations from Weblate Fix scheduling for removable drive users Import translations from Weblate Import translations from Weblate restore: Skip installing APKs if not allowed by policy Catch out 507 HTTP error when using WebDAV Catch out of space exception during FullBackup Don't retry backup on removable storage Don't do backup, if space is already low, warn instead Catch out of space errors and show error notification ... Change-Id: Ibe04d350fc2354422365d6a65b4928043fa2c9c2
- Loading branch information
Showing
338 changed files
with
7,524 additions
and
1,841 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
android_target: [ 33, 34 ] | ||
android_target: [ 34 ] | ||
emulator_type: [ aosp_atd ] | ||
d2d_backup_test: [ true, false ] | ||
steps: | ||
|
@@ -40,7 +40,7 @@ jobs: | |
- name: Run tests | ||
uses: Wandalen/[email protected] | ||
with: | ||
attempt_limit: 3 | ||
attempt_limit: 1 | ||
action: reactivecircus/android-emulator-runner@v2 | ||
with: | | ||
api-level: ${{ matrix.android_target }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.