Merge pull request #97 from nikhilbadyal/rm-patch

♻️ Removed pflotsh-ecmwf and anytracker
This commit is contained in:
Nikhil Badyal
2022-12-10 12:16:11 +05:30
committed by GitHub
3 changed files with 9 additions and 15 deletions
+8 -10
View File
@@ -131,16 +131,14 @@ By default, script build the version as recommended by Revanced team.
9. [icon-pack-studio](https://icon-pack-studio.en.uptodown.com/android)
10. [ticktick](https://www.apkmirror.com/apk/appest-inc/ticktick-to-do-list-with-reminder-day-planner/)
11. [twitch](https://twitch.en.uptodown.com/android)
12. [pflotsh-ecmwf](https://m.apkpure.com/pflotsh-ecmwf/com.garzotto.pflotsh.ecmwf_a)
13. [hex-editor](https://m.apkpure.com/hex-editor/com.myprog.hexedit)
14. [citra](https://www.apkmirror.com/apk/citra-emulator/citra-emulator/)
15. [crunchyroll](https://www.apkmirror.com/apk/ellation-inc/crunchyroll/)
16. [windy](https://windy.en.uptodown.com/android)
17. [my-expenses](https://my-expenses.en.uptodown.com/android)
18. [backdrops](https://backdrops.en.uptodown.com/android)
19. [sleep-as-android](https://sleep-as-android.en.uptodown.com/android)
20. [anytracker](https://m.apkpure.com/anytracker-track-anything/com.shervinkoushan.anyTracker)
21. [expensemanager](https://apksos.com/app/com.ithebk.expensemanager)
12. [hex-editor](https://m.apkpure.com/hex-editor/com.myprog.hexedit)
13. [citra](https://www.apkmirror.com/apk/citra-emulator/citra-emulator/)
14. [crunchyroll](https://www.apkmirror.com/apk/ellation-inc/crunchyroll/)
15. [windy](https://windy.en.uptodown.com/android)
16. [my-expenses](https://my-expenses.en.uptodown.com/android)
17. [backdrops](https://backdrops.en.uptodown.com/android)
18. [sleep-as-android](https://sleep-as-android.en.uptodown.com/android)
19. [expensemanager](https://apksos.com/app/com.ithebk.expensemanager)
<br>Please verify the source of original APKs yourself with links provided. I'm not responsible for any damaged caused.
If you know any better/safe source to download clean. Please raise a PR.
+1 -1
View File
@@ -29,7 +29,7 @@ class RevancedConfig:
"backdrops",
"sleep-as-android",
]
self.apk_pure = ["pflotsh-ecmwf", "hex-editor", "anytracker"]
self.apk_pure = ["hex-editor"]
self.apk_sos = ["expensemanager"]
self.keystore_name = env.str("KEYSTORE_FILE_NAME", "revanced.keystore")
self.apps = env.list("PATCH_APPS", default_build)
-4
View File
@@ -22,7 +22,6 @@ class Patches(object):
"ginlemon.iconpackstudio": ("icon-pack-studio", "_iconpackstudio"),
"com.ticktick.task": ("ticktick", "_ticktick"),
"tv.twitch.android.app": ("twitch", "_twitch"),
"com.garzotto.pflotsh.ecmwf_a": ("pflotsh-ecmwf", "_pflotsh"),
"com.myprog.hexedit": ("hex-editor", "_hexeditor"),
"org.citra.citra_emu": ("citra", "_citra"),
"com.crunchyroll.crunchyroid": ("citra", "_crunchyroll"),
@@ -30,7 +29,6 @@ class Patches(object):
"org.totschnig.myexpenses": ("my-expenses", "_expenses"),
"com.backdrops.wallpapers": ("backdrops", "_backdrops"),
"com.urbandroid.sleep": ("sleep", "_sleep"),
"com.shervinkoushan.anyTracker": ("anytracker", "_anytracker"),
"com.ithebk.expensemanager": ("expensemanager", "_expensemanager"),
}
revanced_extended_app_ids = {
@@ -136,7 +134,6 @@ class Patches(object):
"icon-pack-studio": "_iconpackstudio",
"ticktick": "_ticktick",
"twitch": "_twitch",
"pflotsh-ecmwf": "_pflotsh",
"hex-editor": "_hexeditor",
"citra": "_citra",
"crunchyroll": "_crunchyroll",
@@ -144,7 +141,6 @@ class Patches(object):
"my-expenses": "_expenses",
"backdrops": "_backdrops",
"sleep": "_sleep",
"anytracker": "_anytracker",
"expensemanager": "_expensemanager",
}
if not (app_name := app_names.get(app)):