-
-
Notifications
You must be signed in to change notification settings - Fork 454
fix(Pandora - Disable ads): Support latest app target #5185
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
Conversation
patches/src/main/kotlin/app/revanced/patches/pandora/misc/EnableUnlimitedSkipsPatch.kt
Outdated
Show resolved
Hide resolved
Should a version constrain be added? The first version lasted only a week or two before it broke, and this app is still very new for patches. |
Disable ads
patch
patches/src/main/kotlin/app/revanced/patches/pandora/misc/EnableUnlimitedSkipsPatch.kt
Outdated
Show resolved
Hide resolved
patches/src/main/kotlin/app/revanced/patches/pandora/ads/Fingerprints.kt
Outdated
Show resolved
Hide resolved
The patch looks simple enough. If it breaks again though it can be constrained to a versionn |
Patch should be backwards compatible too. The method I'm patching was in the previous version, so not sure what really changed. But seems to have stopped ads from propagating. |
Is this ready to merge? |
# [5.28.0-dev.5](v5.28.0-dev.4...v5.28.0-dev.5) (2025-06-17) ### Bug Fixes * **Pandora - Disable ads:** Support latest app target ([#5185](#5185)) ([ca83047](ca83047))
# [5.28.0](v5.27.0...v5.28.0) (2025-06-20) ### Bug Fixes * **Google Photos:** Resolve startup crash if MicroG GmsCore does not already have granted permissions ([a93d74d](a93d74d)) * **Messenger - Remove Meta AI:** Improve patch logic ([#5153](#5153)) ([4ad4887](4ad4887)) * **Pandora - Disable ads:** Support latest app target ([#5185](#5185)) ([ca83047](ca83047)) * **Spotify:** Fix `Hide Create button` and `Sanitize sharing links` for older but supported app targets ([#5159](#5159)) ([e7dd061](e7dd061)) * **Threads - Hide ads:** Constrain patch to the last working app target ([#5189](#5189)) ([3558c44](3558c44)) * **YouTube:** Remove old app targets that are no longer supported by YouTube ([#5192](#5192)) ([c9e54e1](c9e54e1)) ### Features * **Spotify:** Add `Change lyrics provider` patch ([#4937](#4937)) ([8736b6a](8736b6a)) * Use modern style settings dialogs ([#5109](#5109)) ([312b6dc](312b6dc))
Addresses #5182