inotia00
1f95e07e7a
feat(YouTube - Fullscreen components): Add Enter fullscreen mode
setting
2025-01-03 21:54:27 +09:00
inotia00
428047b725
feat(YouTube - Fullscreen components): Add Exit fullscreen mode
setting
2025-01-03 21:52:52 +09:00
inotia00
a596959d71
feat(YouTube - Fullscreen components): Remove Force fullscreen
setting
2025-01-03 21:48:58 +09:00
inotia00
c6ad8331bc
fix(YouTube - Spoof streaming data): Mark login-required client
2025-01-03 21:44:30 +09:00
inotia00
8ab67bc6ef
feat(YouTube Music): Add Disable music video in album
patch https://github.com/inotia00/ReVanced_Extended/issues/2568
2025-01-03 20:04:50 +09:00
Hoàng Gia Bảo
1da2664513
feat(YouTube - Video playback): Improve Disable music playback speed
setting ( #117 )
...
* fix(Default Music playback speed): Fix side effect left
* fix(Spoof Streaming Data): `approxDurationMs` can be fetched multiple time
* fix(Spoof Streaming Data): Prevent playback issues on Kids videos with music
* Up to now, there have been no recorded cases of playback issues in ANDROID_MUSIC. So it will be better to use this client instead of IOS to handle Kids video with music
* Example video: https://youtu.be/bHtvEpeXrfc
* fix: Apply code review suggestions
* chore: Lint code
---------
Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
2025-01-03 19:26:34 +09:00
inotia00
9e496b1da3
fix(YouTube - NavigationBarHook): Increase nav button latch timeout.
2024-12-31 22:00:54 +09:00
inotia00
41aaeafbe9
fix(GmsCore support): Do not show battery optimization error on Android Automotive devices (Google built-in)
2024-12-31 21:51:39 +09:00
inotia00
b105fc1f62
chore: Lint code
2024-12-31 21:49:35 +09:00
inotia00
a152588fdd
feat(YouTube - Navigation bar components): Revert - 'Separate Enable translucent navigation bar setting
into Disable light translucent bar
and Disable dark translucent bar settings
'
2024-12-31 21:39:38 +09:00
inotia00
6f0958b328
fix(YouTube - Return YouTube Dislike): Match with ReVanced (Close https://github.com/inotia00/ReVanced_Extended/issues/2611 )
2024-12-31 21:35:40 +09:00
inotia00
b171281ec5
fix(Spoof streaming data): Specify language code only for clients that cannot log in
2024-12-31 21:33:23 +09:00
inotia00
6b0dee8529
fix(Spoof streaming data): Ignore exception if hide ads is disabled
2024-12-31 21:31:19 +09:00
inotia00
2b61bfd71f
feat(YouTube Music - Spoof streaming data): Remove Android Creator
and iOS Music
, add Android Music
(Close https://github.com/inotia00/ReVanced_Extended/issues/2617 )
2024-12-31 21:24:41 +09:00
inotia00
00fbd318e7
feat(YouTube - Spoof streaming data): Add setting to change PoToken / Visitor Data
https://github.com/inotia00/ReVanced_Extended/issues/2630#issuecomment-2566310025
2024-12-31 21:17:51 +09:00
inotia00
83f2d82d0a
feat(YouTube - Spoof streaming data): Remove Use Android clients only
setting, restore Force iOS AVC
setting
2024-12-31 21:06:47 +09:00
inotia00
5d79826f4e
fix(YouTube Music - Spoof streaming data): Last selected value is not remembered in ListPreference Dialog
2024-12-31 20:55:33 +09:00
inotia00
09c1d495eb
feat(YouTube - Navigation bar components): Remove settings Disable translucent status bar
, Disable light translucent bar
and Disable dark translucent bar
2024-12-31 20:54:07 +09:00
inotia00
74d39ff034
fix(YouTube - Miniplayer): Patched app crashes after first launch or clearing data
2024-12-31 20:47:37 +09:00
Hoàng Gia Bảo
e29a25fac2
feat(YouTube - Change start page): Add more start page ( #115 )
...
* ci: workflow to ping Discord users when patches are released (#72 )
* init: Workflow to notify discord users of releases
* Rename workflow
* chore (Background playback): Shorten description
* Revert "chore (Background playback): Shorten description"
This reverts commit 10661b870f0c9c670c5d522f9b2ca7cc82d32772.
* Change message contents
* Add `Courses`
* Add to array
* Add strings
* Add more start page
* Add to array
* Rename `CLIPS` to `YOUR_CLIPS`
* Add string
---------
Co-authored-by: KobeW50 <84587632+KobeW50@users.noreply.github.com>
Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
2024-12-31 20:23:07 +09:00
Hoàng Gia Bảo
c0d8745e08
fix(Hide Carousel Shelf): Your Movies is empty when turning on Hide Carousel Shelf options ( #116 )
2024-12-31 20:20:58 +09:00
inotia00
0157537615
fix(YouTube - Shorts components): Missing dependency of custom action
2024-12-22 16:37:17 +09:00
inotia00
bbd121c750
fix(YouTube): Patched app crashes after first launch or clearing data https://github.com/inotia00/ReVanced_Extended/issues/2582
2024-12-22 16:36:22 +09:00
inotia00
89d038fdb8
fix(YouTube - Spoof streaming data): Change the default client to Android VR
, add iOS TV
to the selectable default clients, and add the Use Android clients only
setting https://github.com/inotia00/ReVanced_Extended/issues/2593
2024-12-22 16:33:29 +09:00
inotia00
480d47587d
feat(YouTube Music - Spoof client): Limit support version to 7.16.53 and change default client preset
2024-12-22 16:20:32 +09:00
inotia00
b92b79e96c
fix(YouTube Music): App crashes when including Hide action bar components
patch https://github.com/inotia00/ReVanced_Extended/issues/2584
2024-12-22 16:10:15 +09:00
Hoàng Gia Bảo
92a317e312
refactor(Spoof streaming data): No longer using Java reflection to improve performance ( #113 )
...
* refactor(Spoof Streaming Data): Move the parser to bytecode
* Add comment
* Increase cache limit
* Fix typo
* Revert changes
* chore: Simplify
* chore: Simplify
---------
Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
2024-12-22 15:40:37 +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
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
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
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