mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
Fix bugs + added Lightroom
This commit is contained in:
2
.github/workflows/patch.yml
vendored
2
.github/workflows/patch.yml
vendored
@@ -2,7 +2,7 @@ name: Patch
|
|||||||
on:
|
on:
|
||||||
# push:
|
# push:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 9 * * *"
|
- cron: "0 21 * * *"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
patch1:
|
patch1:
|
||||||
|
|||||||
12
README.md
12
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)
|
[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)
|
### 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)
|
[All Architecture](https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/releases/download/all/reddit-revanced-extended-inotia-discontinued.apk)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
[](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)
|
### [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)
|
[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)
|
[All Architecture](https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/releases/download/all/windy-revanced.apk)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# ⚠️ License:
|
# ⚠️ License:
|
||||||
|
|
||||||
[@luxysiv](https://github.com/luxysiv/yt-revanced-nonroot) - [GPL-3.0](https://github.com/luxysiv/revanced-nonroot/blob/main/LICENSE)
|
[@luxysiv](https://github.com/luxysiv/yt-revanced-nonroot) - [GPL-3.0](https://github.com/luxysiv/revanced-nonroot/blob/main/LICENSE)
|
||||||
|
|||||||
@@ -10,7 +10,8 @@ checker "YT-Advanced/ReX-patches" "ReX"
|
|||||||
#################################################
|
#################################################
|
||||||
|
|
||||||
# Download requirements
|
# 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_gh "revanced-cli" "inotia00" "latest"
|
||||||
dl_htmlq
|
dl_htmlq
|
||||||
|
|
||||||
@@ -22,6 +23,7 @@ get_ver "Hide general ads" "com.google.android.youtube"
|
|||||||
get_apk "youtube" "youtube" "google-inc/youtube/youtube"
|
get_apk "youtube" "youtube" "google-inc/youtube/youtube"
|
||||||
_patch "youtube" "youtube-ReX"
|
_patch "youtube" "youtube-ReX"
|
||||||
|
|
||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
|
|
||||||
# Patch YouTube Music Extended:
|
# Patch YouTube Music Extended:
|
||||||
@@ -38,8 +40,9 @@ _patch "youtube-music-armeabi-v7a" "youtube-music-armeabi-v7a-ReX"
|
|||||||
#################################################
|
#################################################
|
||||||
|
|
||||||
# Split architecture:
|
# 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-cli" "j-hc" "latest"
|
||||||
|
dl_gh "revanced-patches" "revanced" "tags/v2.187.0"
|
||||||
# Split architecture Youtube:
|
# Split architecture Youtube:
|
||||||
for i in {0..3}; do
|
for i in {0..3}; do
|
||||||
split_arch "youtube-ReX" "youtube-${archs[i]}-ReX" "$(gen_rip_libs ${libs[i]})"
|
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:
|
# 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-cli" "j-hc" "latest"
|
||||||
|
dl_gh "revanced-patches" "revanced" "tags/v2.187.0"
|
||||||
# Split architecture Youtube:
|
# Split architecture Youtube:
|
||||||
for i in {0..3}; do
|
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]})"
|
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:
|
# 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-cli" "j-hc" "latest"
|
||||||
|
dl_gh "revanced-patches" "revanced" "tags/v2.187.0"
|
||||||
# Split architecture Youtube:
|
# Split architecture Youtube:
|
||||||
for i in {0..3}; do
|
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]})"
|
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:
|
# Patch Windy:
|
||||||
get_patches_key "windy"
|
get_patches_key "windy"
|
||||||
get_apk "windy" "windy-wind-weather-forecast" "windy-weather-world-inc/windy-wind-weather-forecast/windy-wind-weather-forecast"
|
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:
|
# 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-cli" "j-hc" "latest"
|
||||||
|
dl_gh "revanced-patches" "revanced" "tags/v2.187.0"
|
||||||
# Split architecture Youtube:
|
# Split architecture Youtube:
|
||||||
for i in {0..3}; do
|
for i in {0..3}; do
|
||||||
split_arch "youtube-revanced" "youtube-${archs[i]}-revanced" "$(gen_rip_libs ${libs[i]})"
|
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"
|
get_patches_key "instagram"
|
||||||
version="271.1.0.21.84"
|
version="271.1.0.21.84"
|
||||||
get_apk "instagram-armeabi-v7a" "instagram-instagram" "instagram/instagram-instagram/instagram-instagram" "armeabi-v7a"
|
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
|
Custom branding icon Revancify blue
|
||||||
debugging
|
Enable compact controls overlay
|
||||||
custom-seekbar-color
|
Hide cast button
|
||||||
disable-startup-shorts-player
|
Disable QUIC protocol
|
||||||
disable-quic-protocol
|
Disable auto captions
|
||||||
disable-hdr-video
|
Enable force shuffle
|
||||||
enable-old-quality-layout
|
Enable old quality layout
|
||||||
force-premium-heading
|
Enable zen mode
|
||||||
force-vp9-codec
|
Hide account menu
|
||||||
force-opus-codec
|
Hide autoplay button
|
||||||
header-switch
|
Hide autoplay preview
|
||||||
hide-cast-button
|
Hide button container
|
||||||
hide-account-menu
|
Hide captions button
|
||||||
hide-auto-captions
|
Hide cast button
|
||||||
hide-autoplay-button
|
Hide description components
|
||||||
hide-autoplay-preview
|
Hide handle
|
||||||
hide-captions-button
|
Hide latest videos button
|
||||||
hide-email-address
|
Hide load more button
|
||||||
hide-endscreen-cards
|
Hide mix playlists
|
||||||
hide-endscreen-overlay
|
Hide previous next button
|
||||||
hide-filmstrip-overlay
|
Hide quick actions
|
||||||
hide-mix-playlists
|
Custom seekbar color
|
||||||
hide-seekbar
|
|
||||||
hide-search-terms
|
|
||||||
hide-load-more-button
|
|
||||||
hide-quick-actions
|
|
||||||
hide-previous-next-button
|
|
||||||
theme
|
|
||||||
spoof-app-version
|
|
||||||
@@ -1,12 +1,7 @@
|
|||||||
custom-branding-music-afn-red
|
Custom branding icon Revancify blue
|
||||||
compact-header
|
Disable auto captions
|
||||||
disable-auto-captions
|
Hide button shelf
|
||||||
enable-force-minimized-player
|
Hide carousel shelf
|
||||||
enable-force-shuffle
|
Hide cast button
|
||||||
hide-button-shelf
|
Hide category bar
|
||||||
hide-carousel-shelf
|
Hide new playlist button
|
||||||
hide-category-bar
|
|
||||||
hide-music-cast-button
|
|
||||||
hide-new-playlist
|
|
||||||
hide-playlist-card
|
|
||||||
optimize-resource-music
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
compact-header
|
|
||||||
|
|||||||
@@ -1,20 +1,13 @@
|
|||||||
custom-branding
|
Custom branding
|
||||||
premium-heading
|
Premium heading
|
||||||
enable-debugging
|
Enable debugging
|
||||||
disable-auto-captions
|
Disable auto captions
|
||||||
disable-player-popup-panels
|
Disable player popup panels
|
||||||
hide-my-mix
|
Hide autoplay button
|
||||||
hide-autoplay-button
|
Hide cast button
|
||||||
hide-cast-button
|
Hide email address
|
||||||
hide-email-address
|
Hide player buttons
|
||||||
hide-endscreen-cards
|
Hide video action buttons
|
||||||
hide-player-buttons
|
Hide captions button
|
||||||
hide-seekbar
|
Hide timestamp
|
||||||
hide-timestamp
|
Spoof app version
|
||||||
hide-video-action-buttons
|
|
||||||
hide-watch-in-vr
|
|
||||||
hide-captions-button
|
|
||||||
hide-timestamp
|
|
||||||
hide-shorts-button
|
|
||||||
spoof-app-version
|
|
||||||
theme
|
|
||||||
|
|||||||
Reference in New Issue
Block a user