mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-07-07 20:30:28 +03:00
Release 3.32.0
This commit is contained in:
parent
8db458704c
commit
1b72a95658
3 changed files with 23 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
versionCode 528
|
||||
versionName "3.31.3"
|
||||
versionCode 529
|
||||
versionName "3.32.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.32.0",
|
||||
"code": "529",
|
||||
"note": "Added:\n- Add option to disable auto hiding compose button\n\nChanged:\n- Add more content descriptions for buttons\n- Update some buttons\n- Update navigation drawer header\n- Squeeze action buttons when needed to prevent overlapping\n\nFixed:\n- Fix crash when media are too heavy\n- Some custom emojis in bio do not render\n- Posting messages does not work on some Friendica instances\n- Fix a crash with auto-split messages\n- Fix a crash when opening conversations\n- Fix a background color issue when displaying media"
|
||||
},
|
||||
{
|
||||
"version": "3.31.3",
|
||||
"code": "528",
|
||||
|
|
16
src/fdroid/fastlane/metadata/android/en/changelogs/529.txt
Normal file
16
src/fdroid/fastlane/metadata/android/en/changelogs/529.txt
Normal file
|
@ -0,0 +1,16 @@
|
|||
Added:
|
||||
- Add option to disable auto hiding compose button
|
||||
|
||||
Changed:
|
||||
- Add more content descriptions for buttons
|
||||
- Update some buttons
|
||||
- Update navigation drawer header
|
||||
- Squeeze action buttons when needed to prevent overlapping
|
||||
|
||||
Fixed:
|
||||
- Fix crash when media are too heavy
|
||||
- Some custom emojis in bio do not render
|
||||
- Posting messages does not work on some Friendica instances
|
||||
- Fix a crash with auto-split messages
|
||||
- Fix a crash when opening conversations
|
||||
- Fix a background color issue when displaying media
|
Loading…
Reference in a new issue