mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
add some apps
Added apps: Bilibili chinese from BiliRoamingX Rar from Revanced Tasker, Nova launcher from Dropped Patch Removed app: Windy
This commit is contained in:
3
.github/actions/release/action.yml
vendored
3
.github/actions/release/action.yml
vendored
@@ -9,8 +9,7 @@ runs:
|
|||||||
**Change log** :point_down:
|
**Change log** :point_down:
|
||||||
[Revanced](https://github.com/revanced/revanced-patches/releases)
|
[Revanced](https://github.com/revanced/revanced-patches/releases)
|
||||||
[Revanced Extended](https://github.com/inotia00/revanced-patches/releases)
|
[Revanced Extended](https://github.com/inotia00/revanced-patches/releases)
|
||||||
[ReX](https://github.com/YT-Advanced/ReX-patches/releases)
|
[Revanced Extended anddea](https://github.com/anddea/revanced-patches/releases)
|
||||||
[ReX forked by anddea](https://github.com/anddea/revanced-patches/releases)
|
|
||||||
[Revanced Extended for Android 6 & 7](https://github.com/kitadai31/revanced-patches-android6-7/releases)
|
[Revanced Extended for Android 6 & 7](https://github.com/kitadai31/revanced-patches-android6-7/releases)
|
||||||
[Revanced Extended For Android 5:](https://github.com/d4n3436/revanced-patches-android5/releases)
|
[Revanced Extended For Android 5:](https://github.com/d4n3436/revanced-patches-android5/releases)
|
||||||
"> ${{ github.workspace }}-CHANGELOG.txt
|
"> ${{ github.workspace }}-CHANGELOG.txt
|
||||||
|
|||||||
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -65,6 +65,10 @@ jobs:
|
|||||||
id: check-rve5
|
id: check-rve5
|
||||||
if: steps.check-gh.outputs.internet_error == '0'
|
if: steps.check-gh.outputs.internet_error == '0'
|
||||||
run: bash src/etc/ci.sh d4n3436/revanced-patches-android5 latest youtube-revanced-extended-android-5.apk
|
run: bash src/etc/ci.sh d4n3436/revanced-patches-android5 latest youtube-revanced-extended-android-5.apk
|
||||||
|
- name: Check new patch BiliRoamingX
|
||||||
|
id: check-BiliRoamingX
|
||||||
|
if: steps.check-gh.outputs.internet_error == '0'
|
||||||
|
run: bash src/etc/ci.sh BiliRoamingX/BiliRoamingX latest bilibili-BiliRoamingX.apk
|
||||||
- name: Keep workflow run
|
- name: Keep workflow run
|
||||||
if: steps.check-gh.outputs.internet_error == '0'
|
if: steps.check-gh.outputs.internet_error == '0'
|
||||||
uses: gautamkrishnar/keepalive-workflow@v1
|
uses: gautamkrishnar/keepalive-workflow@v1
|
||||||
@@ -103,6 +107,7 @@ jobs:
|
|||||||
check_twitter_piko_beta: ${{ steps.check-twitter-piko-beta.outputs.new_patch }}
|
check_twitter_piko_beta: ${{ steps.check-twitter-piko-beta.outputs.new_patch }}
|
||||||
check_rve67: ${{ steps.check-rve67.outputs.new_patch }}
|
check_rve67: ${{ steps.check-rve67.outputs.new_patch }}
|
||||||
check_rve5: ${{ steps.check-rve5.outputs.new_patch }}
|
check_rve5: ${{ steps.check-rve5.outputs.new_patch }}
|
||||||
|
check_BiliRoamingX: ${{ steps.check-BiliRoamingX.outputs.new_patch }}
|
||||||
|
|
||||||
Patch-Revanced:
|
Patch-Revanced:
|
||||||
name: Patch Revanced Stable
|
name: Patch Revanced Stable
|
||||||
@@ -181,3 +186,10 @@ jobs:
|
|||||||
uses: ./.github/workflows/manual-patch.yml
|
uses: ./.github/workflows/manual-patch.yml
|
||||||
with:
|
with:
|
||||||
org: "Revanced Extended Android 5"
|
org: "Revanced Extended Android 5"
|
||||||
|
Patch-BiliRoamingX:
|
||||||
|
name: Patch BiliRoamingX
|
||||||
|
needs: check
|
||||||
|
if: ${{ needs.check.outputs.check_BiliRoamingX == 1 }}
|
||||||
|
uses: ./.github/workflows/manual-patch.yml
|
||||||
|
with:
|
||||||
|
org: "BiliRoamingX"
|
||||||
76
.github/workflows/manual-patch.yml
vendored
76
.github/workflows/manual-patch.yml
vendored
@@ -16,7 +16,6 @@ on:
|
|||||||
default: 'Revanced'
|
default: 'Revanced'
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- 'All'
|
|
||||||
- 'Revanced'
|
- 'Revanced'
|
||||||
- 'Revanced Beta'
|
- 'Revanced Beta'
|
||||||
- 'Revanced Extended'
|
- 'Revanced Extended'
|
||||||
@@ -28,6 +27,8 @@ on:
|
|||||||
- 'Twitter Piko Beta'
|
- 'Twitter Piko Beta'
|
||||||
- 'Revanced Extended Android 6,7'
|
- 'Revanced Extended Android 6,7'
|
||||||
- 'Revanced Extended Android 5'
|
- 'Revanced Extended Android 5'
|
||||||
|
- 'BiliRoamingX'
|
||||||
|
- 'Dropped Patches - indrastorms'
|
||||||
- 'ReX'
|
- 'ReX'
|
||||||
- 'RVE-rufusin'
|
- 'RVE-rufusin'
|
||||||
retry_count:
|
retry_count:
|
||||||
@@ -42,7 +43,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
patch_rv:
|
patch_rv:
|
||||||
name: Patch Revanced Stable
|
name: Patch Revanced Stable
|
||||||
if: ${{ github.event.inputs.org == 'Revanced' || github.event.inputs.org == 'All' || inputs.org == 'Revanced' }}
|
if: ${{ github.event.inputs.org == 'Revanced' || inputs.org == 'Revanced' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@@ -74,7 +75,7 @@ jobs:
|
|||||||
uses: ./.github/actions/re-run
|
uses: ./.github/actions/re-run
|
||||||
patch_rv_beta:
|
patch_rv_beta:
|
||||||
name: Patch Revanced Beta
|
name: Patch Revanced Beta
|
||||||
if: ${{ github.event.inputs.org == 'Revanced Beta' || github.event.inputs.org == 'All' || inputs.org == 'Revanced Beta' }}
|
if: ${{ github.event.inputs.org == 'Revanced Beta' || inputs.org == 'Revanced Beta' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@@ -106,7 +107,7 @@ jobs:
|
|||||||
uses: ./.github/actions/re-run
|
uses: ./.github/actions/re-run
|
||||||
patch_rex:
|
patch_rex:
|
||||||
name: Patch ReX
|
name: Patch ReX
|
||||||
if: ${{ github.event.inputs.org == 'ReX' || github.event.inputs.org == 'All' || inputs.org == 'ReX' }}
|
if: ${{ github.event.inputs.org == 'ReX' || inputs.org == 'ReX' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -129,7 +130,7 @@ jobs:
|
|||||||
uses: ./.github/actions/re-run
|
uses: ./.github/actions/re-run
|
||||||
patch_rve_anddea_stable:
|
patch_rve_anddea_stable:
|
||||||
name: Patch RVX Anddea Stable
|
name: Patch RVX Anddea Stable
|
||||||
if: ${{ github.event.inputs.org == 'RVE-anddea-stable' || github.event.inputs.org == 'All' || inputs.org == 'RVE-anddea-stable' }}
|
if: ${{ github.event.inputs.org == 'RVE-anddea-stable' || inputs.org == 'RVE-anddea-stable' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -152,7 +153,7 @@ jobs:
|
|||||||
uses: ./.github/actions/re-run
|
uses: ./.github/actions/re-run
|
||||||
patch_rve_anddea_beta:
|
patch_rve_anddea_beta:
|
||||||
name: Patch RVX Anddea Beta version
|
name: Patch RVX Anddea Beta version
|
||||||
if: ${{ github.event.inputs.org == 'RVE-anddea-beta' || github.event.inputs.org == 'All' || inputs.org == 'RVE-anddea-beta' }}
|
if: ${{ github.event.inputs.org == 'RVE-anddea-beta' || inputs.org == 'RVE-anddea-beta' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -175,7 +176,7 @@ jobs:
|
|||||||
uses: ./.github/actions/re-run
|
uses: ./.github/actions/re-run
|
||||||
patch_rve_rufusin_stable:
|
patch_rve_rufusin_stable:
|
||||||
name: Patch RVX Rufusin Stable
|
name: Patch RVX Rufusin Stable
|
||||||
if: ${{ github.event.inputs.org == 'RVE-rufusin' || github.event.inputs.org == 'All' || inputs.org == 'RVE-rufusin' }}
|
if: ${{ github.event.inputs.org == 'RVE-rufusin' || inputs.org == 'RVE-rufusin' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -198,7 +199,7 @@ jobs:
|
|||||||
uses: ./.github/actions/re-run
|
uses: ./.github/actions/re-run
|
||||||
patch_rve:
|
patch_rve:
|
||||||
name: Patch Revanced Extended Stable
|
name: Patch Revanced Extended Stable
|
||||||
if: ${{ github.event.inputs.org == 'Revanced Extended' || github.event.inputs.org == 'All' || inputs.org == 'Revanced Extended' }}
|
if: ${{ github.event.inputs.org == 'Revanced Extended' || inputs.org == 'Revanced Extended' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -221,7 +222,7 @@ jobs:
|
|||||||
uses: ./.github/actions/re-run
|
uses: ./.github/actions/re-run
|
||||||
patch_rve_beta:
|
patch_rve_beta:
|
||||||
name: Patch Revanced Extended Beta
|
name: Patch Revanced Extended Beta
|
||||||
if: ${{ github.event.inputs.org == 'Revanced Extended Beta' || github.event.inputs.org == 'All' || inputs.org == 'Revanced Extended Beta' }}
|
if: ${{ github.event.inputs.org == 'Revanced Extended Beta' || inputs.org == 'Revanced Extended Beta' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -244,7 +245,7 @@ jobs:
|
|||||||
uses: ./.github/actions/re-run
|
uses: ./.github/actions/re-run
|
||||||
patch_rve_reddit:
|
patch_rve_reddit:
|
||||||
name: Patch Revanced Extended Reddit
|
name: Patch Revanced Extended Reddit
|
||||||
if: ${{ github.event.inputs.org == 'Revanced Extended Reddit' || github.event.inputs.org == 'All' || inputs.org == 'Revanced Extended Reddit' }}
|
if: ${{ github.event.inputs.org == 'Revanced Extended Reddit' || inputs.org == 'Revanced Extended Reddit' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -267,7 +268,7 @@ jobs:
|
|||||||
uses: ./.github/actions/re-run
|
uses: ./.github/actions/re-run
|
||||||
patch_twitter_piko_stable:
|
patch_twitter_piko_stable:
|
||||||
name: Patch Twitter Piko Stable
|
name: Patch Twitter Piko Stable
|
||||||
if: ${{ github.event.inputs.org == 'Twitter Piko Stable' || github.event.inputs.org == 'All' || inputs.org == 'Twitter Piko Stable' }}
|
if: ${{ github.event.inputs.org == 'Twitter Piko Stable' || inputs.org == 'Twitter Piko Stable' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -290,7 +291,7 @@ jobs:
|
|||||||
uses: ./.github/actions/re-run
|
uses: ./.github/actions/re-run
|
||||||
patch_twitter_piko_beta:
|
patch_twitter_piko_beta:
|
||||||
name: Patch Twitter Piko Beta
|
name: Patch Twitter Piko Beta
|
||||||
if: ${{ github.event.inputs.org == 'Twitter Piko Beta' || github.event.inputs.org == 'All' || inputs.org == 'Twitter Piko Beta' }}
|
if: ${{ github.event.inputs.org == 'Twitter Piko Beta' || inputs.org == 'Twitter Piko Beta' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -313,7 +314,7 @@ jobs:
|
|||||||
uses: ./.github/actions/re-run
|
uses: ./.github/actions/re-run
|
||||||
patch_rve67:
|
patch_rve67:
|
||||||
name: Patch RVX Android 6,7
|
name: Patch RVX Android 6,7
|
||||||
if: ${{ github.event.inputs.org == 'Revanced Extended Android 6,7' || github.event.inputs.org == 'All' || inputs.org == 'Revanced Extended Android 6,7' }}
|
if: ${{ github.event.inputs.org == 'Revanced Extended Android 6,7' || inputs.org == 'Revanced Extended Android 6,7' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -336,7 +337,7 @@ jobs:
|
|||||||
uses: ./.github/actions/re-run
|
uses: ./.github/actions/re-run
|
||||||
patch_rve5:
|
patch_rve5:
|
||||||
name: Patch RVX Android 5
|
name: Patch RVX Android 5
|
||||||
if: ${{ github.event.inputs.org == 'Revanced Extended Android 5' || github.event.inputs.org == 'All' || inputs.org == 'Revanced Extended Android 5' }}
|
if: ${{ github.event.inputs.org == 'Revanced Extended Android 5' || inputs.org == 'Revanced Extended Android 5' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -357,3 +358,50 @@ jobs:
|
|||||||
- name: Re-run workflow if github connection not stable
|
- name: Re-run workflow if github connection not stable
|
||||||
if: always() && steps.patch-rve5.outcome == 'skipped' || steps.release-rve5.outcome == 'skipped' && env.retry_count < env.max_retries
|
if: always() && steps.patch-rve5.outcome == 'skipped' || steps.release-rve5.outcome == 'skipped' && env.retry_count < env.max_retries
|
||||||
uses: ./.github/actions/re-run
|
uses: ./.github/actions/re-run
|
||||||
|
patch_BiliRoamingX:
|
||||||
|
name: Patch BiliRoamingX
|
||||||
|
if: ${{ github.event.inputs.org == 'BiliRoamingX' || inputs.org == 'BiliRoamingX' }}
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4.1.1
|
||||||
|
- name: Preparing to patch
|
||||||
|
uses: ./.github/actions/preparing
|
||||||
|
- name: Check github connection
|
||||||
|
id: check-gh-BiliRoamingX
|
||||||
|
run: bash src/etc/connection.sh
|
||||||
|
- name: Patch apk
|
||||||
|
id: patch-BiliRoamingX
|
||||||
|
if: steps.check-gh-BiliRoamingX.outputs.internet_error == '0'
|
||||||
|
run: bash src/build/BiliRoamingX.sh
|
||||||
|
- name: Releasing APK files
|
||||||
|
id: release-BiliRoamingX
|
||||||
|
if: steps.check-gh-BiliRoamingX.outputs.internet_error == '0'
|
||||||
|
uses: ./.github/actions/release
|
||||||
|
- name: Re-run workflow if github connection not stable
|
||||||
|
if: always() && steps.patch-BiliRoamingX.outcome == 'skipped' || steps.release-BiliRoamingX.outcome == 'skipped' && env.retry_count < env.max_retries
|
||||||
|
uses: ./.github/actions/re-run
|
||||||
|
patch_Dropped_Patches:
|
||||||
|
name: Dropped Patches Revanced - indrastorms
|
||||||
|
if: ${{ github.event.inputs.org == 'Dropped Patches - indrastorms' || inputs.org == 'Dropped Patches - indrastorms' }}
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4.1.1
|
||||||
|
- name: Preparing to patch
|
||||||
|
uses: ./.github/actions/preparing
|
||||||
|
- name: Check github connection
|
||||||
|
id: check-gh-Dropped-Patches-indrastorms
|
||||||
|
run: bash src/etc/connection.sh
|
||||||
|
- name: Patch apk
|
||||||
|
id: patch-Dropped-Patches-indrastorms
|
||||||
|
if: steps.check-gh-Dropped-Patches-indrastorms.outputs.internet_error == '0'
|
||||||
|
run: bash src/build/Dropped-Patches-Revanced.sh
|
||||||
|
- name: Releasing APK files
|
||||||
|
id: release-Dropped-Patches-indrastorms
|
||||||
|
if: steps.check-gh-Dropped-Patches-indrastorms.outputs.internet_error == '0'
|
||||||
|
uses: ./.github/actions/release
|
||||||
|
- name: Re-run workflow if github connection not stable
|
||||||
|
if: always() && steps.patch-Dropped-Patches-indrastorms.outcome == 'skipped' || steps.release-Dropped-Patches-indrastorms.outcome == 'skipped' && env.retry_count < env.max_retries
|
||||||
|
uses: ./.github/actions/re-run
|
||||||
|
|
||||||
|
|||||||
16
src/build/BiliRoamingX.sh
Normal file
16
src/build/BiliRoamingX.sh
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# BiliRoamingX build for chinese only
|
||||||
|
source ./src/build/utils.sh
|
||||||
|
|
||||||
|
#################################################
|
||||||
|
|
||||||
|
# Download requirements
|
||||||
|
dl_gh "revanced-cli" "revanced" "latest"
|
||||||
|
dl_gh "BiliRoamingX" "BiliRoamingX" "latest"
|
||||||
|
|
||||||
|
#################################################
|
||||||
|
|
||||||
|
# Patch bilibili:
|
||||||
|
get_patches_key "bilibili-BiliRoamingX"
|
||||||
|
get_apk "com.bilibili.app.in" "bilibili" "bilibili" "bilibili/bilibili/bilibili"
|
||||||
|
patch "bilibili" "BiliRoamingX"
|
||||||
26
src/build/Dropped-Patches-Revanced.sh
Normal file
26
src/build/Dropped-Patches-Revanced.sh
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# Dropped Patches by indrastorms
|
||||||
|
source ./src/build/utils.sh
|
||||||
|
|
||||||
|
#################################################
|
||||||
|
|
||||||
|
# Download requirements
|
||||||
|
dl_gh "Dropped-Patches" "indrastorms" "latest"
|
||||||
|
dl_gh "revanced-integrations" "revanced" "v1.8.0"
|
||||||
|
dl_gh "revanced-cli" "revanced" "latest"
|
||||||
|
|
||||||
|
#################################################
|
||||||
|
|
||||||
|
# Patch Tasker:
|
||||||
|
get_patches_key "tasker-indrastorms"
|
||||||
|
get_apk "net.dinglisch.android.taskerm" "tasker" "tasker" "joaomgcd/tasker/tasker"
|
||||||
|
patch "tasker" "indrastorms"
|
||||||
|
|
||||||
|
#################################################
|
||||||
|
|
||||||
|
#Patch Nova Launcher:
|
||||||
|
get_patches_key "nova-launcher-indrastorms"
|
||||||
|
get_apk "com.teslacoilsw.launcher" "nova-launcher" "nova-launcher" "teslacoil-software/nova-launcher/nova-launcher"
|
||||||
|
patch "nova-launcher" "indrastorms"
|
||||||
|
|
||||||
|
#################################################
|
||||||
@@ -12,7 +12,6 @@ dl_gh "revanced-patches revanced-cli revanced-integrations" "revanced" "latest"
|
|||||||
# Patch Instagram:
|
# Patch Instagram:
|
||||||
# Arm64-v8a
|
# Arm64-v8a
|
||||||
get_patches_key "instagram"
|
get_patches_key "instagram"
|
||||||
version="332.0.0.38.90"
|
|
||||||
get_apk "com.instagram.android" "instagram-arm64-v8a" "instagram-instagram" "instagram/instagram-instagram/instagram-instagram" "arm64-v8a" "nodpi"
|
get_apk "com.instagram.android" "instagram-arm64-v8a" "instagram-instagram" "instagram/instagram-instagram/instagram-instagram" "arm64-v8a" "nodpi"
|
||||||
patch "instagram-arm64-v8a" "revanced"
|
patch "instagram-arm64-v8a" "revanced"
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ dl_gh "revanced-patches revanced-cli revanced-integrations" "revanced" "latest"
|
|||||||
# Patch Facebook:
|
# Patch Facebook:
|
||||||
# Arm64-v8a
|
# Arm64-v8a
|
||||||
get_patches_key "facebook"
|
get_patches_key "facebook"
|
||||||
version="449.0.0.44.115"
|
|
||||||
get_apk "com.facebook.katana" "facebook-arm64-v8a" "facebook" "facebook-2/facebook/facebook" "arm64-v8a" "nodpi" "Android 11+"
|
get_apk "com.facebook.katana" "facebook-arm64-v8a" "facebook" "facebook-2/facebook/facebook" "arm64-v8a" "nodpi" "Android 11+"
|
||||||
patch "facebook-arm64-v8a" "revanced"
|
patch "facebook-arm64-v8a" "revanced"
|
||||||
|
|
||||||
@@ -33,17 +32,16 @@ patch "lightroom" "revanced"
|
|||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
|
|
||||||
# Patch Windy:
|
|
||||||
get_patches_key "windy"
|
|
||||||
version="34.0.2"
|
|
||||||
get_apk "co.windyapp.android" "windy" "windy-wind-weather-forecast" "windy-weather-world-inc/windy-wind-weather-forecast/windy-wind-weather-forecast"
|
|
||||||
patch "windy" "revanced"
|
|
||||||
|
|
||||||
#################################################
|
|
||||||
|
|
||||||
# Patch Tumblr:
|
# Patch Tumblr:
|
||||||
get_patches_key "tumblr"
|
get_patches_key "tumblr"
|
||||||
get_apk "com.tumblr" "tumblr" "tumblr" "tumblr-inc/tumblr/tumblr"
|
get_apk "com.tumblr" "tumblr" "tumblr" "tumblr-inc/tumblr/tumblr"
|
||||||
patch "tumblr" "revanced"
|
patch "tumblr" "revanced"
|
||||||
|
|
||||||
|
#################################################
|
||||||
|
|
||||||
|
# Patch RAR:
|
||||||
|
get_patches_key "rar"
|
||||||
|
get_apk "com.rarlab.rar" "rar" "rar" "rarlab-published-by-win-rar-gmbh/rar/rar" "arm64-v8a"
|
||||||
|
patch "rar" "revanced"
|
||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
@@ -13,7 +13,6 @@ dl_gh "revanced-cli" "revanced" "latest"
|
|||||||
# Patch Instagram:
|
# Patch Instagram:
|
||||||
# Arm64-v8a
|
# Arm64-v8a
|
||||||
get_patches_key "instagram"
|
get_patches_key "instagram"
|
||||||
version="332.0.0.38.90"
|
|
||||||
get_apk "com.instagram.android" "instagram-arm64-v8a-beta" "instagram-instagram" "instagram/instagram-instagram/instagram-instagram" "arm64-v8a" "nodpi"
|
get_apk "com.instagram.android" "instagram-arm64-v8a-beta" "instagram-instagram" "instagram/instagram-instagram/instagram-instagram" "arm64-v8a" "nodpi"
|
||||||
patch "instagram-arm64-v8a-beta" "revanced"
|
patch "instagram-arm64-v8a-beta" "revanced"
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ dl_gh "revanced-cli" "revanced" "latest"
|
|||||||
# Patch Facebook:
|
# Patch Facebook:
|
||||||
# Arm64-v8a
|
# Arm64-v8a
|
||||||
get_patches_key "facebook"
|
get_patches_key "facebook"
|
||||||
version="449.0.0.44.115"
|
|
||||||
get_apk "com.facebook.katana" "facebook-arm64-v8a-beta" "facebook" "facebook-2/facebook/facebook" "arm64-v8a" "nodpi" "Android 11+"
|
get_apk "com.facebook.katana" "facebook-arm64-v8a-beta" "facebook" "facebook-2/facebook/facebook" "arm64-v8a" "nodpi" "Android 11+"
|
||||||
patch "facebook-arm64-v8a-beta" "revanced"
|
patch "facebook-arm64-v8a-beta" "revanced"
|
||||||
|
|
||||||
@@ -34,17 +33,16 @@ patch "lightroom-beta" "revanced"
|
|||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
|
|
||||||
# Patch Windy:
|
|
||||||
get_patches_key "windy"
|
|
||||||
version="34.0.2"
|
|
||||||
get_apk "co.windyapp.android" "windy" "windy-wind-weather-forecast" "windy-weather-world-inc/windy-wind-weather-forecast/windy-wind-weather-forecast"
|
|
||||||
patch "windy" "revanced"
|
|
||||||
|
|
||||||
#################################################
|
|
||||||
|
|
||||||
# Patch Tumblr:
|
# Patch Tumblr:
|
||||||
get_patches_key "tumblr"
|
get_patches_key "tumblr"
|
||||||
get_apk "com.tumblr" "tumblr-beta" "tumblr" "tumblr-inc/tumblr/tumblr"
|
get_apk "com.tumblr" "tumblr-beta" "tumblr" "tumblr-inc/tumblr/tumblr"
|
||||||
patch "tumblr-beta" "revanced"
|
patch "tumblr-beta" "revanced"
|
||||||
|
|
||||||
|
#################################################
|
||||||
|
|
||||||
|
# Patch RAR:
|
||||||
|
get_patches_key "rar"
|
||||||
|
get_apk "com.rarlab.rar" "rar-beta" "rar" "rarlab-published-by-win-rar-gmbh/rar/rar" "arm64-v8a"
|
||||||
|
patch "rar-beta" "revanced"
|
||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
1
src/options/BiliRoamingX.json
Normal file
1
src/options/BiliRoamingX.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
[]
|
||||||
1
src/options/indrastorms.json
Normal file
1
src/options/indrastorms.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
[]
|
||||||
1
src/patches/tasker-indrastorms/exclude-patches
Normal file
1
src/patches/tasker-indrastorms/exclude-patches
Normal file
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
1
src/patches/tasker-indrastorms/include-patches
Normal file
1
src/patches/tasker-indrastorms/include-patches
Normal file
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
Reference in New Issue
Block a user