summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-09-16 17:43:29 +0200
committerThomas <tschneider.ac@gmail.com>2022-09-16 17:43:29 +0200
commit62a4a633863230f5f2b4d1cd23c69b1bf6449f42 (patch)
treeeb0dae5404bd3ad8b88b52d4d543385ece6a122c
parented3579ba65d68d30ced141dd5958d8f7d7705a5f (diff)
Release 3.3.2
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/assets/release_notes/notes.json5
-rw-r--r--app/src/main/res/layout/popup_release_notes.xml6
-rw-r--r--src/fdroid/fastlane/metadata/android/en/changelogs/409.txt5
4 files changed, 16 insertions, 4 deletions
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,5 +1,10 @@
[
{
+ "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",
"note": "- Improve speed for Nitter instances\n- Allow to edit Nitter accounts with a long press on tabs\n- Fix pagination issue with pinned timelines\n- Fix some crashes\n- Fix visibility when displaying counters"
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" />
<androidx.appcompat.widget.LinearLayoutCompat
@@ -36,7 +38,7 @@
android:layout_marginStart="20dp"
android:layout_marginEnd="20dp"
android:orientation="horizontal"
- android:visibility="invisible"
+ android:visibility="gone"
app:layout_constraintBottom_toTopOf="@+id/about_support"
tools:visibility="visible">
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