feat(YouTube - Hide player flyout menu components): Add Hide captions menu header#176
Conversation
|
I wasn't able to test this due to Plugin [id: 'app.revanced.patches', version: '1.0.0-dev.6.r2'] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Included Builds (No included builds contain this plugin)
- Plugin Repositories (could not resolve plugin artifact 'app.revanced.patches:app.revanced.patches.gradle.plugin:1.0.0-dev.6.r2')
Searched in the following repositories:
MavenLocal(file:/C:/Users/Yahoo/.m2/repository/)
Gradle Central Plugin Repository
Google
maven(https://jitpack.io)
GitHubPackages(https://maven.pkg.github.com/revanced/registry)
GitHubPackages2(https://maven.pkg.github.com/inotia00/registry) |
|
Refer to the build guidelines provided by the ReVanced Team: https://github.com/ReVanced/revanced-patcher/blob/main/docs/2_1_setup.md#-prepare-the-environment You need to issue a Personal Access Token (PAT) and set it in Open |
Change requestedNot all caption flyout menu headers are Litho View. For example, the caption flyout menu that appears when you press and hold the caption button in the video player uses LayoutInflater. (The caption flyout menu in Shorts also uses LayoutInflater) These caption flyout menu headers cannot be hidden with Litho Filters. I previously tested a setting to hide the caption flyout menu header, but for this reason, it was not added to the patch. MiscellaneousAll strings must be added to the Crowdin project. The RVX Crowdin project will be closed on January 1, 2026, so translation contributors will no longer be able to contribute new strings. |
|
But adding |
Closes inotia00/ReVanced_Extended#2911.