feat(patches): added quality badge colors patch

This commit is contained in:
Se7en-dev
2026-06-19 17:29:19 +02:00
parent 7823a54d11
commit 36382437f1
5 changed files with 250 additions and 1 deletions
@@ -70,6 +70,12 @@ enum class KnownPatch(
titleRes = R.string.patch_player_backdrop_title,
descRes = R.string.patch_player_backdrop_desc,
),
QualityBadgeColors(
order = 31,
fileNames = listOf("quality-badge-colors.patch"),
titleRes = R.string.patch_quality_badge_colors_title,
descRes = R.string.patch_quality_badge_colors_desc,
),
CoverEverywhere(
order = 35,
fileNames = listOf(
@@ -130,6 +136,7 @@ enum class KnownPatch(
LyricsRlApi,
LyricsKeepControlsVisible,
PlayerBackdrop,
QualityBadgeColors,
LyricsProgressPill,
CoverEverywhere,
),
@@ -268,6 +268,8 @@
>Inverts the auto-hide behavior on the lyrics screen, playback controls stay visible by default and only hide when you tap them off.</string>
<string name="patch_player_backdrop_title">Player Backdrop</string>
<string name="patch_player_backdrop_desc">Restores the legacy translucent backdrop blur behind the player.</string>
<string name="patch_quality_badge_colors_title">Quality Badge Colors</string>
<string name="patch_quality_badge_colors_desc">Brings color back to the player quality badge.</string>
<string name="patch_cover_everywhere_title">Cover Everywhere - WIP</string>
<string name="patch_cover_everywhere_desc">Applies the blurred backdrop to every Compose based page (Home &amp; Collection)</string>
<string name="patch_lyrics_replace_share_button_title">Replace Share Button</string>