Fold Cover Everywhere -> Player Backdrop

This commit is contained in:
2026-06-26 23:01:26 +10:00
parent 04ea66acdb
commit cbf04d9fa7
3 changed files with 22 additions and 22 deletions
@@ -95,6 +95,18 @@ enum class KnownPatch(
token = "RL_SCRIM_ARGB", token = "RL_SCRIM_ARGB",
encode = SmaliEncode(EncodeKind.ArgbAlpha), encode = SmaliEncode(EncodeKind.ArgbAlpha),
), ),
PatchOption.Toggle(
key = "cover_everywhere",
titleRes = R.string.patch_cover_everywhere_title,
descRes = R.string.patch_cover_everywhere_desc,
default = false,
inline = true,
fileNames = listOf(
"home-backdrop.patch",
"collection-backdrop.patch",
"cover-capture.patch",
),
),
), ),
), ),
QualityBadgeColors( QualityBadgeColors(
@@ -111,17 +123,6 @@ enum class KnownPatch(
descRes = R.string.patch_player_one_handed_desc, descRes = R.string.patch_player_one_handed_desc,
default = Disabled, default = Disabled,
), ),
CoverEverywhere(
order = 35,
fileNames = listOf(
"home-backdrop.patch",
"collection-backdrop.patch",
"cover-capture.patch",
),
titleRes = R.string.patch_cover_everywhere_title,
descRes = R.string.patch_cover_everywhere_desc,
default = Disabled,
),
DebugMenuUnlock( DebugMenuUnlock(
order = 100, order = 100,
fileNames = listOf("debug-menu-unlock.patch"), fileNames = listOf("debug-menu-unlock.patch"),
@@ -246,7 +247,6 @@ enum class KnownPatch(
PlayerBackdrop, PlayerBackdrop,
QualityBadgeColors, QualityBadgeColors,
LyricsProgressPill, LyricsProgressPill,
CoverEverywhere,
MiniPlayerRedesign, MiniPlayerRedesign,
), ),
); );
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"tidalVersionCode": 9090, "tidalVersionCode": 9090,
"tidalApkUrl": "https://github.com/meowarex/rl-mobile/releases/download/latest/tidal-stock.apk", "tidalApkUrl": "https://github.com/meowarex/rl-mobile/releases/download/latest/tidal-stock.apk",
"patchesVersion": "0.9.13" "patchesVersion": "0.9.14"
} }
+9 -9
View File
@@ -18,7 +18,6 @@
"PlayerBackdrop", "PlayerBackdrop",
"QualityBadgeColors", "QualityBadgeColors",
"LyricsProgressPill", "LyricsProgressPill",
"CoverEverywhere",
"MiniPlayerRedesign" "MiniPlayerRedesign"
] ]
}, },
@@ -63,17 +62,18 @@
"displayAsPercent": true, "displayAsPercent": true,
"token": "RL_SCRIM_ARGB", "token": "RL_SCRIM_ARGB",
"encode": { "kind": "argbAlpha" } "encode": { "kind": "argbAlpha" }
},
{
"type": "toggle",
"key": "cover_everywhere",
"title": "Cover Everywhere - WIP",
"description": "Applies the blurred backdrop to every Compose based page (Home & Collection)",
"default": false,
"inline": true,
"fileNames": ["home-backdrop.patch", "collection-backdrop.patch", "cover-capture.patch"]
} }
] ]
}, },
{
"id": "CoverEverywhere",
"order": 35,
"fileNames": ["home-backdrop.patch", "collection-backdrop.patch", "cover-capture.patch"],
"title": "Cover Everywhere - WIP",
"description": "Applies the blurred backdrop to every Compose based page (Home & Collection)",
"default": false
},
{ {
"id": "QualityBadgeColors", "id": "QualityBadgeColors",
"order": 36, "order": 36,