3434 Commits

Author SHA1 Message Date
KobeW50
39448feac7 ci: Use semi-transparent Discord embed color 2024-12-21 23:00:47 -05:00
inotia00
23a89414cb bump 5.1.1 2024-12-21 15:10:24 +09:00
inotia00
f3fa555490 bump 5.1.1-dev.3 2024-12-21 14:57:43 +09:00
inotia00
9c867a51b4 feat(Translations): Update translation 2024-12-21 14:56:29 +09:00
inotia00
a353a48aa3 chore: Lint code 2024-12-21 14:55:46 +09:00
inotia00
dc0a5973ad feat(YouTube): Support version 19.44.39 2024-12-21 14:54:08 +09:00
inotia00
2b77e46f5e feat(YouTube - Shorts components): Add Restore old player layout setting (YouTube 18.29.38 ~ 19.16.39) 2024-12-21 14:07:30 +09:00
inotia00
749900f6f8 fix(YouTube - Custom Shorts action buttons): Patch not working on YouTube 19.38.41+ 2024-12-21 14:02:28 +09:00
inotia00
e48048b430 fix(YouTube - Custom branding icon): Patch option restoreOldSplashAnimation not working in YouTube 19.32.39+ 2024-12-21 14:00:38 +09:00
inotia00
6f84f0a0b8 fix(YouTube - Theme): Splash background color not applied in latest YouTube client 2024-12-21 13:56:54 +09:00
inotia00
e5cc1dd5b5 fix(YouTube - Video playback): Applying default video quality to Shorts causes the beginning of the shorts to get stuck in a loop 2024-12-21 13:54:36 +09:00
inotia00
20eaad51d8 fix(YouTube): When clicking on timestamps in comments, playback speed sometimes changes to 1.0x (unpatched YouTube bug) 2024-12-21 13:49:59 +09:00
inotia00
d89491ef15 fix(YouTube): Splash screen background color does not change in dark mode if Theme patch is excluded 2024-12-21 13:47:52 +09:00
inotia00
32467937db fix(YouTube Music - SponsorBlock): Change segment behavior and About sections are hidden in the settings https://github.com/inotia00/ReVanced_Extended/issues/2575 2024-12-21 13:44:01 +09:00
inotia00
aa3abf57d1 fix(YouTube Music): Incorrect compatibility version specified for Disable Cairo splash animation patch 2024-12-21 13:42:41 +09:00
inotia00
f848b9fcac chore(YouTube): Match some Extension with ReVanced 2024-12-21 13:41:15 +09:00
inotia00
1c06f2eee4 feat(YouTube - Swipe controls): Change the setting name Enable watch panel gestures to Disable watch panel gestures, and change the setting name Enable swipe to change video to Disable swipe to change video 2024-12-21 13:38:12 +09:00
inotia00
cd19073dd4 feat(YouTube - Navigation bar components): Add Disable translucent status bar setting 2024-12-21 13:34:21 +09:00
inotia00
ca4edcd3a5 fix(YouTube - Miniplayer): Use estimated maximum on screen size for devices with low density screens 2024-12-21 13:31:35 +09:00
inotia00
b5f9a951d3 feat(YouTube - Navigation bar components): Separate Enable translucent navigation bar setting into Disable light translucent bar and Disable dark translucent bar settings 2024-12-21 13:30:25 +09:00
inotia00
e3128a9552 chore(Spoof streaming data): Reduce the size of approxDurationMsMap and change it to remove it from the Map immediately 2024-12-21 13:24:05 +09:00
inotia00
698e5f2021 feat(Spoof streaming data): Update the hardcoded iOS client version 2024-12-21 13:20:44 +09:00
inotia00
61182fe52d feat(YouTube Music - Spoof client): Add Use old client setting and Default client setting 2024-12-21 13:05:11 +09:00
inotia00
7ff865d25d fix(YouTube Music - Spoof client): Incorrect client version used 2024-12-21 11:51:34 +09:00
inotia00
d0d18310f8 fix(YouTube Music - Hide action bar components): Hide Download button setting not working in YouTube Music 7.25.52 2024-12-21 11:50:42 +09:00
inotia00
f894327f0d feat(YouTube Music - Hide action bar components): Limit the available versions of the Override Download action button setting to 7.16.53 2024-12-21 11:49:18 +09:00
inotia00
8e02716d95 fix(YouTube - Hide feed components): Hide carousel shelf hiding in library in certain situations 2024-12-21 11:47:27 +09:00
inotia00
db792e3920 chore(GmsCore support): Use more generic message 2024-12-21 11:46:10 +09:00
inotia00
42e73cbfce fix build error 2024-12-21 11:43:29 +09:00
inotia00
c3b2e5c0fc fix(SponsorBlock): Show create new segment error messages using a dialog 2024-12-21 11:42:56 +09:00
inotia00
b2b64c1404 fix(Reddit): Limit the available versions of the Hide navigation buttons patch to 2024.17.0 2024-12-21 11:37:41 +09:00
inotia00
7f72395c36 feat(Reddit): Remove version constraint 2024-12-21 11:34:59 +09:00
inotia00
370d85adad fix(Change version code): Remove patch option changeVersionCode, which is no longer needed 2024-12-21 11:33:29 +09:00
inotia00
e611321c9f chore(JsonPatchesFileGenerator): Match patch list format with ReVanced API 4 2024-12-21 11:18:34 +09:00
inotia00
a040b78927 refactor(Spoof streaming data): Instead of replacing the entire array StreamingData.formats, replace only the approxDurationMs field 2024-12-20 17:35:29 +09:00
inotia00
3c8e61c850 feat(Spoof streaming data): Separate Sync video length before playback setting 2024-12-20 17:29:06 +09:00
Francesco Marastoni
7653041595
feat(YouTube - Shorts components): Add styles to custom actions dialog (#107)
* feat(YouTube - Shorts components): add styles to the menu

* feat(YouTube - Shorts components): make style similar to flyout menu

* feat(YouTube - Shorts components): add padding around the menu

* fix(YouTube - Shorts components): make enums constants and fix the missing icons

* fix(YouTube - Shorts components): icons were in the wrong color with custom themes

* Fix dialog not closing, Remove unnecessary Maps, Move some duplicate code to shared classes

* fix: Dependency of settings is inverted (at least one custom action must be enabled to appear in the toolbar or flyout menu)

* fix: Some actions do not work when `Enable custom actions in flyout menu` is turned off

---------

Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
2024-12-19 14:54:06 +09:00
inotia00
9ed8754bb7 refactor(Spoof streaming data): Improve hooking performance 2024-12-18 20:21:18 +09:00
Hoàng Gia Bảo
5ffbb4714a
fix(Spoof Streaming Data): Performance degradation on iOS client (#110)
* fix(Spoof Streaming Data): Apply workarounds to the correct client

* Lint code

* Lint

* Correct the logic

* Use `put` to update the client type

* Fix build error

* Fix logic

* Apply HLS fix for all client

* Remove unused method

* fix: Apply code review suggestions

* fix: Apply code review suggestions

---------

Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
2024-12-18 09:43:35 +09:00
inotia00
776c519b20 bump 5.1.1-dev.2 v5.1.1-dev.2 2024-12-17 14:38:54 +09:00
inotia00
0c0ed3e86d feat(Translations): Update translation 2024-12-17 14:36:14 +09:00
inotia00
512b2526ba chore: Lint code 2024-12-17 14:35:06 +09:00
inotia00
b32301fd85 chore: Lint code 2024-12-17 14:17:15 +09:00
inotia00
e0b6d33df5 fix(YouTube - Spoof streaming data): Videos end 1 second early on iOS client 2024-12-17 13:57:19 +09:00
inotia00
bb1946d9db chore(Spoof streaming data): Match with ReVanced 2024-12-17 13:43:39 +09:00
inotia00
4c24f4569c fix(YouTube - Hide feed components): Hide carousel shelf hiding in library in certain situations 2024-12-17 13:40:41 +09:00
inotia00
2def0d4cc7 feat(YouTube): Support version 19.38.41 2024-12-17 13:38:32 +09:00
inotia00
4081263160 chore(YouTube - Description components): Clarify and fix some strings 2024-12-17 13:37:46 +09:00
inotia00
5f3a71ecc0 feat(YouTube - Spoof app version): Add target version 19.26.42 - Disable Cairo icon in navigation and toolbar and 19.33.37 - Restore old playback speed flyout panel 2024-12-17 13:35:29 +09:00
inotia00
50850a1fc6 fix(YouTube Music - Spoof client): Action bar not loading as of YouTube Music 7.17.51 2024-12-17 13:27:09 +09:00