This commit is contained in:
Finnley Somdahl 2023-12-06 00:31:59 -06:00
parent acc5069c83
commit 97a4cba680
3 changed files with 28 additions and 10 deletions

View file

@ -21,7 +21,7 @@ android {
minSdk 23 minSdk 23
targetSdk 34 targetSdk 34
versionCode ((System.currentTimeMillis() / 60000).toInteger()) versionCode ((System.currentTimeMillis() / 60000).toInteger())
versionName "1.0.0-beta03i-2" versionName "2.0.0"
signingConfig signingConfigs.debug signingConfig signingConfigs.debug
} }

View file

@ -199,6 +199,7 @@ class SettingsActivity : AppCompatActivity() {
passedColor = color passedColor = color
linearLayout.setBackgroundColor(color) linearLayout.setBackgroundColor(color)
}) })
alertDialog.show()
alertDialog.window?.setDimAmount(0.8f) alertDialog.window?.setDimAmount(0.8f)
} }
@ -536,7 +537,9 @@ class SettingsActivity : AppCompatActivity() {
cursedCounter++ cursedCounter++
(binding.settingsLogo.drawable as Animatable).start() (binding.settingsLogo.drawable as Animatable).start()
if (cursedCounter % 7 == 0) { 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( getSharedPreferences("Dantotsu", Context.MODE_PRIVATE).edit().putBoolean(
"use_cursed_lang", "use_cursed_lang",
getSharedPreferences( getSharedPreferences(

View file

@ -1,10 +1,25 @@
# 1.0.0 # 2.0.0
- **Bugfixes:**
- Fixed extension page hiding icons on first install
- Various bug/crash fixes
- Fixes for monochrome theme
- General theme tweaks
- **New Features:** - **New Features:**
- added oled variant to all themes - 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)!