-
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.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
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 |