From 97a4cba68029b0ebeaf6e7eeb752c38dd3095adf Mon Sep 17 00:00:00 2001 From: Finnley Somdahl <87634197+rebelonion@users.noreply.github.com> Date: Wed, 6 Dec 2023 00:31:59 -0600 Subject: [PATCH] v2 --- app/build.gradle | 2 +- .../ani/dantotsu/settings/SettingsActivity.kt | 5 ++- stable.md | 31 ++++++++++++++----- 3 files changed, 28 insertions(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index eb978148..240a28a1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,7 +21,7 @@ android { minSdk 23 targetSdk 34 versionCode ((System.currentTimeMillis() / 60000).toInteger()) - versionName "1.0.0-beta03i-2" + versionName "2.0.0" signingConfig signingConfigs.debug } diff --git a/app/src/main/java/ani/dantotsu/settings/SettingsActivity.kt b/app/src/main/java/ani/dantotsu/settings/SettingsActivity.kt index 2f16cd86..6d1e70df 100644 --- a/app/src/main/java/ani/dantotsu/settings/SettingsActivity.kt +++ b/app/src/main/java/ani/dantotsu/settings/SettingsActivity.kt @@ -199,6 +199,7 @@ class SettingsActivity : AppCompatActivity() { passedColor = color linearLayout.setBackgroundColor(color) }) + alertDialog.show() alertDialog.window?.setDimAmount(0.8f) } @@ -536,7 +537,9 @@ class SettingsActivity : AppCompatActivity() { cursedCounter++ (binding.settingsLogo.drawable as Animatable).start() if (cursedCounter % 7 == 0) { - snackString("youwu have been cuwsed :pwayge:") + Toast.makeText(this, "youwu have been cuwsed :pwayge:", Toast.LENGTH_LONG).show() + val url = "https://www.youtube.com/watch?v=dQw4w9WgXcQ" + openLinkInBrowser(url) getSharedPreferences("Dantotsu", Context.MODE_PRIVATE).edit().putBoolean( "use_cursed_lang", getSharedPreferences( diff --git a/stable.md b/stable.md index b9c4a61a..b232c694 100644 --- a/stable.md +++ b/stable.md @@ -1,10 +1,25 @@ -# 1.0.0 - -- **Bugfixes:** - - Fixed extension page hiding icons on first install - - Various bug/crash fixes - - Fixes for monochrome theme - - General theme tweaks +# 2.0.0 - **New Features:** - - added oled variant to all themes \ No newline at end of file + - Novel Support + - Offline support for manga and novels + - Filter anime/manga by language + - Filter manga by scanlator + - Many new theme options + - Saikou theme + - Random anime/manga selector from lists + - Incognito mode (sus) + - Various UI uplifts + - Many small features (see beta changelogs) + - New easter egg :3 + +- **Bugfixes:** + - Discord RPC fix + - Many source fixes + - Various bug/crash fixes + - General theme tweaks + - Ability to disable hold-to-fast-forward in videos (caused issues for some users) + - Many small bug fixes (see beta changelogs) + +- **Like what you see?** + - Consider supporting me on [Github](https://github.com/sponsors/rebelonion) or [Buy Me a Coffee](https://www.buymeacoffee.com/rebelonion)! \ No newline at end of file