mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-07-07 20:30:28 +03:00
Release 3.31.3
This commit is contained in:
parent
19f5e4c801
commit
6d7faa996d
3 changed files with 18 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
versionCode 527
|
||||
versionName "3.31.2"
|
||||
versionCode 528
|
||||
versionName "3.31.3"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.31.3",
|
||||
"code": "528",
|
||||
"note": "Added:\n- Add new icon launchers (Settings > Interface)\n\nChanged:\n- Make logout/proxy button more visible in main menu\n- Remove permission FOREGROUND_SERVICE\n- Improve a little more media layout with translations\n\nFixed:\n- Fix status bar icons not visible in light theme with custom accent color\n- Reaction buttons not clickable for some instances"
|
||||
},
|
||||
{
|
||||
"version": "3.31.2",
|
||||
"code": "527",
|
||||
|
|
11
src/fdroid/fastlane/metadata/android/en/changelogs/528.txt
Normal file
11
src/fdroid/fastlane/metadata/android/en/changelogs/528.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
Added:
|
||||
- Add new icon launchers (Settings > Interface)
|
||||
|
||||
Changed:
|
||||
- Make logout/proxy button more visible in main menu
|
||||
- Remove permission FOREGROUND_SERVICE
|
||||
- Improve a little more media layout with translations
|
||||
|
||||
Fixed:
|
||||
- Fix status bar icons not visible in light theme with custom accent color
|
||||
- Reaction buttons not clickable for some instances
|
Loading…
Reference in a new issue