-
-
Notifications
You must be signed in to change notification settings - Fork 406
feat: Update to patcher v22 #4409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
feat: Update to patcher v22 #4409
Conversation
This reverts commit f3b8602.
This reverts commit d2fbbf5.
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/youtube/video/speed/custom/CustomPlaybackSpeedPatch.kt
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/youtube/misc/fix/cairo/DisableCairoSettingsPatch.kt # patches/src/main/kotlin/app/revanced/patches/youtube/misc/fix/cairo/Fingerprints.kt
9bc569d
to
ee7333a
Compare
ee7333a
to
6d29254
Compare
Can you confirm that the bug with the buttons in PiP is gone in version 20.15? |
with 20.15 the PiP buttons are still broken if the screen is locked then unlocked while PiP is present. |
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/shared/misc/extension/SharedExtensionPatch.kt
Hmm, I've been trying to reproduce the bug for 30 minutes now, but everything works for me 🤔 |
|
The bug I'm referring to is almost the same. After locking/unlocking the buttons are still present, but they don't do anything when pressed. It's a bug in stock YT and has been present for a while (19.16.39 does not have the issue). |
Yeah that same issue with me. If it is a bug from YT end, than we can ignore this and use it as is. I personally not using PiP frequently. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/spotify/layout/theme/CustomThemeBytecodePatch.kt # patches/src/main/kotlin/app/revanced/patches/spotify/layout/theme/Fingerprints.kt # patches/src/main/kotlin/app/revanced/util/BytecodeUtils.kt
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/shared/misc/spoof/SpoofVideoStreamsPatch.kt # patches/src/main/kotlin/app/revanced/patches/youtube/interaction/swipecontrols/SwipeControlsPatch.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/buttons/navigation/NavigationButtonsPatch.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/player/fullscreen/OpenVideosFullscreenHookPatch.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/seekbar/SeekbarColorPatch.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/theme/ThemePatch.kt # patches/src/main/kotlin/app/revanced/patches/youtube/misc/backgroundplayback/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/misc/settings/SettingsPatch.kt
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/spotify/layout/theme/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/spotify/misc/fix/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/spotify/misc/fix/SpoofSignaturePatch.kt
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/EnableSeekbarTappingPatch.kt # patches/src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/HideLayoutComponentsPatch.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/hide/time/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/miniplayer/MiniplayerPatch.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/returnyoutubedislike/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/sponsorblock/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/theme/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/misc/fix/backtoexitgesture/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/misc/navigation/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/shared/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/video/information/Fingerprints.kt
0871cdb
to
b0ceab0
Compare
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/youtube/layout/autocaptions/Fingerprints.kt
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/HideLayoutComponentsPatch.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/searchbar/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/searchbar/WideSearchbarPatch.kt
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/youtube/layout/searchbar/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/searchbar/WideSearchbarPatch.kt
Initial usage of Patcher v22 method instruction filters.
ReVanced/revanced-patcher#329