forked from mirrors/Fedilab
Release 3.14.4
This commit is contained in:
parent
ae7394888d
commit
eaecabe7b7
4 changed files with 15 additions and 10 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 465
|
versionCode 466
|
||||||
versionName "3.14.3"
|
versionName "3.14.4"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"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",
|
"version": "3.14.3",
|
||||||
"code": "465",
|
"code": "465",
|
||||||
|
|
|
@ -90,14 +90,6 @@
|
||||||
<item name="android:windowIsFloating">false</item>
|
<item name="android:windowIsFloating">false</item>
|
||||||
<item name="android:windowIsTranslucent">true</item>
|
<item name="android:windowIsTranslucent">true</item>
|
||||||
<item name="android:windowNoTitle">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>
|
||||||
|
|
||||||
<style name="AppThemeAlertDialog" parent="Theme.Material3.Light.Dialog.Alert">
|
<style name="AppThemeAlertDialog" parent="Theme.Material3.Light.Dialog.Alert">
|
||||||
|
|
|
@ -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
|
Loading…
Reference in a new issue