summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-01-14 18:10:42 +0100
committerThomas <tschneider.ac@gmail.com>2023-01-14 18:10:42 +0100
commiteaecabe7b7a2cb3ebff83224904f69bad6095b22 (patch)
tree156c3aae95b3e1cece23417f4f275e2aaddadb4f
parentae7394888da9e2b37ce37e05b8aaaa85ae518088 (diff)
Release 3.14.43.14.4
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/assets/release_notes/notes.json5
-rw-r--r--app/src/main/res/values/themes.xml8
-rw-r--r--src/fdroid/fastlane/metadata/android/en/changelogs/466.txt8
4 files changed, 15 insertions, 10 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 68926a269..121ed543d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 33
- versionCode 465
- versionName "3.14.3"
+ versionCode 466
+ versionName "3.14.4"
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 1a73ed5e7..69cefb94a 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.14.4",
+ "code": "466",
+ "note": "Changed:\n- Media viewer (pinch zoom)\n\nFixed:\n- Cross account actions (long press)\n- Boost color\n- Buttons not visible with custom themes.\n- Fix some bad behaviors with media viewer"
+ },
+ {
"version": "3.14.3",
"code": "465",
"note": "Added:\n- Display date of the message instead of the boost (default: disabled)\n- Allow to disable release notes popup in Settings\n\nFixed:\n- Fix timelines slow down and stuttering after some scrolls\n- Fix color issues with follow buttons\n- Fix import from settings (import from login was OK)"
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index f3fba9825..d13d71d92 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -90,14 +90,6 @@
<item name="android:windowIsFloating">false</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowNoTitle">true</item>
-
- <item name="android:windowBackground">@android:color/transparent</item>
- <item name="android:windowContentTransitions">true</item>
- <item name="android:windowActivityTransitions">true</item>
- <item name="android:windowLayoutInDisplayCutoutMode" tools:targetApi="o_mr1">shortEdges
- </item>
- <item name="android:windowTranslucentStatus">true</item>
- <item name="android:windowTranslucentNavigation">true</item>
</style>
<style name="AppThemeAlertDialog" parent="Theme.Material3.Light.Dialog.Alert">
diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/466.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/466.txt
new file mode 100644
index 000000000..e887a7528
--- /dev/null
+++ b/src/fdroid/fastlane/metadata/android/en/changelogs/466.txt
@@ -0,0 +1,8 @@
+Changed:
+- Media viewer (pinch zoom)
+
+Fixed:
+- Cross account actions (long press)
+- Boost color
+- Buttons not visible with custom themes.
+- Fix some bad behaviors with media viewer \ No newline at end of file