Switch all text references to github.com/seedvault-app

This commit is contained in:
Michael Bestas 2021-04-20 00:28:37 +03:00 committed by Chirayu Desai
parent 28f9447317
commit d53f0fcde2
4 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@
### Notes ### Notes
- This contains breaking changes, any backups made prior to this release can no longer be restored. - 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 ## [0.3.0] - 2019-03-14
### Fixed ### Fixed
@ -38,7 +38,7 @@
## [0.1.2] - 2019-02-11 ## [0.1.2] - 2019-02-11
### Fixed ### 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 ## [0.1.1] - 2019-02-11
### Added ### Added
@ -47,4 +47,4 @@
- Upgrade target SDK version to 28. - Upgrade target SDK version to 28.
### Fixed ### 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).

View file

@ -13,10 +13,10 @@ A backup application for the [Android Open Source Project](https://source.androi
- Android 11 - 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 ## 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. AOSP.
## What makes this different? ## What makes this different?

View file

@ -236,7 +236,7 @@ internal class BackupCoordinator(
// K/V backups (typically starting with package manager metadata - @pm@) // K/V backups (typically starting with package manager metadata - @pm@)
// are scheduled with JobInfo.Builder#setOverrideDeadline() and thus do not respect backoff. // 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. // 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 (packageName == MAGIC_PACKAGE_MANAGER) {
if (!settingsManager.canDoBackupNow()) { if (!settingsManager.canDoBackupNow()) {
// Returning anything else here (except non-incremental-required which re-tries) // Returning anything else here (except non-incremental-required which re-tries)

View file

@ -154,6 +154,6 @@
<string name="about_author">Written by: <a href="https://github.com/stevesoltys">Steve Soltys</a> and <a href="https://blog.grobox.de">Torsten Grote</a></string> <string name="about_author">Written by: <a href="https://github.com/stevesoltys">Steve Soltys</a> and <a href="https://blog.grobox.de">Torsten Grote</a></string>
<string name="about_design">Design by: <a href="https://www.glennsorrentino.com/">Glenn Sorrentino</a></string> <string name="about_design">Design by: <a href="https://www.glennsorrentino.com/">Glenn Sorrentino</a></string>
<string name="about_sponsor">Sponsored by: <a href="https://www.calyxinstitute.org">Calyx Institute</a> for use in <a href="https://calyxos.org">CalyxOS</a></string> <string name="about_sponsor">Sponsored by: <a href="https://www.calyxinstitute.org">Calyx Institute</a> for use in <a href="https://calyxos.org">CalyxOS</a></string>
<string name="about_source_code">Source Code: https://github.com/stevesoltys/seedvault</string> <string name="about_source_code">Source Code: https://github.com/seedvault-app/seedvault</string>
</resources> </resources>