Release 3.12.3

This commit is contained in:
Thomas 2022-12-25 18:15:41 +01:00
parent 70e8756974
commit 7a8f07d758
4 changed files with 16 additions and 4 deletions

View File

@ -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"

View File

@ -1,4 +1,9 @@
[
{
"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",

View File

@ -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"

View File

@ -1,3 +1,6 @@
Added:
- Pagination with search / trending
Fixed:
- Long press on Nitter tabs
- Open with another accounts