chore: version bump
This commit is contained in:
parent
8a9b8cca7e
commit
a5babea27c
4 changed files with 6 additions and 55 deletions
|
@ -18,8 +18,8 @@ android {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 35
|
targetSdk 35
|
||||||
versionCode((System.currentTimeMillis() / 60000).toInteger())
|
versionCode((System.currentTimeMillis() / 60000).toInteger())
|
||||||
versionName "3.2.0"
|
versionName "3.2.1"
|
||||||
versionCode 300200000
|
versionCode 300200100
|
||||||
signingConfig signingConfigs.debug
|
signingConfig signingConfigs.debug
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
`<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools">
|
xmlns:tools="http://schemas.android.com/tools">
|
||||||
|
|
||||||
|
|
|
@ -24,11 +24,11 @@ class CrashActivity : AppCompatActivity() {
|
||||||
super.onCreate(savedInstanceState)
|
super.onCreate(savedInstanceState)
|
||||||
ThemeManager(this).applyTheme()
|
ThemeManager(this).applyTheme()
|
||||||
initActivity(this)
|
initActivity(this)
|
||||||
binding = ActivityCrashBinding.inflate(layoutInflater)
|
|
||||||
window.setFlags(
|
window.setFlags(
|
||||||
WindowManager.LayoutParams.FLAG_SECURE,
|
WindowManager.LayoutParams.FLAG_SECURE,
|
||||||
WindowManager.LayoutParams.FLAG_SECURE
|
WindowManager.LayoutParams.FLAG_SECURE
|
||||||
)
|
)
|
||||||
|
binding = ActivityCrashBinding.inflate(layoutInflater)
|
||||||
setContentView(binding.root)
|
setContentView(binding.root)
|
||||||
binding.root.updateLayoutParams<ViewGroup.MarginLayoutParams> {
|
binding.root.updateLayoutParams<ViewGroup.MarginLayoutParams> {
|
||||||
topMargin = statusBarHeight
|
topMargin = statusBarHeight
|
||||||
|
|
53
stable.md
53
stable.md
|
@ -1,53 +1,4 @@
|
||||||
# 3.1.0
|
# 3.2.1
|
||||||
|
|
||||||
- **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
|
|
||||||
|
|
||||||
- **Bugfixes:**
|
- **Bugfixes:**
|
||||||
- Scanlator/language not saving after leaving app
|
- Fix a crash after watching a video
|
||||||
- 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)!
|
|
||||||
|
|
||||||

|
|
Loading…
Add table
Add a link
Reference in a new issue