feat(YouTube/Overlay buttons): add patch option Change top buttons
(#66)
* Add files via upload * Add files via upload * Add files via upload * make mute/unmute button edges round like other overlay buttons * add sharper, less-spread shadow for better visibility against light backgrounds * feat: apply code review suggestions --------- Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
@ -1,6 +1,7 @@
|
|||||||
package app.revanced.patches.youtube.player.overlaybuttons
|
package app.revanced.patches.youtube.player.overlaybuttons
|
||||||
|
|
||||||
import app.revanced.patcher.data.ResourceContext
|
import app.revanced.patcher.data.ResourceContext
|
||||||
|
import app.revanced.patcher.patch.options.PatchOption.PatchExtensions.booleanPatchOption
|
||||||
import app.revanced.patcher.patch.options.PatchOption.PatchExtensions.stringPatchOption
|
import app.revanced.patcher.patch.options.PatchOption.PatchExtensions.stringPatchOption
|
||||||
import app.revanced.patches.youtube.utils.compatibility.Constants.COMPATIBLE_PACKAGE
|
import app.revanced.patches.youtube.utils.compatibility.Constants.COMPATIBLE_PACKAGE
|
||||||
import app.revanced.patches.youtube.utils.fix.bottomui.CfBottomUIPatch
|
import app.revanced.patches.youtube.utils.fix.bottomui.CfBottomUIPatch
|
||||||
@ -67,6 +68,15 @@ object OverlayButtonsPatch : BaseResourcePatch(
|
|||||||
required = true
|
required = true
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Option to change top buttons
|
||||||
|
private val ChangeTopButtons by booleanPatchOption(
|
||||||
|
key = "ChangeTopButtons",
|
||||||
|
default = false,
|
||||||
|
title = "Change top buttons",
|
||||||
|
description = "Change the icons at the top of the player.",
|
||||||
|
required = true
|
||||||
|
)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Main execution method for applying the patch.
|
* Main execution method for applying the patch.
|
||||||
*
|
*
|
||||||
@ -209,6 +219,28 @@ object OverlayButtonsPatch : BaseResourcePatch(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ChangeTopButtons == true) {
|
||||||
|
// Apply the selected icon type to the top buttons.
|
||||||
|
arrayOf(
|
||||||
|
"xxxhdpi",
|
||||||
|
"xxhdpi",
|
||||||
|
"xhdpi",
|
||||||
|
"hdpi",
|
||||||
|
"mdpi"
|
||||||
|
).forEach { dpi ->
|
||||||
|
context.copyResources(
|
||||||
|
"youtube/overlaybuttons/$iconType",
|
||||||
|
ResourceGroup(
|
||||||
|
"drawable-$dpi",
|
||||||
|
"yt_outline_gear_white_24.png",
|
||||||
|
"quantum_ic_closed_caption_off_grey600_24.png",
|
||||||
|
"quantum_ic_closed_caption_off_white_24.png",
|
||||||
|
"quantum_ic_closed_caption_white_24.png"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add settings for the overlay buttons.
|
* Add settings for the overlay buttons.
|
||||||
*/
|
*/
|
||||||
|
After Width: | Height: | Size: 661 B |
After Width: | Height: | Size: 469 B |
After Width: | Height: | Size: 887 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 636 B |
After Width: | Height: | Size: 500 B |
After Width: | Height: | Size: 955 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 477 B |
After Width: | Height: | Size: 446 B |
After Width: | Height: | Size: 425 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 519 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 428 B |
After Width: | Height: | Size: 324 B |
After Width: | Height: | Size: 289 B |
After Width: | Height: | Size: 265 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 993 B After Width: | Height: | Size: 332 B |
After Width: | Height: | Size: 542 B |
After Width: | Height: | Size: 527 B |
After Width: | Height: | Size: 437 B |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 590 B |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 554 B |
After Width: | Height: | Size: 758 B |
After Width: | Height: | Size: 712 B |
After Width: | Height: | Size: 611 B |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 855 B |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 755 B |
After Width: | Height: | Size: 951 B |
After Width: | Height: | Size: 885 B |
After Width: | Height: | Size: 786 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 956 B |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 896 B After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 896 B After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 868 B After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 868 B After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 568 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 568 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 8.1 KiB |