From 6676490e09a709a4045bb67b2f1ad52090021f84 Mon Sep 17 00:00:00 2001 From: arkon Date: Mon, 19 Apr 2021 15:30:04 -0400 Subject: [PATCH] Remove preview release notes The GitHub releases contain the commit messages. --- PREVIEW_RELEASE_NOTES.md | 31 ------------------- .../tachiyomi/ui/more/AboutController.kt | 9 ------ app/src/main/res/values/strings.xml | 1 - 3 files changed, 41 deletions(-) delete mode 100644 PREVIEW_RELEASE_NOTES.md diff --git a/PREVIEW_RELEASE_NOTES.md b/PREVIEW_RELEASE_NOTES.md deleted file mode 100644 index dec33fa83..000000000 --- a/PREVIEW_RELEASE_NOTES.md +++ /dev/null @@ -1,31 +0,0 @@ -### r2903 -- The MyAnimeList tracker was rewritten. You will need to log out and log in again. - -### r1810 -- Background jobs were migrated to a new system. You may need to toggle the settings to ensure they -run properly. This includes app updates, library updates, and automatic backups. - -### r1340 -- A new screen for managing extensions was added. If you previously installed extensions from FDroid, -you will have to uninstall all of them first (tap on the extension then uninstall), otherwise you won't be able -to update them due to signature mismatch. You won't lose anything in this process as the extensions themselves -don't store anything. - -### r959 -- The download manager has been rewritten and it's possible some of your downloads -aren't recognized anymore. You may have to check your downloads folder and manually delete those. -- You can now download to any folder in your SD card. -- The download directory setting has been reset. - -### r857 -- **Important!** Delete after read has been updated. -This means the value has been reset set to disabled. -This can be changed in Settings > Downloads - -### r736 -- **Important!** Now chapters follow the order of the sources. **It's required that you update your entire library -before reading in order for them to be synced.** Old behavior can be restored for a manga in the overflow menu of the chapters tab. - -### r724 -- Kissmanga covers may not load anymore. The only workaround is to update the details of the manga -from the info tab, or clearing the database (the latter won't fix covers from library manga). diff --git a/app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt b/app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt index 34fcab558..5a762b6d3 100644 --- a/app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt +++ b/app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt @@ -78,15 +78,6 @@ class AboutController : SettingsController() { openInBrowser(url) } } - if (BuildConfig.DEBUG) { - preference { - key = "pref_about_notices" - titleRes = R.string.notices - onClick { - openInBrowser("https://github.com/tachiyomiorg/tachiyomi/blob/master/PREVIEW_RELEASE_NOTES.md") - } - } - } preferenceCategory { preference { diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f70efed98..aac4233be 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -447,7 +447,6 @@ Version Build time What\'s new - Preview build notices Open source licenses Check for updates Updated to v%1$s