From 64fe5696920d1578cf653d77e858bd2cf0f5f5e7 Mon Sep 17 00:00:00 2001 From: ziro Date: Sun, 4 Feb 2024 11:01:15 +0700 Subject: [PATCH] chore: Version 1.7.12 --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/issue_report.yml | 2 +- app/build.gradle.kts | 4 ++-- app/src/main/java/dev/yokai/domain/base/BasePreferences.kt | 2 +- app/src/main/res/values/strings.xml | 5 +++-- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 3af97cf618..c0c2f5d9ec 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -35,7 +35,7 @@ body: required: true - label: If this is an issue with an extension, or a request for an extension, I should be contacting the extensions repository's maintainer/support for help. required: true - - label: I have updated the app to version **[1.7.11](https://github.com/null2264/yokai/releases/latest)**. + - label: I have updated the app to version **[1.7.12](https://github.com/null2264/yokai/releases/latest)**. required: true - label: I have checked through the app settings for my feature. required: true diff --git a/.github/ISSUE_TEMPLATE/issue_report.yml b/.github/ISSUE_TEMPLATE/issue_report.yml index 3c3dbe730b..5cac3d54ca 100644 --- a/.github/ISSUE_TEMPLATE/issue_report.yml +++ b/.github/ISSUE_TEMPLATE/issue_report.yml @@ -100,7 +100,7 @@ body: required: true - label: I have tried the [troubleshooting guide](https://mihon.app/help/). required: true - - label: I have updated the app to version **[1.7.11](https://github.com/null2264/yokai/releases/latest)**. + - label: I have updated the app to version **[1.7.12](https://github.com/null2264/yokai/releases/latest)**. required: true - label: I have updated all installed extensions. required: true diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 48d02dd53e..b7e8d038d6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,8 +35,8 @@ android { minSdk = AndroidConfig.minSdk targetSdk = AndroidConfig.targetSdk applicationId = "eu.kanade.tachiyomi" - versionCode = 119 - versionName = "1.7.11" + versionCode = 120 + versionName = "1.7.12" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled = true diff --git a/app/src/main/java/dev/yokai/domain/base/BasePreferences.kt b/app/src/main/java/dev/yokai/domain/base/BasePreferences.kt index aeef1eaa69..30d9d0cdb4 100644 --- a/app/src/main/java/dev/yokai/domain/base/BasePreferences.kt +++ b/app/src/main/java/dev/yokai/domain/base/BasePreferences.kt @@ -10,7 +10,7 @@ class BasePreferences(private val preferenceStore: PreferenceStore) { fun extensionInstaller() = preferenceStore.getEnum("extension_installer", ExtensionInstaller.PACKAGEINSTALLER) enum class ExtensionInstaller(@StringRes val titleResId: Int, val requiresSystemPermission: Boolean) { - // LEGACY(R.string.ext_installer_legacy, true), + LEGACY(R.string.ext_installer_legacy, true), // Technically useless, but just in case it being missing crashes the app PACKAGEINSTALLER(R.string.ext_installer_packageinstaller, true), SHIZUKU(R.string.ext_installer_shizuku, false), PRIVATE(R.string.ext_installer_private, false), diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 3299914c28..c3937f3b7c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -332,6 +332,8 @@ Installer Shizuku Private + Default + Legacy Allows extensions to be installed without user prompts and enables automatic updates for devices under Android 12 Untrusted extension Malicious extensions can read any stored login credentials or execute arbitrary code.\n\nBy trusting this extension you accept these risks. @@ -1205,5 +1207,4 @@ SFW NSFW Content Type - Default - \ No newline at end of file +