bump version, update changelog
This commit is contained in:
@@ -161,6 +161,7 @@ There's also a handful of custom strings exclusive to this projects that would n
|
|||||||
* [Profile header tweaks](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:ui/profile-header-tweaks)
|
* [Profile header tweaks](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:ui/profile-header-tweaks)
|
||||||
* [Custom color themes](https://github.com/sk22/megalodon/pull/124) by [@LucasGGamerM](https://github.com/LucasGGamerM)
|
* [Custom color themes](https://github.com/sk22/megalodon/pull/124) by [@LucasGGamerM](https://github.com/LucasGGamerM)
|
||||||
* [Custom "megalodon" text logo](https://github.com/sk22/megalodon/commit/563afd487ca5c608cfbb00fa3909d3c27384acc0) by [@LucasGGamerM](https://github.com/LucasGGamerM)
|
* [Custom "megalodon" text logo](https://github.com/sk22/megalodon/commit/563afd487ca5c608cfbb00fa3909d3c27384acc0) by [@LucasGGamerM](https://github.com/LucasGGamerM)
|
||||||
|
* [Custom login screen](https://github.com/sk22/megalodon/commit/9bbf8c4618dbe13accaeb3b5482bf3fe88cac4c0)
|
||||||
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ android {
|
|||||||
applicationId "org.joinmastodon.android.sk"
|
applicationId "org.joinmastodon.android.sk"
|
||||||
minSdk 23
|
minSdk 23
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 58
|
versionCode 59
|
||||||
versionName "1.1.4+fork.58"
|
versionName "1.1.4+fork.59"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
resConfigs "en", "ar-rSA", "bs-rBA", "ca-rES", "cs-rCZ", "de-rDE", "el-rGR", "es-rES",
|
resConfigs "en", "ar-rSA", "bs-rBA", "ca-rES", "cs-rCZ", "de-rDE", "el-rGR", "es-rES",
|
||||||
"eu-rES", "fi-rFI", "fr-rFR", "gl-rES", "hr-rHR", "hy-rAM", "it-rIT", "iw-rIL",
|
"eu-rES", "fi-rFI", "fr-rFR", "gl-rES", "hr-rHR", "hy-rAM", "it-rIT", "iw-rIL",
|
||||||
|
|||||||
6
metadata/de-DE/changelogs/59.txt
Normal file
6
metadata/de-DE/changelogs/59.txt
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
- Sprachauswahl hinzugefügt
|
||||||
|
- Übersetz-Funktion hinzugefügt
|
||||||
|
- Semantik bei Umfragen verbessert (Radio-Buttons, Checkboxen)
|
||||||
|
- Mehrfachauswahl als Option bei Umfragen
|
||||||
|
- Neuer Anmelde-Bildschirm
|
||||||
|
- Fehlerbehebungen
|
||||||
@@ -2,4 +2,5 @@
|
|||||||
- Add translate function
|
- Add translate function
|
||||||
- Improve semantics for voting on polls (radio buttons and checkboxes)
|
- Improve semantics for voting on polls (radio buttons and checkboxes)
|
||||||
- Add option to allow voting for multiple options on polls
|
- Add option to allow voting for multiple options on polls
|
||||||
|
- New login screen
|
||||||
- Bugfixes
|
- Bugfixes
|
||||||
Reference in New Issue
Block a user