From d53f0fcde2202b79f83d7b77817e1face6c98e13 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Tue, 20 Apr 2021 00:28:37 +0300 Subject: [PATCH] Switch all text references to github.com/seedvault-app --- CHANGELOG.md | 6 +++--- README.md | 4 ++-- .../seedvault/transport/backup/BackupCoordinator.kt | 2 +- app/src/main/res/values/strings.xml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aed03720..c80cc673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ ### Notes - This contains breaking changes, any backups made prior to this release can no longer be restored. -- Application can no longer be built in the Android source tree. It must be built using Gradle and binaries can now be found here: https://github.com/stevesoltys/seedvault-prebuilt +- Application can no longer be built in the Android source tree. It must be built using Gradle and binaries can now be found here: https://github.com/seedvault-app/seedvault-prebuilt ## [0.3.0] - 2019-03-14 ### Fixed @@ -38,7 +38,7 @@ ## [0.1.2] - 2019-02-11 ### Fixed -- Downgrade SDK target version to 26 due to [#15](https://github.com/stevesoltys/seedvault/issues/15). +- Downgrade SDK target version to 26 due to [#15](https://github.com/seedvault-app/seedvault/issues/15). ## [0.1.1] - 2019-02-11 ### Added @@ -47,4 +47,4 @@ - Upgrade target SDK version to 28. ### Fixed -- Ignore `com.android.providers.downloads.ui` to resolve [#14](https://github.com/stevesoltys/seedvault/issues/14). +- Ignore `com.android.providers.downloads.ui` to resolve [#14](https://github.com/seedvault-app/seedvault/issues/14). diff --git a/README.md b/README.md index d5295d0e..49410804 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ A backup application for the [Android Open Source Project](https://source.androi - Android 11 -For older versions of Android, check out [the branches](https://github.com/stevesoltys/seedvault/branches). +For older versions of Android, check out [the branches](https://github.com/seedvault-app/seedvault/branches). ## Getting Started -- Check out [the wiki](https://github.com/stevesoltys/seedvault/wiki) for information on building the application with +- Check out [the wiki](https://github.com/seedvault-app/seedvault/wiki) for information on building the application with AOSP. ## What makes this different? diff --git a/app/src/main/java/com/stevesoltys/seedvault/transport/backup/BackupCoordinator.kt b/app/src/main/java/com/stevesoltys/seedvault/transport/backup/BackupCoordinator.kt index 0d30472c..fd4bd5e4 100644 --- a/app/src/main/java/com/stevesoltys/seedvault/transport/backup/BackupCoordinator.kt +++ b/app/src/main/java/com/stevesoltys/seedvault/transport/backup/BackupCoordinator.kt @@ -236,7 +236,7 @@ internal class BackupCoordinator( // K/V backups (typically starting with package manager metadata - @pm@) // are scheduled with JobInfo.Builder#setOverrideDeadline() and thus do not respect backoff. // We need to reject them manually when we can not do a backup now. - // What else we tried can be found in: https://github.com/stevesoltys/seedvault/issues/102 + // What else we tried can be found in: https://github.com/seedvault-app/seedvault/issues/102 if (packageName == MAGIC_PACKAGE_MANAGER) { if (!settingsManager.canDoBackupNow()) { // Returning anything else here (except non-incremental-required which re-tries) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b7ea9c36..55706352 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -154,6 +154,6 @@ Written by: Steve Soltys and Torsten Grote Design by: Glenn Sorrentino Sponsored by: Calyx Institute for use in CalyxOS - Source Code: https://github.com/stevesoltys/seedvault + Source Code: https://github.com/seedvault-app/seedvault