Loading app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,8 @@ android { defaultConfig { minSdk 21 targetSdk 33 versionCode 479 versionName "3.18.1" versionCode 480 versionName "3.18.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } flavorDimensions "default" Loading app/src/main/assets/release_notes/notes.json +5 −0 Original line number Diff line number Diff line [ { "version": "3.18.2", "code": "480", "note": "Changed:\n- First media layout will depend of its ratio\n\nFixed:\n- Impossible to add media with the chat view\n- Chat view limited in chars\n- Freezes / bad behaviors due to the new media presentation" }, { "version": "3.18.1", "code": "479", Loading app/src/main/res/layouts/mastodon/layout/drawer_conversation.xml +3 −1 Original line number Diff line number Diff line Loading @@ -90,9 +90,11 @@ android:id="@+id/status_content" android:layout_width="match_parent" android:layout_height="wrap_content" android:ellipsize="end" android:layout_marginHorizontal="6dp" android:layout_marginTop="6dp" tools:maxLines="10" android:maxLines="5" tools:maxLines="5" tools:text="@tools:sample/lorem/random" /> <HorizontalScrollView Loading src/fdroid/fastlane/metadata/android/en/changelogs/480.txt 0 → 100644 +7 −0 Original line number Diff line number Diff line Changed: - First media layout will depend of its ratio Fixed: - Impossible to add media with the chat view - Chat view limited in chars - Freezes / bad behaviors due to the new media presentation No newline at end of file Loading
app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,8 @@ android { defaultConfig { minSdk 21 targetSdk 33 versionCode 479 versionName "3.18.1" versionCode 480 versionName "3.18.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } flavorDimensions "default" Loading
app/src/main/assets/release_notes/notes.json +5 −0 Original line number Diff line number Diff line [ { "version": "3.18.2", "code": "480", "note": "Changed:\n- First media layout will depend of its ratio\n\nFixed:\n- Impossible to add media with the chat view\n- Chat view limited in chars\n- Freezes / bad behaviors due to the new media presentation" }, { "version": "3.18.1", "code": "479", Loading
app/src/main/res/layouts/mastodon/layout/drawer_conversation.xml +3 −1 Original line number Diff line number Diff line Loading @@ -90,9 +90,11 @@ android:id="@+id/status_content" android:layout_width="match_parent" android:layout_height="wrap_content" android:ellipsize="end" android:layout_marginHorizontal="6dp" android:layout_marginTop="6dp" tools:maxLines="10" android:maxLines="5" tools:maxLines="5" tools:text="@tools:sample/lorem/random" /> <HorizontalScrollView Loading
src/fdroid/fastlane/metadata/android/en/changelogs/480.txt 0 → 100644 +7 −0 Original line number Diff line number Diff line Changed: - First media layout will depend of its ratio Fixed: - Impossible to add media with the chat view - Chat view limited in chars - Freezes / bad behaviors due to the new media presentation No newline at end of file