-
-
Notifications
You must be signed in to change notification settings - Fork 448
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
…buttons hide inconsistently.
…read local (20.22 buffer issue still not fixed)
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/bandcamp/limitations/Fingerprints.kt
…t thought, and complicates custom filter
… as first thought, and complicates custom filter" This reverts commit b6eb1ce.
9c1b33d
to
f445a44
Compare
@LisoUseInAIKyrios Is there a reason |
The patch modifies a layout file, so it can't use a runtime setting. But I'm pretty sure a bytecode patch could be made to apply the same change after the layout is loaded. |
@LisoUseInAIKyrios I found the missing piece. This flag prevents windows from remaining transparent and overlapping during new animations transitions: 45371931L |
if enable slide and seek then 2x speed and it's overlay is not blocked. |
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/nunl/firebase/SpoofCertificatePatch.kt # patches/src/main/kotlin/app/revanced/patches/reddit/customclients/sync/syncforreddit/api/SpoofClientPatch.kt # patches/src/main/kotlin/app/revanced/patches/shared/misc/extension/SharedExtensionPatch.kt # patches/src/main/kotlin/app/revanced/patches/shared/misc/settings/SettingsPatch.kt # patches/src/main/kotlin/app/revanced/patches/spotify/misc/privacy/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/interaction/downloads/DownloadsPatch.kt # patches/src/main/kotlin/app/revanced/patches/youtube/interaction/swipecontrols/SwipeControlsPatch.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/buttons/overlay/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/buttons/overlay/HidePlayerOverlayButtonsPatch.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/shortsplayer/OpenShortsInRegularPlayerPatch.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/fix/backtoexitgesture/FixBackToExitGesturePatch.kt # patches/src/main/kotlin/app/revanced/patches/youtube/misc/navigation/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/misc/navigation/NavigationBarHookPatch.kt # patches/src/main/kotlin/app/revanced/patches/youtube/misc/settings/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/misc/settings/SettingsPatch.kt # patches/src/main/kotlin/app/revanced/patches/youtube/shared/Fingerprints.kt
Changing the 2x overlay text requires major refactoring because different patches need to behave differently depending on which is enabled/disabled. |
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/instagram/ads/HideAdsPatch.kt # patches/src/main/kotlin/app/revanced/patches/pandora/shared/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/misc/playservice/VersionCheckPatch.kt
Initial usage of Patcher v22 method instruction filters.
ReVanced/revanced-patcher#329