Commit 6d7faa99 authored by Thomas's avatar Thomas
Browse files

Release 3.31.3

parent 19f5e4c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
+5 −0
Original line number Diff line number Diff line
[
  {
    "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 −0
Original line number Diff line number Diff line
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