Commit 7a8f07d7 authored by Thomas's avatar Thomas
Browse files

Release 3.12.3

parent 70e87569
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@ android {
    defaultConfig {
        minSdk 21
        targetSdk 33
        versionCode 452
        versionName "3.12.2"
        versionCode 453
        versionName "3.12.3"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    flavorDimensions "default"
+5 −0
Original line number Diff line number Diff line
[
  {
    "version": "3.12.3",
    "code": "453",
    "note": "Added:\n- Pagination with search / trending\n\nFixed:\n- Long press on Nitter tabs\n- Open with another accounts\n- Chars size not respected for Android 5-6\n- Wrong instance fetched for instances.social"
  },
  {
    "version": "3.12.2",
    "code": "452",
+6 −2
Original line number Diff line number Diff line
@@ -561,11 +561,15 @@
            android:clipChildren="false"
            android:clipToPadding="false"
            android:gravity="end"
            android:visibility="gone">
            android:visibility="gone"
            tools:visibility="visible">

            <com.google.android.material.button.MaterialButton
                android:id="@+id/action_share"
                style="@style/Widget.Material3.Button.OutlinedButton.Icon"
                style="@style/Widget.Material3.Button.OutlinedButton"
                app:iconGravity="textStart"
                app:iconPadding="0dp"
                app:strokeColor="?colorPrimary"
                android:layout_width="28dp"
                android:layout_height="28dp"
                android:adjustViewBounds="true"
+3 −0
Original line number Diff line number Diff line
Added:
- Pagination with search / trending

Fixed:
- Long press on Nitter tabs
- Open with another accounts