-
-
Notifications
You must be signed in to change notification settings - Fork 449
refactor(YouTube): Update patches package naming #5051
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?
Conversation
# Conflicts: # patches/src/main/kotlin/app/revanced/patches/youtube/player/zoomhaptics/Fingerprints.kt # patches/src/main/kotlin/app/revanced/patches/youtube/player/zoomhaptics/ZoomHapticsPatch.kt # patches/src/main/resources/addresources/values/strings.xml
The problem is this breaks backwards binary compatibility, unless 50+ dummy stubs are used (which temporarily makes more of a mess than this PR solves) This change can be rolled into #4409 since the patches will get a major version bump and binary compatibility is not required. |
Or this PR can remain as a draft, and it's merged after #4409 is merged. |
What about future conflicts after the merger #4409? |
There shouldn't be any conflicts, since Git recognizes this is a file rename and the single line of source code changed doesn't conflict with the changes in that other PR. A rebase might be needed, but I don't think it'll be an issue. |
We still need to resolve |
# Conflicts: # patches/src/main/resources/addresources/values/strings.xml
4b00b46
to
f8545de
Compare
IDE automatically indents lines where there's a line break, which is a bit annoying. |
f8545de
to
5cc24a5
Compare
5cc24a5
to
b1ce6e7
Compare
Updates patches package naming from the prior settings screens to the latest layout.