bump version

This commit is contained in:
sk 2023-03-24 19:58:10 +01:00
parent cceb0b4c6c
commit 244c5dc6b4
3 changed files with 12 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId "org.joinmastodon.android.sk"
minSdk 23
targetSdk 33
versionCode 81
versionName "1.2.0+fork.81"
versionCode 82
versionName "1.2.0+fork.82"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resConfigs "ar-rSA", "be-rBY", "bn-rBD", "bs-rBA", "ca-rES", "cs-rCZ", "da-rDK", "de-rDE", "el-rGR", "es-rES", "eu-rES", "fa-rIR", "fi-rFI", "fil-rPH", "fr-rFR", "ga-rIE", "gd-rGB", "gl-rES", "hi-rIN", "hr-rHR", "hu-rHU", "hy-rAM", "ig-rNG", "in-rID", "is-rIS", "it-rIT", "iw-rIL", "ja-rJP", "kab", "ko-rKR", "my-rMM", "nl-rNL", "no-rNO", "oc-rFR", "pl-rPL", "pt-rBR", "pt-rPT", "ro-rRO", "ru-rRU", "si-rLK", "sl-rSI", "sv-rSE", "th-rTH", "tr-rTR", "uk-rUA", "vi-rVN", "zh-rCN", "zh-rTW"
}

View File

@ -0,0 +1,5 @@
- Favorisieren/Lesezeichen/Antworten direkt über Android-Benachrichtigungen
- Verbesserte Kopfzeilen für Reblogs und Antworten in der Timeline
- Benachrichtigungs-Punkt (Benachrichtigungen werden aktuell noch nicht automatisch nachgeladen)
- Für Akkoma-Benutzer_innen: Antwort-Sichtbarkeit, sortierte Thread-Antworten, Zitate, …
- Crashes behoben und kleinere Verbesserungen

View File

@ -0,0 +1,5 @@
- Like/bookmark/reply directly from notification shade
- Prettier and more consistent headers for reblogs and replies in timeline
- Notification dot (which doesn't actually load the notifications just yet)
- For Akkoma users: Reply visibility, sorted thread replies, quoting, …
- Crash fixes and minor tweaks