From d188d5a4103a6079489d74ed59833e50b87e11e8 Mon Sep 17 00:00:00 2001 From: Coby <84587632+KobeW50@users.noreply.github.com> Date: Fri, 17 Oct 2025 13:34:59 -0400 Subject: [PATCH] docs: Fix typos and settings order (#2785) Co-authored-by: Kobe Co-authored-by: Pun Butrach --- app/src/main/res/values/strings.xml | 2 +- docs/2_1_patching.md | 4 ++-- docs/2_4_managing_downloaders.md | 2 +- docs/2_5_updating.md | 2 +- docs/2_6_settings.md | 18 +++++++++--------- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 3eee6738..f131066e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -237,7 +237,7 @@ Non suggested version The version of the app you have selected does not match the suggested version.\nPlease use the suggested version: %s\n\nTo continue anyway, disable \"Require suggested app version\" in the advanced settings. Stop using defaults? - It is recommended to use the default patch selection and options. Changing them may result in unexpected issues.\n\nYou need to turn on \"Allow changing patch selection\" in the advanced settings before toggling patches. + It is recommended to use the default patch selection and options. Changing them may result in unexpected issues.\n\nYou need to turn on \"Allow changing patch selection and options\" in the advanced settings before toggling patches. Universal patches have a more generalized use and do not work as reliably as patches that target specific apps. You may encounter issues while using them.\n\nYou need to turn on \"Allow using universal patches\" in the advanced settings before using universal patches. This version Any app diff --git a/docs/2_1_patching.md b/docs/2_1_patching.md index c48af413..5960089f 100644 --- a/docs/2_1_patching.md +++ b/docs/2_1_patching.md @@ -13,9 +13,9 @@ Learn how to use ReVanced Manager to patch apps. 7. Tap on the `Install` button to install the patched app[^4] [^1]: Here you can see all the apps that are supported by ReVanced. -You can also add custom apps by tapping on the `+` button in the top right corner. +You can also add custom apps by tapping on the `Select from storage` button at the top. [^2]: It is recommended to use the default set of patches by tapping on the `Reset` button in the bottom right corner. -[^3]: By default, all available downloader will be used to download the app. +[^3]: By default, all available downloaders will be used to download the app. If you want to use a specific downloader, you can change it here. [^4]: You can export the patched app or the patch logs in the bottom left corner. diff --git a/docs/2_4_managing_downloaders.md b/docs/2_4_managing_downloaders.md index 174fd60f..0123f40a 100644 --- a/docs/2_4_managing_downloaders.md +++ b/docs/2_4_managing_downloaders.md @@ -3,7 +3,7 @@ Learn how to manage downloaders. Refer to the [template](https://github.com/ReVanced/revanced-manager-downloader-template) if you are developer who wants to create a plugin. -Downloaders are Apk files and are installed, updated and uninstalled just like regular Android apps. +Downloaders are APK files and are installed, updated and uninstalled just like regular Android apps. Downloaders can execute arbitrary code inside ReVanced Manager and must be marked as trusted before use. Manager will show a notification in the dashboard when a new downloader is discovered. Trust can also be granted and revoked under `Settings` > `Downloads`. diff --git a/docs/2_5_updating.md b/docs/2_5_updating.md index eb190e86..62a21133 100644 --- a/docs/2_5_updating.md +++ b/docs/2_5_updating.md @@ -9,7 +9,7 @@ Learn how to update ReVanced Manager. 3. Configure the update settings accordingly[^1] [^1]: By default, ReVanced Manager will check for updates automatically on launch -and let you when an update is available. +and let you know when an update is available. ## ⏭️ What's next diff --git a/docs/2_6_settings.md b/docs/2_6_settings.md index c8ddd3b9..fa37c277 100644 --- a/docs/2_6_settings.md +++ b/docs/2_6_settings.md @@ -4,29 +4,29 @@ Learn how to configure ReVanced Manager. ## 🔧 Settings -- **Import & export**: Import or export patch selections, patch options and the signing keystore - **Downloads**: Enable or disable ReVanced Manager downloader and manage past downloaded apps here +- **Import & export**: Import or export patch selections, patch options and the signing keystore - **Advanced**: - **API URL**: Set the URL of the ReVanced API, ReVanced Manager will use - **Disable version compatibility check**: Patching versions of apps the patches are explicitly compatible with is enforced. Disabling this will allow patching versions of apps the patches are not explicitly compatible with > ⚠️ Warning - > Patches may fail patching versions they are not explicitly compatible with. - > Unless you know what you are doing, it is recommended to keep this enabled. - - **Allow changing patch selection**: The default selection of patches is enforced. - Enabling this will allow you to change the patch selection - > ⚠️ Warning - > Changing the selection may cause unexpected issues. + > Patches may fail on app versions they are not explicitly compatible with. > Unless you know what you are doing, it is recommended to keep this disabled. - **Require suggested app version**: Specific versions of apps is enforced based on the patch selection automatically. Disabling this will allow you to patch any version of apps > ⚠️ Warning > Patches not compatible with the selected version of the app will not be used. > Unless you know what you are doing, it is recommended to keep this enabled. - - **Allow universal patches**: Patches that do not specify compatibility with an app explicitly are forcibly disabled. + - **Allow changing patch selection and options**: The default selection of patches is enforced. + Enabling this will allow you to change the patch selection + > ⚠️ Warning + > Changing the selection may cause unexpected issues. + > Unless you know what you are doing, it is recommended to keep this disabled. + - **Allow using universal patches**: Patches that do not specify compatibility with an app are forcibly disabled. Enabling this will allow selecting such patches > ⚠️ Warning - > Universal patches do not specify compatibility with an app explicitly may not work on all apps regardless. + > Universal patches do not specify compatibility with an app and may not work on all apps regardless. > Unless you know what you are doing, it is recommended to keep this disabled. - **About**: View more information and links about ReVanced and ReVanced Manager.