-
-
Notifications
You must be signed in to change notification settings - Fork 484
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
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/youtube/layout/seekbar/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/seekbar/SeekbarColorPatch.kt
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/youtube/layout/seekbar/SeekbarColorPatch.kt
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/youtube/layout/seekbar/SeekbarColorPatch.kt
This reverts commit d55cb5d.
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/youtube/layout/seekbar/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/seekbar/SeekbarColorPatch.kt
…tion_filters # Conflicts: # patches/api/patches.api # patches/src/main/kotlin/app/revanced/patches/spotify/misc/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/spotify/misc/UnlockPremiumPatch.kt # patches/src/main/kotlin/app/revanced/patches/spotify/misc/extension/Hooks.kt # patches/src/main/kotlin/app/revanced/patches/spotify/misc/fix/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/spotify/shared/Fingerprints.kt
Already known and it's been around for a while. It breaks the ReVanced overlay buttons because it uses a different layout file so it's forced off. |
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/youtube/layout/branding/header/ChangeHeaderPatch.kt # patches/src/main/kotlin/app/revanced/util/BytecodeUtils.kt
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/cricbuzz/ads/Fingerprints.kt
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/EnableSlideToSeekPatch.kt # patches/src/main/kotlin/app/revanced/patches/youtube/interaction/seekbar/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/video/speed/custom/CustomPlaybackSpeedPatch.kt
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/spotify/lite/ondemand/OnDemandPatch.kt # patches/src/main/kotlin/app/revanced/patches/spotify/misc/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/spotify/misc/fix/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/spotify/misc/lyrics/ChangeLyricsProviderPatch.kt # patches/src/main/kotlin/app/revanced/patches/spotify/misc/privacy/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/spotify/shared/Fingerprints.kt
YouTube 20.28.32 now has Android 9.0 minimum requirement. |
Good...at some point these much old versions must be retired. 🤷♂️ |
@LisoUseInAIKyrios Anyway...Google moved (anche changed) some logic between classes, and some stuff has been deobfuscated. Search "fab" string inside the app code, it's an identifier related to a floating bar implemented some versions ago. Now this (and others) identifier have a description, in this way you'll be able to disable annoying components at app start with more accuracy. 👍 |
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/spotify/misc/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/spotify/misc/UnlockPremiumPatch.kt
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/youtube/interaction/doubletap/Fingerprints.kt
…tion_filters # Conflicts: # patches/src/main/kotlin/app/revanced/patches/spotify/misc/fix/Fingerprints.kt
Version 20.29 added a better animation when player is maximized from miniplayer (it remembr the old layout animation). |
Initial usage of Patcher v22 method instruction filters.
ReVanced/revanced-patcher#329