mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 16:17:40 +00:00
Fix bugs + added Lightroom
This commit is contained in:
@@ -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]})"
|
||||
|
||||
@@ -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]})"
|
||||
|
||||
@@ -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]})"
|
||||
|
||||
@@ -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"
|
||||
|
||||
#################################################
|
||||
|
||||
1
src/patches/lightroom/exclude-patches
Normal file
1
src/patches/lightroom/exclude-patches
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
src/patches/lightroom/include-patches
Normal file
1
src/patches/lightroom/include-patches
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
@@ -1 +1 @@
|
||||
disable-switching-emoji-to-sticker-in-message-input-field
|
||||
Disable switching emoji to sticker in message input field
|
||||
|
||||
1
src/patches/nova-launcher/exclude-patches
Normal file
1
src/patches/nova-launcher/exclude-patches
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
src/patches/nova-launcher/include-patches
Normal file
1
src/patches/nova-launcher/include-patches
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -1 +0,0 @@
|
||||
compact-header
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user