forked from mirrors/Fedilab
Release 3.3.2
This commit is contained in:
parent
ed3579ba65
commit
62a4a63386
4 changed files with 16 additions and 4 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 31
|
targetSdk 31
|
||||||
versionCode 408
|
versionCode 409
|
||||||
versionName "3.3.1"
|
versionName "3.3.2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "3.3.2",
|
||||||
|
"code": "409",
|
||||||
|
"note": "- Fix an issue with cache and home timeline\n- Nitter timelines use the custom instance from settings\n- Fix Nitter issues (only RT)\n- No longer accepts invalid certificate for onion URLs(Google)\n- Fix some crashes"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "3.3.1",
|
"version": "3.3.1",
|
||||||
"code": "408",
|
"code": "408",
|
||||||
|
|
|
@ -26,7 +26,9 @@
|
||||||
android:id="@+id/releasenotes"
|
android:id="@+id/releasenotes"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:layout_margin="5dp"
|
android:layout_marginStart="20dp"
|
||||||
|
android:layout_marginTop="10dp"
|
||||||
|
android:layout_marginEnd="20dp"
|
||||||
android:layout_weight="1" />
|
android:layout_weight="1" />
|
||||||
|
|
||||||
<androidx.appcompat.widget.LinearLayoutCompat
|
<androidx.appcompat.widget.LinearLayoutCompat
|
||||||
|
@ -36,7 +38,7 @@
|
||||||
android:layout_marginStart="20dp"
|
android:layout_marginStart="20dp"
|
||||||
android:layout_marginEnd="20dp"
|
android:layout_marginEnd="20dp"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:visibility="invisible"
|
android:visibility="gone"
|
||||||
app:layout_constraintBottom_toTopOf="@+id/about_support"
|
app:layout_constraintBottom_toTopOf="@+id/about_support"
|
||||||
tools:visibility="visible">
|
tools:visibility="visible">
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
- Fix an issue with cache and home timeline
|
||||||
|
- Nitter timelines use the custom instance from settings
|
||||||
|
- Fix Nitter issues (only RT)
|
||||||
|
- No longer accepts invalid certificate for onion URLs(Google)
|
||||||
|
- Fix some crashes
|
Loading…
Reference in a new issue