189 Commits

Author SHA1 Message Date
inotia00
316038cd75 chore: Reflecting changes in Kotlin 2.0.21 2025-01-17 14:50:38 +09:00
inotia00
c1da308239 feat(YouTube - Hide layout components): Rename setting Hide Autoplay menu to Hide Autoplay or Playback menu 2025-01-17 14:47:50 +09:00
inotia00
e7f7d72e27 feat(YouTube - Spoof streaming data): Add VR default audio stream language setting https://github.com/inotia00/ReVanced_Extended/issues/2670 2025-01-17 14:46:09 +09:00
inotia00
b211df4288 feat(YouTube - Settings): Add RVX language setting https://github.com/inotia00/ReVanced_Extended/issues/2680 2025-01-17 14:43:57 +09:00
ILoveOpenSourceApplications
8ee13f8c22
chore: Re-order and update strings (#122)
* 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

* chore: Re-order and update strings

* typo: change URL to link

* Update patches/src/main/resources/music/settings/host/values/strings.xml

Co-authored-by: KobeW50 <84587632+KobeW50@users.noreply.github.com>

* Update patches/src/main/resources/music/settings/host/values/strings.xml

Co-authored-by: KobeW50 <84587632+KobeW50@users.noreply.github.com>

* feat: Apply code review suggestions

* Update patches/src/main/resources/youtube/settings/host/values/strings.xml

Co-authored-by: KobeW50 <84587632+KobeW50@users.noreply.github.com>

* Update patches/src/main/resources/youtube/settings/host/values/strings.xml

Co-authored-by: KobeW50 <84587632+KobeW50@users.noreply.github.com>

* Update patches/src/main/resources/music/settings/host/values/strings.xml

Co-authored-by: KobeW50 <84587632+KobeW50@users.noreply.github.com>

* Update patches/src/main/resources/youtube/settings/host/values/strings.xml

Co-authored-by: KobeW50 <84587632+KobeW50@users.noreply.github.com>

* feat: Apply code review suggestions

* feat: Apply code review suggestions

* feat: Apply code review suggestions

* feat: Apply code review suggestions

* feat: Apply code review suggestions

* feat: Apply code review suggestions

---------

Co-authored-by: KobeW50 <84587632+KobeW50@users.noreply.github.com>
Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
2025-01-17 13:46:29 +09:00
inotia00
9e9b170a82 feat(Reddit - Hide navigation buttons): Add support for latest versions 2025-01-16 12:36:54 +09:00
inotia00
a1a775cdf8 fix(Reddit - Remove subreddit dialog): Remove notification suggestion dialog not working in Reddit 2024.41.0+ https://github.com/inotia00/ReVanced_Extended/issues/2667 2025-01-16 12:35:19 +09:00
inotia00
92b74e5a8c chore(Spoof streaming data): Increase byte array size 2025-01-16 12:18:29 +09:00
inotia00
7766b44268 fix(YouTube - Video Playback): Unnecessary error logs are printed when Disable playback speed for music is enabled 2025-01-16 12:16:24 +09:00
inotia00
d645140525 fix(YouTube - Fullscreen components): Fullscreen layout refreshes multiple times when Quick actions top margin is set 2025-01-16 12:14:44 +09:00
inotia00
94f53bb629 fix(YouTube - Hide feed components): Hide carousel shelf hides the contents of Courses https://github.com/inotia00/ReVanced_Extended/issues/2653 2025-01-16 12:12:59 +09:00
inotia00
54c9e03abb feat(Inclusive span): Print logs only when Enable debug buffer logging is enabled 2025-01-16 12:11:26 +09:00
inotia00
e0a977e73c fix(YouTube Music - Disable music video in album): App crashes on Android 5 / 6 devices 2025-01-16 12:09:30 +09:00
inotia00
d4736e6dc6 fix(YouTube Music - Dark theme): Gradient not applied to playlist header background 2025-01-16 12:08:05 +09:00
inotia00
400628b248 fix(YouTube): No longer setting the resource Id of a field in the Constructor method 2025-01-15 22:16:59 +09:00
inotia00
e5361e90fe feat(Utils): Use more Contexts for activities/services to avoid NullPointerException in Context.getResources() 2025-01-15 22:12:29 +09:00
inotia00
ed6acc6197 feat(Spoof streaming data): Disable PoToken service when is turned on
- Any app clients that use  do not need the PoToken generated by DroidGuard
-  is fetched even when  is turned on
- DroidGuard VM tries to solve , but some functions are not fully implemented in DroidGuard, resulting in spam logs: https://github.com/microg/GmsCore/issues/2584
2025-01-15 22:02:07 +09:00
inotia00
bda2ef23cc feat(Spoof streaming data): Add more parameters used by the official YouTube client 2025-01-15 21:51:02 +09:00
inotia00
38f1ca2698 fix(Spoof streaming data): Instead of the client version, the client id is set in the X-YouTube-Client-Version field of the header 2025-01-15 21:44:40 +09:00
Hoàng Gia Bảo
36141d0539
refactor(GmsCore support): Remove unnecessary constants and disable unused services (#119)
* fix(GmsCore support): Firebase installations error

* feat: Remove unnecessary Constants (Match with uDrop)

* feat: Remove signature spoofing that degrades performance (No longer resolves playback issues)

* Move `SSLGuard disabler` to `GmsCore support` patch

* feat: Disable `PrimeApi`

* revert: Do not disable Cast V2

* feat: Disable ECatcher spam logging

* revert: Disable Advertising Id (Advertising Id can no longer be fetched from GmsCore)

---------

Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
2025-01-15 21:36:19 +09:00
ILoveOpenSourceApplications
3604e92aa1
chore: Reorder and update some strings (#118)
* 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

* chore(YouTube): Re-order settings

* chore: Re-order and rename some strings

* for consistency

* update strings again

* more updated strings

* change option location

* update settings location

* chore: update more strings

* chore: update and reorder even more strings

* fix typo

* improve description

* feat: Apply code review suggestions

* fix: Fix build errors

* feat: Apply code review suggestions

---------

Co-authored-by: KobeW50 <84587632+KobeW50@users.noreply.github.com>
Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
2025-01-13 18:33:05 +09:00
Hoàng Gia Bảo
945a249523
fix(Video Playback): Incorrect JSON parsing (#120) 2025-01-13 09:46:34 +09:00
inotia00
a0329d28f5 chore: Lint code 2025-01-07 14:06:31 +09:00
inotia00
bcc9547b5f fix(YouTube Music - Dark theme): Gradient applied to wrong image 2025-01-07 14:02:07 +09:00
inotia00
1ec68183d6 feat(YouTube Music - Navigation bar components): Change default value of Enable black navigation bar to off 2025-01-06 21:35:56 +09:00
inotia00
d748b6d12f feat(YouTube Music): Add Dark theme patch, Remove Amoled patch 2025-01-06 21:33:17 +09:00
inotia00
ac0fea1cb7 chore: Lint code 2025-01-06 21:24:42 +09:00
inotia00
f02ea01ebe feat(YouTube Music - Disable music video in album): Remove Dismiss queue options 2025-01-06 21:24:02 +09:00
inotia00
1ce4c05173 chroe(YouTube - Video playback): Disable music playback speed is applied a little faster 2025-01-06 21:21:41 +09:00
inotia00
8663436d3d fix(YouTube - Spoof streaming data): Enhanced bitrate not available on Android VR, Android TV 2025-01-06 21:18:04 +09:00
inotia00
aeb6750063 fix(Spoof streaming data): Requests sent in incorrect client order 2025-01-06 21:12:28 +09:00
inotia00
88435902ff feat(YouTube Music - Disable music video in album): Add redirection option 2025-01-04 19:18:10 +09:00
inotia00
b69a041d5d fix(YouTube): Patched app crashes after first launch or clearing data 2025-01-04 19:12:22 +09:00
inotia00
6a9ad25d30 fix(YouTube Music - Spoof streaming data): Sometimes the app crashes when connected to Wi-Fi 2025-01-04 19:09:10 +09:00
inotia00
9265303a29 revert(Hide ads): Disable advertising id 2025-01-03 22:38:39 +09:00
inotia00
3e6a4a390c fix(YouTube - SponsorBlock): Show a toast and not a dialog if segment submitted successfully (Close https://github.com/inotia00/ReVanced_Extended/issues/2598) 2025-01-03 22:18:54 +09:00
inotia00
574cd8410e fix(YouTube - Settings): Misaligned icons and titles in RVX settings toolbar on Android 15 https://github.com/inotia00/ReVanced_Extended/issues/2602 2025-01-03 22:14:47 +09:00
inotia00
f5834ab742 fix(YouTube - Overlay buttons): Overlay buttons do not disappear immediately when fullscreen button is clicked 2025-01-03 22:12:35 +09:00
inotia00
2760fce646 fix(YouTube - Toolbar components): Use Cairo icon for settings icon when Replace Create button is turned on 2025-01-03 22:09:39 +09:00
inotia00
07cb38d7a2 fix build error 2025-01-03 22:07:03 +09:00
inotia00
1424d0b7a7 fix(YouTube): Patched app crashes after first launch or clearing data 2025-01-03 22:06:48 +09:00
inotia00
a10e400cfa fix build error 2025-01-03 22:05:03 +09:00
inotia00
945b91eebb feat(YouTube - Hide layout components): Add Disable translucent status bar setting 2025-01-03 22:04:27 +09:00
inotia00
01bd3141b3 feat(YouTube - Swipe controls): Add settings - Disable swipe to enter fullscreen mode, Disable swipe to exit fullscreen mode & Change default values ​​- Disable swipe to change video, Disable watch panel gestures 2025-01-03 22:00:04 +09:00
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