Release 3.12.3
This commit is contained in:
parent
70e8756974
commit
7a8f07d758
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 452
|
versionCode 453
|
||||||
versionName "3.12.2"
|
versionName "3.12.3"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -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",
|
"version": "3.12.2",
|
||||||
"code": "452",
|
"code": "452",
|
||||||
|
|
|
@ -561,11 +561,15 @@
|
||||||
android:clipChildren="false"
|
android:clipChildren="false"
|
||||||
android:clipToPadding="false"
|
android:clipToPadding="false"
|
||||||
android:gravity="end"
|
android:gravity="end"
|
||||||
android:visibility="gone">
|
android:visibility="gone"
|
||||||
|
tools:visibility="visible">
|
||||||
|
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
android:id="@+id/action_share"
|
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_width="28dp"
|
||||||
android:layout_height="28dp"
|
android:layout_height="28dp"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
Added:
|
||||||
|
- Pagination with search / trending
|
||||||
|
|
||||||
Fixed:
|
Fixed:
|
||||||
- Long press on Nitter tabs
|
- Long press on Nitter tabs
|
||||||
- Open with another accounts
|
- Open with another accounts
|
||||||
|
|
Loading…
Reference in New Issue