184 Commits

Author SHA1 Message Date
inotia00
7eb0c06001 fix(Reddit - Hide ads): View all comments button hidden if comment ads are hidden https://github.com/inotia00/ReVanced_Extended/issues/2765 (Also close https://github.com/inotia00/ReVanced_Extended/issues/2678) 2025-02-07 18:07:50 +09:00
inotia00
2ec24f95ec fix(Reddit - Remove subreddit dialog): Patch fails at Reddit 2025.05.0+ https://github.com/inotia00/ReVanced_Extended/issues/2762 2025-02-07 18:01:54 +09:00
inotia00
c575ffc45b feat(YouTube Music): Add support version 8.05.50, Remove support version 8.02.53 https://github.com/inotia00/ReVanced_Extended/issues/2769 2025-02-07 18:00:32 +09:00
inotia00
38949e12fd fix(YouTube - Remove background playback restriction): Play/Pause button not working in PiP mode https://github.com/inotia00/ReVanced_Extended/issues/2764 2025-02-07 16:00:16 +09:00
inotia00
6f1fc6116b fix(YouTube - Remove background playback restriction): Play/Pause button not working in PiP mode https://github.com/inotia00/ReVanced_Extended/issues/2764 2025-02-07 14:46:49 +09:00
inotia00
f678991e61 fix(YouTube - Change live ring click action): Check more information for the guarantee of the more accurate operation of the patch 2025-02-07 14:37:02 +09:00
inotia00
faaa0aa54d fix(YouTube - Translations): Excluding French and Korean from the translation patch, which includes the invalid escape character https://github.com/inotia00/ReVanced_Extended/issues/2760 2025-01-31 21:47:55 +09:00
inotia00
1c2e85b7eb feat(YouTube): Add Hide accessibility controls dialog patch 2025-01-31 20:40:46 +09:00
inotia00
e72ff471ae chore(Settings): Change the default value of the patch option RVX settings label to RVX 2025-01-31 20:38:40 +09:00
inotia00
6283f2a922 fix(YouTube Music): Wrong patch description 2025-01-31 20:36:32 +09:00
inotia00
2e96f984cc fix build error 2025-01-31 20:35:34 +09:00
inotia00
6afc0cfbb3 feat(YouTube Music): Add Watch history patch 2025-01-31 20:34:32 +09:00
inotia00
a50eed6466 fix(YouTube Music - Hide ads): Renewal banner or update banner disappears too late 2025-01-31 20:28:54 +09:00
inotia00
9b56cb6c0d feat(Universal): Add Spoof Wi-Fi connection patch https://github.com/inotia00/ReVanced_Extended/issues/2757 2025-01-31 20:23:00 +09:00
MondayNitro
e3f3d8a3b8
feat(YouTube - Snack bar components): Add patch option Apply corner radius to playlist bottom bar (#137)
* add corner radius for under player snackbar and open playlist bar

* fix build error

* feat: Add patch option `Apply corner radius to playlist bottom bar`

---------

Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
2025-01-31 11:47:30 +09:00
inotia00
c9ea5a2f19 fix(YouTube - Settings): All patches fail due to patch in some environments https://github.com/inotia00/ReVanced_Extended/issues/2730 2025-01-29 20:22:57 +09:00
inotia00
0d2d45a597 feat(YouTube Music - Spoof client): Add support for latest versions, Remove 'Spoof streaming data' patch
- 'Spoof client' patch now supports YouTube Music 7.25.53+
- 'Spoof client' patch now spoofs as many innerTube contexts as possible, just like the 'Spoof streaming data' patch
- 'Spoof streaming data' patch is no longer a shared patch
- Nevertheless, 'BlockRequestPatch' is still a shared patch, so each setting is located in a shared path (BaseSettings)
- In YouTube Music 7.16.53 or earlier, 'iOS YouTube Music 6.21' is the only client that does not require 'BlockRequestPatch'
- 'iOS YouTube Music 7.04' supports opus codec when 'Enable OPUS codec' is turned on
2025-01-29 19:41:46 +09:00
inotia00
1151a9a5be fix(YouTube - Change live ring click action): Channel does not open when the live ring of Shorts live stream is clicked 2025-01-29 19:25:07 +09:00
inotia00
21b8b48e47 feat(YouTube Music - Spoof app version): Remove the version that is no longer valid https://github.com/inotia00/ReVanced_Extended/issues/2743 2025-01-29 19:21:04 +09:00
inotia00
2a57ffe002 feat(YouTube - Seekbar components): Add option to use custom seekbar accent color (Close https://github.com/inotia00/ReVanced_Extended/issues/2738) 2025-01-29 19:10:20 +09:00
inotia00
b95e735345 fix(YouTube - Change live ring click action): Sometimes the channel opens even if the live ring is not clicked. 2025-01-28 18:02:43 +09:00
inotia00
7fbac85ef1 fix(GmsCore support): Add missing permissions and intents 2025-01-28 14:25:19 +09:00
inotia00
fd11b17cb2 fix(GmsCore support): Remove unnecessary provider hooking 6ef090b2d6 2025-01-28 14:16:35 +09:00
MondayNitro
18a854de19
feat(YouTube - Hide ads): Add Hide end screen store banner setting (#131)
* add patch option to clean related video overlay

* feat(YouTube - Hide ads): Add `Hide end screen store banner` setting

* feat: Revert edit xml

* chore: Lint code

---------

Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
2025-01-28 12:43:33 +09:00
Hoàng Gia Bảo
5255c7eca8
feat(YouTube - Change start page): Add more start pages (#136)
* Revert "fix(YouTube - Change start page): Use correct browseId for `Podcasts`…"

This reverts commit 66b7761e7760ac9444dbba431cdba3bd8186a0c6.

* feat(YouTube - Change start page): Update start pages

* Update strings.xml

* Fix

* feat: Fix typo, Switch to Kotlin, Add `Podcasts` and `Virtual Reality`

---------

Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
2025-01-27 19:02:38 +09:00
ILoveOpenSourceApplications
f7109f9815
feat(YouTube Music - Change start page): Add more start pages (#135)
* feat(YouTube Music - Change start page): Add more start pages

* Add more start pages

* feat: Switch to `EnumSetting`, Add `Default`, `Samples` and `Search`, Remove `Home`

---------

Co-authored-by: ILoveOpenSourceApplications <ILoveOpenSourceApplications@users.noreply.github.com>
Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
2025-01-27 18:53:27 +09:00
inotia00
62ca42b269 chore: Lint code 2025-01-22 17:18:45 +09:00
inotia00
63dac0e905 fix(YouTube - Snack bar components): Change the default value of the patch option to YouTube background color 2025-01-22 17:18:06 +09:00
inotia00
e0839ca768 fix(YouTube Music - Change start page): Start page not changing in YT Music 8.02.53+ https://github.com/inotia00/ReVanced_Extended/issues/2719 2025-01-22 13:30:55 +09:00
inotia00
7484173618 fix(YouTube - Visual preferences icons): Icon is not shown properly when patch option is set to Custom branding icon 2025-01-22 13:25:50 +09:00
inotia00
a9f7384929 fix(YouTube): App crashes under certain conditions 2025-01-22 13:24:00 +09:00
inotia00
f1d04b5323 chore(YouTube - Seekbar components): Match with ReVanced 2025-01-22 13:23:07 +09:00
inotia00
5dd79073f1 fix(YouTube - Overlay Buttons): When the patch option Bottom margin is 0, all player bottom buttons are hidden https://github.com/inotia00/ReVanced_Extended/issues/2720 2025-01-22 13:15:50 +09:00
inotia00
2f7b753551 fix(YouTube - Theme): Splash screen color attribute not specified in YouTube 19.44.39 2025-01-22 13:13:12 +09:00
inotia00
da770b32bf fix(YouTube - Change live ring click action): Clicking on the timestamp in the comments opens the channel 2025-01-22 13:06:06 +09:00
inotia00
78f1d962cd feat(YouTube): Add Snack bar components patch 2025-01-22 13:01:31 +09:00
inotia00
e85a343c02 fix(Reddit - Remove subreddit dialog): Navigation bar is not visible when Remove notification suggestion dialog setting is turned on (Reddit 2025.02+) 2025-01-22 12:52:50 +09:00
inotia00
cfc87c4510 feat(YouTube): Remove support version 19.47.53 https://github.com/inotia00/ReVanced_Extended/issues/2717 2025-01-20 02:42:35 +09:00
inotia00
cd110acc9d fix(YouTube - Shorts components): Settings not added in 19.16.39 https://github.com/inotia00/ReVanced_Extended/issues/2704 2025-01-20 02:39:31 +09:00
inotia00
c0500bef7b fix build error 2025-01-20 02:38:53 +09:00
inotia00
70178a0942 feat(YouTube - Hide action buttons): Add patch option Hide action buttons by index (Experimental) 2025-01-20 02:34:35 +09:00
inotia00
b27aae8501 fix(YouTube - Change live ring click action): Clicking on the timestamp in the comments opens the channel 2025-01-20 02:31:09 +09:00
inotia00
c7c4d225e8 fix(Reddit - Remove Notification Suggestion Dialog): Patch not working in 2025.03 https://github.com/inotia00/ReVanced_Extended/issues/2706 2025-01-20 02:28:45 +09:00
ILoveOpenSourceApplications
181bcb1221
chore: Clarify strings (#130)
* chore: Clarify string

* feat: Apply code review suggestions

* fix typo

* Make dislikes description consistent

* Revert removal of Shorts dislikes disclaimer

* feat: Apply code review suggestions

* feat: Apply code review suggestions

---------

Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
2025-01-19 16:46:03 +09:00
MondayNitro
4892b701e6
feat(YouTube - Overlay buttons): Allow setting patch options Bottom margin and Wider between-buttons space for YouTube 19.17+ (#129)
* allow using bottom margin and wider buttons options for 19.16+

* allow using bottom margin and wider buttons options for 19.16+

* update old and add some res under play_all generated playlist

* fix: Build error

* chore: Lint code

---------

Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
2025-01-19 15:12:29 +09:00
inotia00
aa125e6a88 feat(YouTube): Add support version 19.47.53, Remove support version 20.02.38 2025-01-18 20:28:43 +09:00
inotia00
8e1bee1113 feat(YouTube - Shorts components): Add Open Shorts in regular player setting 2025-01-18 20:25:19 +09:00
inotia00
9b299b41f5 feat(YouTube): Add Open channel of live avatar patch 2025-01-18 20:22:09 +09:00
inotia00
439f4976bc fix(YouTube - Spoof app version): Even in the latest version the default is still 18.17.43 2025-01-18 20:17:12 +09:00
inotia00
297dd62a1f fix(GmsCore support): Patched apps are not added to Cloud Messaging https://github.com/inotia00/ReVanced_Extended/issues/2691 2025-01-18 20:14:42 +09:00