summaryrefslogtreecommitdiffstats
path: root/app/src
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 /app/src
parentae7394888da9e2b37ce37e05b8aaaa85ae518088 (diff)
Release 3.14.43.14.4
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/assets/release_notes/notes.json5
-rw-r--r--app/src/main/res/values/themes.xml8
2 files changed, 5 insertions, 8 deletions
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">