-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from SecUSo/update-dependencies
Update dependencies and sdk
- Loading branch information
Showing
12 changed files
with
88 additions
and
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<lint> | ||
<!-- Disable the NotificationPermission check for glide --> | ||
<issue id="NotificationPermission"> | ||
<ignore regexp="com.bumptech.glide.request.target.NotificationTarget" /> | ||
</issue> | ||
|
||
<!-- Set the severity of missing translations to warning instead of error --> | ||
<issue id="MissingTranslation" severity="warning" /> | ||
</lint> |
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
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
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
Submodule privacy-friendly-backup-api
updated
19 files
+51 −0 | .github/workflows/android-test.yml | |
+49 −0 | .github/workflows/ci.yml | |
+1 −6 | .gitignore | |
+2 −0 | .gitmodules | |
+0 −1 | .idea/.name | |
+0 −122 | .idea/codeStyles/Project.xml | |
+0 −5 | .idea/codeStyles/codeStyleConfig.xml | |
+0 −21 | .idea/gradle.xml | |
+0 −25 | .idea/jarRepositories.xml | |
+0 −9 | .idea/misc.xml | |
+0 −12 | .idea/runConfigurations.xml | |
+0 −6 | .idea/vcs.xml | |
+26 −21 | BackupAPI/build.gradle | |
+5 −4 | BackupAPI/src/androidTest/java/org/secuso/privacyfriendlybackup/api/ConnectToBackupTest.kt | |
+2 −1 | BackupAPI/src/androidTest/java/org/secuso/privacyfriendlybackup/api/PfaWorkerTest.kt | |
+1 −2 | BackupAPI/src/main/AndroidManifest.xml | |
+22 −3 | CHANGELOG.md | |
+4 −2 | build.gradle | |
+1 −2 | gradle/wrapper/gradle-wrapper.properties |