Skip to content
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

feat(YouTube): Support version 19.12, 19.13, 19.14, 19.15 and 19.16 #3239

Merged
merged 13 commits into from
Jun 1, 2024

Conversation

LisoUseInAIKyrios
Copy link
Contributor

@LisoUseInAIKyrios LisoUseInAIKyrios commented May 27, 2024

@LisoUseInAIKyrios
Copy link
Contributor Author

LisoUseInAIKyrios commented May 27, 2024

19.17+ has many fingerprints that need updating, and was not included.

@MarcaDian
Copy link
Contributor

MarcaDian commented May 27, 2024

As i know in 19.17+ Google has removed old seekbar thumbnails

@LisoUseInAIKyrios LisoUseInAIKyrios changed the title feat(YouTube) - Support versions 19.12, 19.13, 19.14 and 19.15 feat(YouTube) - Support versions 19.12, 19.13, 19.14, 19.15 an 19.16 May 27, 2024
@LisoUseInAIKyrios LisoUseInAIKyrios changed the title feat(YouTube) - Support versions 19.12, 19.13, 19.14, 19.15 an 19.16 feat(YouTube) - Support versions 19.12, 19.13, 19.14, 19.15 and 19.16 May 27, 2024
@0xrxL
Copy link

0xrxL commented May 27, 2024

19.17+ has many fingerprints that need updating, and was not included.

Meanwhile in 19.18+ Google splitted the current litho method in two separated methods, so the current litho patch needs to be refactored.

Me and inotia00 (his solution it's better) already fixed it, if you're interested. 👍

@oSumAtrIX oSumAtrIX changed the title feat(YouTube) - Support versions 19.12, 19.13, 19.14, 19.15 and 19.16 feat(YouTube) - Support version 19.12, 19.13, 19.14, 19.15 and 19.16 Jun 1, 2024
…ymenu/fingerprints/VideoQualityMenuOptionsFingerprint.kt

Co-authored-by: oSumAtrIX <[email protected]>
@LisoUseInAIKyrios LisoUseInAIKyrios merged commit d4e12f7 into dev Jun 1, 2024
1 of 2 checks passed
@LisoUseInAIKyrios LisoUseInAIKyrios deleted the feat/yt_19.12 branch June 1, 2024 18:03
LisoUseInAIKyrios added a commit that referenced this pull request Jun 1, 2024
@LisoUseInAIKyrios LisoUseInAIKyrios changed the title feat(YouTube) - Support version 19.12, 19.13, 19.14, 19.15 and 19.16 feat(YouTube): Support version 19.12, 19.13, 19.14, 19.15 and 19.16 Jun 1, 2024
revanced-bot pushed a commit that referenced this pull request Jun 1, 2024
# [4.9.0-dev.5](v4.9.0-dev.4...v4.9.0-dev.5) (2024-06-01)

### Features

* **YouTube:** Support version `19.12`, `19.13`, `19.14`, `19.15` and `19.16` ([#3239](#3239)) ([99b07e0](99b07e0))
revanced-bot pushed a commit that referenced this pull request Jun 2, 2024
# [4.9.0](v4.8.3...v4.9.0) (2024-06-02)

### Bug Fixes

* **YouTube - Spoof client:** Allow swipe gestures to enter/exit fullscreen when spoofing with `Android VR` client ([#3259](#3259)) ([5114900](5114900))
* **YouTube - Spoof client:** Restore playback speed menu when spoofing to an iOS client ([95f290f](95f290f))

### Features

* **Messenger:** Add `Hide inbox subtabs` patch ([#3163](#3163)) ([24e4ebd](24e4ebd))
* **YouTube - Hide layout components:** Disable like / subscribe button glow animation ([#3265](#3265)) ([68d35ea](68d35ea))
* **YouTube - Playback speed:** Add option to show speed dialog button in video player ([#3197](#3197)) ([ad00305](ad00305))
* **YouTube Music:** Support version `7.03` ([#3272](#3272)) ([d1ceca3](d1ceca3))
* **YouTube:** Support version `19.12`, `19.13`, `19.14`, `19.15` and `19.16` ([#3239](#3239)) ([99b07e0](99b07e0))
E85Addict pushed a commit to E85Addict/revanced-patches that referenced this pull request Jun 2, 2024
# [4.9.0](v4.8.3...v4.9.0) (2024-06-02)

### Bug Fixes

* **YouTube - Spoof client:** Allow swipe gestures to enter/exit fullscreen when spoofing with `Android VR` client ([ReVanced#3259](https://github.com/E85Addict/revanced-patches/issues/3259)) ([5114900](5114900))
* **YouTube - Spoof client:** Restore playback speed menu when spoofing to an iOS client ([95f290f](95f290f))

### Features

* **Messenger:** Add `Hide inbox subtabs` patch ([ReVanced#3163](https://github.com/E85Addict/revanced-patches/issues/3163)) ([24e4ebd](24e4ebd))
* **YouTube - Hide layout components:** Disable like / subscribe button glow animation ([ReVanced#3265](https://github.com/E85Addict/revanced-patches/issues/3265)) ([68d35ea](68d35ea))
* **YouTube - Playback speed:** Add option to show speed dialog button in video player ([ReVanced#3197](https://github.com/E85Addict/revanced-patches/issues/3197)) ([ad00305](ad00305))
* **YouTube Music:** Support version `7.03` ([ReVanced#3272](https://github.com/E85Addict/revanced-patches/issues/3272)) ([d1ceca3](d1ceca3))
* **YouTube:** Support version `19.12`, `19.13`, `19.14`, `19.15` and `19.16` ([ReVanced#3239](https://github.com/E85Addict/revanced-patches/issues/3239)) ([99b07e0](99b07e0))

### Performance Improvements

* Personal Logo && Add upstream sync ([e9d6554](e9d6554))
@inotia00
Copy link

inotia00 commented Jun 3, 2024

iirc, MiniPlayerOverrideNoContextFingerprint needs to be changed

In YouTube v19.15.36, there is only one Method that matches this fingerprint pattern, so there is no issue
In YouTube v19.16.39, there are two Methods that match this fingerprint pattern, causing an issue #3294

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants