From be8d4e42c23917eec996655f58e429a876bb2de8 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal <59223300+nikhilbadyal@users.noreply.github.com> Date: Sat, 26 Aug 2023 11:31:37 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Added=20solidexplorer=20(#316)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- src/downloader/sources.py | 1 + src/patches.py | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b0820d..831b793 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,8 @@ You can use any of the following methods to build. 38. [bacon](https://www.apkmirror.com/apk/onelouder-apps/baconreader-for-reddit/) 39. [microg](https://github.com/inotia00/mMicroG/releases) 40. [pixiv](https://www.apkmirror.com/apk/pixiv-inc/pixiv/) - 41. [lightroom](https://www.apkmirror.com/apk/adobe/lightroom/) + 41. [solidexplorer](https://www.apkmirror.com/apk/neatbytes/solid-explorer-beta/) + 42. [lightroom](https://www.apkmirror.com/apk/adobe/lightroom/)
`**` - You can also patch any other app which is **not** supported officially.To do so, you need to provide few more inputs to the tool which are mentioned below. ```ini diff --git a/src/downloader/sources.py b/src/downloader/sources.py index d39e9ed..0373047 100644 --- a/src/downloader/sources.py +++ b/src/downloader/sources.py @@ -29,6 +29,7 @@ apk_sources = { "relay": f"{APK_MIRROR_BASE_APK_URL}/dbrady/relay-for-reddit-2/", "rif": f"{APK_MIRROR_BASE_APK_URL}/talklittle/reddit-is-fun/", "slide": f"{APK_MIRROR_BASE_APK_URL}/haptic-apps/slide-for-reddit/", + "solidexplorer": f"{APK_MIRROR_BASE_APK_URL}/neatbytes/solid-explorer-beta/", "sonyheadphone": f"{APK_MIRROR_BASE_APK_URL}/sony-corporation/sony-headphones-connect/", "sync": f"{APK_MIRROR_BASE_APK_URL}/red-apps-ltd/sync-for-reddit/", "tasker": f"{APK_MIRROR_BASE_APK_URL}/joaomgcd/tasker-crafty-apps-eu/", diff --git a/src/patches.py b/src/patches.py index 60d6b23..7362c01 100644 --- a/src/patches.py +++ b/src/patches.py @@ -38,6 +38,7 @@ class Patches(object): "eu.faircode.netguard": "netguard", "com.instagram.android": "instagram", "com.nis.app": "inshorts", + "pl.solidexplorer2": "solidexplorer", "com.adobe.lrmobile": "lightroom", "com.facebook.orca": "messenger", "com.google.android.apps.recorder": "grecorder",