diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index 9684554..744ce7c 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -2,7 +2,7 @@ name: Patch on: # push: schedule: - - cron: "0 9 * * *" + - cron: "0 21 * * *" workflow_dispatch: jobs: patch1: diff --git a/README.md b/README.md index aeaa8b9..a7335c1 100644 --- a/README.md +++ b/README.md @@ -156,16 +156,18 @@ Download [All Architecture](https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/releases/download/all/reddit-revanced.apk) -### [ReX: (The contiuned Revanced Extended)](https://github.com/YT-Advanced/ReX-patches) - -[All Architecture](https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/releases/download/all/reddit-ReX.apk) - ### Revanced Extended: (Support Dropped 05/08/2023) [All Architecture](https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/releases/download/all/reddit-revanced-extended-inotia-discontinued.apk) --- +[![Lightroom](https://img.shields.io/badge/Adobe%20Lightroom-31A8FF.svg?style=for-the-badge&logo=Adobe%20Lightroom&logoColor=white)](https://play.google.com/store/apps/details?id=com.adobe.lrmobile) + +[All Architecture](https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/releases/download/all/lightroom-revanced.apk) + +--- + ### [Pixiv:](https://play.google.com/store/apps/details?id=jp.pxv.android) [All Architecture](https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/releases/download/all/pixiv-revanced.apk) @@ -176,6 +178,8 @@ Download [All Architecture](https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/releases/download/all/windy-revanced.apk) +--- + # ⚠️ License: [@luxysiv](https://github.com/luxysiv/yt-revanced-nonroot) - [GPL-3.0](https://github.com/luxysiv/revanced-nonroot/blob/main/LICENSE) diff --git a/src/build/ReX.sh b/src/build/ReX.sh index ca2c1c3..fb50b79 100644 --- a/src/build/ReX.sh +++ b/src/build/ReX.sh @@ -10,7 +10,8 @@ checker "YT-Advanced/ReX-patches" "ReX" ################################################# # Download requirements -dl_gh "ReX-patches ReX-integrations" "YT-Advanced" "latest" +dl_gh "ReX-patches" "YT-Advanced" "latest" +dl_gh "ReX-integrations" "YT-Advanced" "tags/v0.117.2" dl_gh "revanced-cli" "inotia00" "latest" dl_htmlq @@ -22,6 +23,7 @@ get_ver "Hide general ads" "com.google.android.youtube" get_apk "youtube" "youtube" "google-inc/youtube/youtube" _patch "youtube" "youtube-ReX" + ################################################# # Patch YouTube Music Extended: @@ -38,8 +40,9 @@ _patch "youtube-music-armeabi-v7a" "youtube-music-armeabi-v7a-ReX" ################################################# # Split architecture: -rm -f revanced-cli* +rm -f revanced-cli* revanced-patches*.jar patches.json dl_gh "revanced-cli" "j-hc" "latest" +dl_gh "revanced-patches" "revanced" "tags/v2.187.0" # Split architecture Youtube: for i in {0..3}; do split_arch "youtube-ReX" "youtube-${archs[i]}-ReX" "$(gen_rip_libs ${libs[i]})" diff --git a/src/build/Revanced-Extended-Android-6-7.sh b/src/build/Revanced-Extended-Android-6-7.sh index 9317ec1..3b5fb55 100644 --- a/src/build/Revanced-Extended-Android-6-7.sh +++ b/src/build/Revanced-Extended-Android-6-7.sh @@ -26,8 +26,9 @@ _patch "youtube" "youtube-revanced-extended-android-6-7" ################################################# # Split architecture: -rm -f revanced-cli* +rm -f revanced-cli* revanced-patches*.jar patches.json dl_gh "revanced-cli" "j-hc" "latest" +dl_gh "revanced-patches" "revanced" "tags/v2.187.0" # Split architecture Youtube: for i in {0..3}; do split_arch "youtube-revanced-extended-android-6-7" "youtube-${archs[i]}-revanced-extended-android-6-7" "$(gen_rip_libs ${libs[i]})" diff --git a/src/build/Revanced-Extended-inotia-discontinued.sh b/src/build/Revanced-Extended-inotia-discontinued.sh index db0050e..06bd2f5 100644 --- a/src/build/Revanced-Extended-inotia-discontinued.sh +++ b/src/build/Revanced-Extended-inotia-discontinued.sh @@ -44,8 +44,9 @@ _patch "reddit" "reddit-revanced-extended-inotia-discontinued" ################################################# # Split architecture: -rm -f revanced-cli* +rm -f revanced-cli* revanced-patches*.jar patches.json dl_gh "revanced-cli" "j-hc" "latest" +dl_gh "revanced-patches" "revanced" "tags/v2.187.0" # Split architecture Youtube: for i in {0..3}; do split_arch "youtube-revanced-extended-inotia-discontinued" "youtube-${archs[i]}-revanced-extended-inotia-discontinued" "$(gen_rip_libs ${libs[i]})" diff --git a/src/build/Revanced.sh b/src/build/Revanced.sh index 1cc6b35..80629fb 100644 --- a/src/build/Revanced.sh +++ b/src/build/Revanced.sh @@ -97,6 +97,20 @@ patch "pixiv" "pixiv-revanced" ################################################# +# Patch Lightroom: +get_patches_key "lightroom" +get_apk "lightroom" "lightroom" "adobe/lightroom/lightroom" +patch "lightroom" "lightroom-revanced" + +################################################# + +# Patch Nova Launcher: +#get_patches_key "nova-launcher" +#get_apk "nova-launcher" "nova-launcher" "teslacoil-software/nova-launcher/nova-launcher" +#patch "nova-launcher" "nova-launcher-revanced" + +################################################# + # Patch Windy: get_patches_key "windy" get_apk "windy" "windy-wind-weather-forecast" "windy-weather-world-inc/windy-wind-weather-forecast/windy-wind-weather-forecast" @@ -105,8 +119,9 @@ patch "windy" "windy-revanced" ################################################# # Split architecture: -rm -f revanced-cli*.jar +rm -f revanced-cli* revanced-patches*.jar patches.json dl_gh "revanced-cli" "j-hc" "latest" +dl_gh "revanced-patches" "revanced" "tags/v2.187.0" # Split architecture Youtube: for i in {0..3}; do split_arch "youtube-revanced" "youtube-${archs[i]}-revanced" "$(gen_rip_libs ${libs[i]})" @@ -123,6 +138,6 @@ dl_gh "revanced-cli" "revanced" "tags/v2.21.2" get_patches_key "instagram" version="271.1.0.21.84" get_apk "instagram-armeabi-v7a" "instagram-instagram" "instagram/instagram-instagram/instagram-instagram" "armeabi-v7a" -patch "instagram-armeabi-v7a" "instagram-armeabi-v7a-revanced" +_patch "instagram-armeabi-v7a" "instagram-armeabi-v7a-revanced" ################################################# diff --git a/src/patches/lightroom/exclude-patches b/src/patches/lightroom/exclude-patches new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/src/patches/lightroom/exclude-patches @@ -0,0 +1 @@ + diff --git a/src/patches/lightroom/include-patches b/src/patches/lightroom/include-patches new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/src/patches/lightroom/include-patches @@ -0,0 +1 @@ + diff --git a/src/patches/messenger/exclude-patches b/src/patches/messenger/exclude-patches index f2a00c8..7fc25dc 100644 --- a/src/patches/messenger/exclude-patches +++ b/src/patches/messenger/exclude-patches @@ -1 +1 @@ -disable-switching-emoji-to-sticker-in-message-input-field +Disable switching emoji to sticker in message input field diff --git a/src/patches/nova-launcher/exclude-patches b/src/patches/nova-launcher/exclude-patches new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/src/patches/nova-launcher/exclude-patches @@ -0,0 +1 @@ + diff --git a/src/patches/nova-launcher/include-patches b/src/patches/nova-launcher/include-patches new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/src/patches/nova-launcher/include-patches @@ -0,0 +1 @@ + diff --git a/src/patches/youtube-ReX/exclude-patches b/src/patches/youtube-ReX/exclude-patches index 7641864..f58914e 100644 --- a/src/patches/youtube-ReX/exclude-patches +++ b/src/patches/youtube-ReX/exclude-patches @@ -1,29 +1,22 @@ -custom-branding-icon-afn-red -debugging -custom-seekbar-color -disable-startup-shorts-player -disable-quic-protocol -disable-hdr-video -enable-old-quality-layout -force-premium-heading -force-vp9-codec -force-opus-codec -header-switch -hide-cast-button -hide-account-menu -hide-auto-captions -hide-autoplay-button -hide-autoplay-preview -hide-captions-button -hide-email-address -hide-endscreen-cards -hide-endscreen-overlay -hide-filmstrip-overlay -hide-mix-playlists -hide-seekbar -hide-search-terms -hide-load-more-button -hide-quick-actions -hide-previous-next-button -theme -spoof-app-version +Custom branding icon Revancify blue +Enable compact controls overlay +Hide cast button +Disable QUIC protocol +Disable auto captions +Enable force shuffle +Enable old quality layout +Enable zen mode +Hide account menu +Hide autoplay button +Hide autoplay preview +Hide button container +Hide captions button +Hide cast button +Hide description components +Hide handle +Hide latest videos button +Hide load more button +Hide mix playlists +Hide previous next button +Hide quick actions +Custom seekbar color \ No newline at end of file diff --git a/src/patches/youtube-music-ReX/exclude-patches b/src/patches/youtube-music-ReX/exclude-patches index 893b2c5..840a95e 100644 --- a/src/patches/youtube-music-ReX/exclude-patches +++ b/src/patches/youtube-music-ReX/exclude-patches @@ -1,12 +1,7 @@ -custom-branding-music-afn-red -compact-header -disable-auto-captions -enable-force-minimized-player -enable-force-shuffle -hide-button-shelf -hide-carousel-shelf -hide-category-bar -hide-music-cast-button -hide-new-playlist -hide-playlist-card -optimize-resource-music +Custom branding icon Revancify blue +Disable auto captions +Hide button shelf +Hide carousel shelf +Hide cast button +Hide category bar +Hide new playlist button \ No newline at end of file diff --git a/src/patches/youtube-music-revanced/exclude-patches b/src/patches/youtube-music-revanced/exclude-patches index bf7ff24..e69de29 100644 --- a/src/patches/youtube-music-revanced/exclude-patches +++ b/src/patches/youtube-music-revanced/exclude-patches @@ -1 +0,0 @@ -compact-header diff --git a/src/patches/youtube-revanced/exclude-patches b/src/patches/youtube-revanced/exclude-patches index e0c479a..bcb129d 100644 --- a/src/patches/youtube-revanced/exclude-patches +++ b/src/patches/youtube-revanced/exclude-patches @@ -1,20 +1,13 @@ -custom-branding -premium-heading -enable-debugging -disable-auto-captions -disable-player-popup-panels -hide-my-mix -hide-autoplay-button -hide-cast-button -hide-email-address -hide-endscreen-cards -hide-player-buttons -hide-seekbar -hide-timestamp -hide-video-action-buttons -hide-watch-in-vr -hide-captions-button -hide-timestamp -hide-shorts-button -spoof-app-version -theme +Custom branding +Premium heading +Enable debugging +Disable auto captions +Disable player popup panels +Hide autoplay button +Hide cast button +Hide email address +Hide player buttons +Hide video action buttons +Hide captions button +Hide timestamp +Spoof app version