From a5babea27cb298d15445f0489b08b70408c14979 Mon Sep 17 00:00:00 2001 From: rebel onion <87634197+rebelonion@users.noreply.github.com> Date: Thu, 16 Jan 2025 00:14:25 -0600 Subject: [PATCH] chore: version bump --- app/build.gradle | 4 +- app/src/main/AndroidManifest.xml | 2 +- .../java/ani/dantotsu/others/CrashActivity.kt | 2 +- stable.md | 53 +------------------ 4 files changed, 6 insertions(+), 55 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 915b3ba8..f7aab7ca 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { minSdk 21 targetSdk 35 versionCode((System.currentTimeMillis() / 60000).toInteger()) - versionName "3.2.0" - versionCode 300200000 + versionName "3.2.1" + versionCode 300200100 signingConfig signingConfigs.debug } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7459e050..a0e43c2e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,4 +1,4 @@ -` + diff --git a/app/src/main/java/ani/dantotsu/others/CrashActivity.kt b/app/src/main/java/ani/dantotsu/others/CrashActivity.kt index c410d687..c8a0af8b 100644 --- a/app/src/main/java/ani/dantotsu/others/CrashActivity.kt +++ b/app/src/main/java/ani/dantotsu/others/CrashActivity.kt @@ -24,11 +24,11 @@ class CrashActivity : AppCompatActivity() { super.onCreate(savedInstanceState) ThemeManager(this).applyTheme() initActivity(this) - binding = ActivityCrashBinding.inflate(layoutInflater) window.setFlags( WindowManager.LayoutParams.FLAG_SECURE, WindowManager.LayoutParams.FLAG_SECURE ) + binding = ActivityCrashBinding.inflate(layoutInflater) setContentView(binding.root) binding.root.updateLayoutParams { topMargin = statusBarHeight diff --git a/stable.md b/stable.md index c0f0df45..22e61599 100644 --- a/stable.md +++ b/stable.md @@ -1,53 +1,4 @@ -# 3.1.0 - -- **New Features:** - - Addons - - Torrent support addon - - Anime downloading addon (mkv files pog) - - Available in app settings - - Anilist reviews in app - - Media subscriptions added to notification tab - - Notification filtering - - Ability to post activitys - - Ability to reply to activities - - Extension tester - - Media subscription Viewer - - Instagram-style stories - - More audio options for some extensions - - Ability to hide items on the home screen - - Ability to set a downloads directory - - 2 functioning widgets - - App lock ( ͡° ͜ʖ ͡°) - - More manga and anime feeds on the home page - - Settings page redesign - - New app crash notifier - - Voice actors - - Additional repo support - - Various UI uplifts +# 3.2.1 - **Bugfixes:** - - Scanlator/language not saving after leaving app - - notification red dot not hiding on home pages - - comment/activity scrolling not working on some parts of the screen - - comment notifications falling to the bottom of the list - - Fixed some sources without audio - - Initial app loading time reduced - - activity text more visible - - novel extensions not installing - - Many sources not working - - Subscription notifications not using the correct source - - Notification red dot showing with no new notifications - - Various bug/crash fixes - - General theme tweaks - - Fixed some network-related crashes - - Subscription notifications not working for some people - - Fix for file permissions on older Android versions - - Search list view not working - - Media page opening twice on notification click - - - A Special Thanks to all those who contributed :heart: - -- **Like what you see?** - - Consider supporting me on [Github](https://github.com/sponsors/rebelonion) or [Buy Me a Coffee](https://www.buymeacoffee.com/rebelonion)! - -![alt text](https://media1.tenor.com/m/P7hCyZlzDH4AAAAC/wink-anime.gif) + - Fix a crash after watching a video \ No newline at end of file