diff --git a/app/src/main/java/eu/kanade/tachiyomi/ui/main/ChangelogDialogController.kt b/app/src/main/java/eu/kanade/tachiyomi/ui/main/ChangelogDialogController.kt index 68fbbd0e2..2b738b4aa 100644 --- a/app/src/main/java/eu/kanade/tachiyomi/ui/main/ChangelogDialogController.kt +++ b/app/src/main/java/eu/kanade/tachiyomi/ui/main/ChangelogDialogController.kt @@ -16,7 +16,7 @@ class ChangelogDialogController : DialogController() { val activity = activity!! val view = WhatsNewRecyclerView(activity) return MaterialDialog.Builder(activity) - .title(if (BuildConfig.DEBUG) "Notices" else "Changelog") + .title(if (BuildConfig.DEBUG) R.string.notices else R.string.changelog) .customView(view, false) .positiveText(R.string.action_close) .build() diff --git a/app/src/main/res/raw/changelog_debug.xml b/app/src/main/res/raw/changelog_debug.xml index 71d60e9ee..3e1ab82df 100644 --- a/app/src/main/res/raw/changelog_debug.xml +++ b/app/src/main/res/raw/changelog_debug.xml @@ -1,6 +1,12 @@ + + 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. + + + 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 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b4d07e28c..1a79888a9 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -331,6 +331,8 @@ Version Build time + Notices + Changelog Check for updates Automatically check for new app versions