-
-
You must be signed in to change notification settings -
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
Ok I found the other flag (45680008L). Not sure why it didn't show when I first searched. The animations seem like a work in progress, or maybe something is half broken due to some other patch. The first time clicking a tab the animations are a left/right slide with a broken appearance. Then after it opens once it uses the horizontal slide up/down animation. |
Probably you added a one more zero 😂 P.S: Yeah, the direction change if you already opened the tab. |
If flag |
...009 enable the animation after search button tap. |
If |
Other useful flags: New UI style cast button (it's practically same as the current button, but it's managed by another class, because can't be hidden with the already implemented patch) --->
Ui Animation fade after opening a video --->
Litho empty elements (during loading) colored --->
Picture-in-Picture shortcut inside video player other settings (where options like
|
Really? And search button animation is still present with only ...008? |
Search animation is not on unless |
Ok...so I must chase between search animation or partially broken navigation bar animations. Maybe I can keep both enabled and find the broken animation method. 🤔 |
…tion_filters # Conflicts: # extensions/youtube/src/main/java/app/revanced/extension/youtube/patches/theme/SeekbarColorPatch.java # patches/src/main/kotlin/app/revanced/patches/youtube/layout/theme/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/layout/theme/ThemePatch.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. |
Initial usage of Patcher v22 method instruction filters.
ReVanced/revanced-patcher#329