Update app repo URL
(cherry picked from commit 04fff91e23)
# Conflicts:
# .github/workflows/TachiyomiSY-Release-Builder.yml
# README.md
# app/src/main/java/eu/kanade/tachiyomi/data/updater/github/GithubUpdateChecker.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/main/WhatsNewDialogController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt
This commit is contained in:
@@ -37,11 +37,11 @@ class GithubUpdateChecker {
|
||||
val newVersion = versionTag.replace("[^\\d.]".toRegex(), "")
|
||||
|
||||
return if (BuildConfig.DEBUG) {
|
||||
// Preview builds: based on releases in "tachiyomiorg/android-app-preview" repo
|
||||
// Preview builds: based on releases in "tachiyomiorg/tachiyomi-preview" repo
|
||||
// tagged as something like "r1234"
|
||||
newVersion.toInt() > BuildConfig.COMMIT_COUNT.toInt()
|
||||
} else {
|
||||
// Release builds: based on releases in "inorichi/tachiyomi" repo
|
||||
// Release builds: based on releases in "tachiyomiorg/tachiyomi" repo
|
||||
// tagged as something like "v0.1.2"
|
||||
newVersion != BuildConfig.VERSION_NAME
|
||||
}
|
||||
|
||||
@@ -116,7 +116,7 @@ class AboutController : SettingsController() {
|
||||
preference {
|
||||
key = "pref_about_label_original_tachiyomi_github"
|
||||
title = "Original Tachiyomi GitHub "
|
||||
val url = "https://github.com/inorichi/tachiyomi"
|
||||
val url = "https://github.com/tachiyomiorg/tachiyomi"
|
||||
summary = url
|
||||
onClick {
|
||||
val intent = Intent(Intent.ACTION_VIEW, url.toUri())
|
||||
|
||||
Reference in New Issue
Block a user