v2
This commit is contained in:
parent
acc5069c83
commit
97a4cba680
3 changed files with 28 additions and 10 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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(
|
||||
|
|
31
stable.md
31
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
|
||||
- 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)!
|
Loading…
Add table
Add a link
Reference in a new issue