-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
fix(YouTube - Spoof client): Clarify that only enter/exit fullscreen gesture does not work with Android VR spoof #3243
Conversation
Using a more conservative description of "may not work". From a sample size of 2, it did work. This could be removed after further testing
Thank you for contributing to ReVanced. Join us on Discord to receive a role for your contribution. |
## [4.8.3-dev.2](v4.8.3-dev.1...v4.8.3-dev.2) (2024-05-30) ### Bug Fixes * **YouTube - Spoof client:** Clarify that only enter/exit fullscreen gesture does not work with Android VR spoof ([#3243](#3243)) ([06d8f55](06d8f55))
I get this error while patching with
Seems error in xml or something :/ |
It's something with the smali library bump from 3.0.5 to 3.0.7 While Patcher is still at 3.0.5 I think bumping the patcher dependency to 3.0.7 will fix this. |
That indicates a breaking change on smali even though patch was bumped. This should probably be reported. |
Should Patcher be bumped to 3.0.7, or should Patches revert back to 3.0.5? Bumping patcher means Manager would need an update, so it's probably easier to revert patches to 3.0.5 |
We can revert but eventually we need to update |
google/smali@bad9474#diff-1b64ab2237880ceb837437aa949dca5004f305bd0aac42fe8f6a67b3d6e971d6R60 here is the breaking change. Tracking: google/smali#58 |
## [4.8.3](v4.8.2...v4.8.3) (2024-05-31) ### Bug Fixes * **3rd-party Reddit apps:** Spoof user agent to work around Reddit API issues ([#3253](#3253)) ([495e6d6](495e6d6)) * **Reddit - Hide ads:** Constrain to last working version 2024.17.0 ([#3192](#3192)) ([4fb3456](4fb3456)) * **YouTube - Spoof client:** Clarify that only enter/exit fullscreen gesture does not work with Android VR spoof ([#3243](#3243)) ([06d8f55](06d8f55)) * **YouTube - Spoof client:** Improve Android spoofing ([#3230](#3230)) ([b688923](b688923))
## [4.8.3](v4.8.2...v4.8.3) (2024-05-31) ### Bug Fixes * **3rd-party Reddit apps:** Spoof user agent to work around Reddit API issues ([ReVanced#3253](https://github.com/E85Addict/revanced-patches/issues/3253)) ([495e6d6](495e6d6)) * **Reddit - Hide ads:** Constrain to last working version 2024.17.0 ([ReVanced#3192](https://github.com/E85Addict/revanced-patches/issues/3192)) ([4fb3456](4fb3456)) * **YouTube - Spoof client:** Clarify that only enter/exit fullscreen gesture does not work with Android VR spoof ([ReVanced#3243](https://github.com/E85Addict/revanced-patches/issues/3243)) ([06d8f55](06d8f55)) * **YouTube - Spoof client:** Improve Android spoofing ([ReVanced#3230](https://github.com/E85Addict/revanced-patches/issues/3230)) ([b688923](b688923)) ### Performance Improvements * Personal Logo && Add upstream sync ([929bf2b](929bf2b))
Using a more conservative description of "may not work". From a sample size of 2, all other gestures did work.
Clarify that ReVanced gestures (brightness/volume) works and enter/exit mini-player works. Just that the enter/exit fullscreen by swiping the middle of the screen does not work.
Re: #3208 , ReVanced/revanced-integrations#644