diff --git a/app/build.gradle b/app/build.gradle index 853bb4080..1fd34f4b7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { defaultConfig { minSdk 21 targetSdk 31 - versionCode 408 - versionName "3.3.1" + versionCode 409 + versionName "3.3.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } flavorDimensions "default" diff --git a/app/src/main/assets/release_notes/notes.json b/app/src/main/assets/release_notes/notes.json index 55218b3ec..ff99fcd0f 100644 --- a/app/src/main/assets/release_notes/notes.json +++ b/app/src/main/assets/release_notes/notes.json @@ -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", "code": "408", diff --git a/app/src/main/res/layout/popup_release_notes.xml b/app/src/main/res/layout/popup_release_notes.xml index 3156a61b5..635615a1f 100644 --- a/app/src/main/res/layout/popup_release_notes.xml +++ b/app/src/main/res/layout/popup_release_notes.xml @@ -26,7 +26,9 @@ android:id="@+id/releasenotes" android:layout_width="match_parent" android:layout_height="0dp" - android:layout_margin="5dp" + android:layout_marginStart="20dp" + android:layout_marginTop="10dp" + android:layout_marginEnd="20dp" android:layout_weight="1" /> diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/409.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/409.txt new file mode 100644 index 000000000..7fac88d94 --- /dev/null +++ b/src/fdroid/fastlane/metadata/android/en/changelogs/409.txt @@ -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 \ No newline at end of file