Commit 1b72a956 authored by Thomas's avatar Thomas
Browse files

Release 3.32.0

parent 8db45870
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
+5 −0
Original line number Diff line number Diff line
[
  {
    "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 −0
Original line number Diff line number Diff line
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
 No newline at end of file