mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-08-26 14:07:45 +10:00
Fold Cover Everywhere -> Player Backdrop
This commit is contained in:
+12
-12
@@ -95,6 +95,18 @@ enum class KnownPatch(
|
||||
token = "RL_SCRIM_ARGB",
|
||||
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(
|
||||
@@ -111,17 +123,6 @@ enum class KnownPatch(
|
||||
descRes = R.string.patch_player_one_handed_desc,
|
||||
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(
|
||||
order = 100,
|
||||
fileNames = listOf("debug-menu-unlock.patch"),
|
||||
@@ -246,7 +247,6 @@ enum class KnownPatch(
|
||||
PlayerBackdrop,
|
||||
QualityBadgeColors,
|
||||
LyricsProgressPill,
|
||||
CoverEverywhere,
|
||||
MiniPlayerRedesign,
|
||||
),
|
||||
);
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"tidalVersionCode": 9090,
|
||||
"tidalApkUrl": "https://github.com/meowarex/rl-mobile/releases/download/latest/tidal-stock.apk",
|
||||
"patchesVersion": "0.9.13"
|
||||
"patchesVersion": "0.9.14"
|
||||
}
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
"PlayerBackdrop",
|
||||
"QualityBadgeColors",
|
||||
"LyricsProgressPill",
|
||||
"CoverEverywhere",
|
||||
"MiniPlayerRedesign"
|
||||
]
|
||||
},
|
||||
@@ -63,17 +62,18 @@
|
||||
"displayAsPercent": true,
|
||||
"token": "RL_SCRIM_ARGB",
|
||||
"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",
|
||||
"order": 36,
|
||||
|
||||
Reference in New Issue
Block a user