Commit Graph

226 Commits

Author SHA1 Message Date
244e792e23 fix(GmsCore support): Patched apps are not added to Cloud Messaging https://github.com/inotia00/ReVanced_Extended/issues/2686 2025-01-17 14:36:58 +09:00
8118df8511 fix(Reddit - Remove subreddit dialog): Patch fails on older versions https://github.com/inotia00/ReVanced_Extended/issues/2688 2025-01-17 14:34:35 +09:00
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 10661b870f.

* 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
9e9b170a82 feat(Reddit - Hide navigation buttons): Add support for latest versions 2025-01-16 12:36:54 +09:00
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
e70d566c77 fix(Reddit - Hide Recently Visited shelf): Patch broken in Reddit 2025.02.0 https://github.com/inotia00/ReVanced_Extended/issues/2666 2025-01-16 12:32:41 +09:00
60ad088ad9 fix(YouTube - Visual preferences icons): Add icon for Preference Playback 2025-01-16 12:29:16 +09:00
434242f4b1 fix(YouTube): Missing dependency 2025-01-16 12:28:31 +09:00
06f1750bd1 fix(YouTube): Unable to access Autoplay next video setting https://github.com/inotia00/ReVanced_Extended/issues/2664 2025-01-16 12:26:57 +09:00
1f499d9c51 feat(Spoof streaming data): Remove strings not included in the patch option String resources to keep from App languages as well 2025-01-16 12:23:54 +09:00
44600d9525 chore: Clarify strings (#121)
* fix: Patch descriptions

* fix(YouTube - Swipe controls): Preference summaries

---------

Co-authored-by: Kobe <kobew5050@gmail.com>
2025-01-16 11:21:41 +09:00
e67104e86e fix(YouTube): When getting a Drawable, the theme is not set, so spam logs are printed (unpatched YouTube bug) https://github.com/inotia00/ReVanced_Extended/issues/2658#issuecomment-2589966775 2025-01-15 22:21:06 +09:00
e5361e90fe feat(Utils): Use more Contexts for activities/services to avoid NullPointerException in Context.getResources() 2025-01-15 22:12:29 +09:00
f540fb8cc5 fix build error 2025-01-15 22:03:34 +09:00
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
945d03c220 fix(Spoof user agent): Use original package name in query parameter of api/stats 2025-01-15 21:41:38 +09:00
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
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 10661b870f.

* 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
a0329d28f5 chore: Lint code 2025-01-07 14:06:31 +09:00
bcc9547b5f fix(YouTube Music - Dark theme): Gradient applied to wrong image 2025-01-07 14:02:07 +09:00
ec0107d6ae fix(YouTube Music - Player components): Restore old comments popup panels not working on YouTube Music 7.25.53 2025-01-06 21:37:21 +09:00
d748b6d12f feat(YouTube Music): Add Dark theme patch, Remove Amoled patch 2025-01-06 21:33:17 +09:00
f02ea01ebe feat(YouTube Music - Disable music video in album): Remove Dismiss queue options 2025-01-06 21:24:02 +09:00
88435902ff feat(YouTube Music - Disable music video in album): Add redirection option 2025-01-04 19:18:10 +09:00
b69a041d5d fix(YouTube): Patched app crashes after first launch or clearing data 2025-01-04 19:12:22 +09:00
6a9ad25d30 fix(YouTube Music - Spoof streaming data): Sometimes the app crashes when connected to Wi-Fi 2025-01-04 19:09:10 +09:00
a5c808652e feat(GmsCore support): Match with ReVanced 2025-01-03 22:53:25 +09:00
9265303a29 revert(Hide ads): Disable advertising id 2025-01-03 22:38:39 +09:00
f5834ab742 fix(YouTube - Overlay buttons): Overlay buttons do not disappear immediately when fullscreen button is clicked 2025-01-03 22:12:35 +09:00
945b91eebb feat(YouTube - Hide layout components): Add Disable translucent status bar setting 2025-01-03 22:04:27 +09:00
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
1f95e07e7a feat(YouTube - Fullscreen components): Add Enter fullscreen mode setting 2025-01-03 21:54:27 +09:00
428047b725 feat(YouTube - Fullscreen components): Add Exit fullscreen mode setting 2025-01-03 21:52:52 +09:00
a596959d71 feat(YouTube - Fullscreen components): Remove Force fullscreen setting 2025-01-03 21:48:58 +09:00
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
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
b105fc1f62 chore: Lint code 2024-12-31 21:49:35 +09:00
f6a5ffd3ba feat(YouTube - Seekbar components): If the Custom braning icon patch is included and the patch option Restore old splash animation is enabled, it will not change the Seekbar color from the original splash animation (Lottie animation) 2024-12-31 21:47:07 +09:00
721f6043e9 fix(YouTube - Custom branding icon): Restrict the version that can use the patch options Change splash icons to YouTube 19.16.39 (Close https://github.com/inotia00/ReVanced_Extended/issues/2605) 2024-12-31 21:42:08 +09:00
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
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
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
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
8d045bc618 fix(YouTube Music - Custom header): Not working on YouTube Music 7.25.53 https://github.com/inotia00/ReVanced_Extended/issues/2612 2024-12-31 20:43:57 +09:00
87a6aec1dc fix(YouTube - Overlay buttons): Add missing dependency 2024-12-31 20:41:02 +09:00
fd9670fcae fix(YouTube - Overlay buttons): Restrict the version that can use the patch options Bottom margin and Wider between-buttons space to YouTube 19.16.39 (Close https://github.com/inotia00/ReVanced_Extended/issues/2608) 2024-12-31 20:39:52 +09:00
4b0e9504c9 fix(YouTube - Swipe controls): Gestures are not disabled in the channel bar even though Disable watch panel gestures is turned on (YouTube 19.16.39+) 2024-12-31 20:37:25 +09:00
dd3c889062 fix(YouTube - Disable haptic feedback): Disable seek haptic feedback doesn't work 2024-12-31 20:33:18 +09:00
0b1d260555 fix: In app strings and patch descriptions (#114)
* fix(YouTube Music -Spoof client): String grammar

* fix(YouTube): Patch description grammar & clarity

* Apply suggestion from review

* Use consistent bullet point syntax

* Minor wording clarification

* chroe: Match with YouTube

---------

Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
2024-12-31 17:07:32 +09:00
10747f54cf chore(JsonPatchesFileGenerator): Match patch list format with ReVanced API 4 2024-12-22 19:45:55 +09:00