From 829621cd4b2a4a182134a9cd8ddb3da5e4d3c1cd Mon Sep 17 00:00:00 2001 From: Gilbert Gilb's Date: Thu, 31 Mar 2022 18:21:05 +0200 Subject: [PATCH 1/2] Add summary and description of the app through Fastlane. As requested by F-Droid maintainers for inclusion: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/10830#note_896286679 See #41 --- fastlane/metadata/en-US/full_description.txt | 4 ++++ fastlane/metadata/en-US/short_description.txt | 1 + 2 files changed, 5 insertions(+) create mode 100644 fastlane/metadata/en-US/full_description.txt create mode 100644 fastlane/metadata/en-US/short_description.txt diff --git a/fastlane/metadata/en-US/full_description.txt b/fastlane/metadata/en-US/full_description.txt new file mode 100644 index 0000000..b2cc8a2 --- /dev/null +++ b/fastlane/metadata/en-US/full_description.txt @@ -0,0 +1,4 @@ +This app is not officially supported by Magisk or its developers. + +The modules shown in this app are not affiliated with this app. Please contact +repo owners instead. diff --git a/fastlane/metadata/en-US/short_description.txt b/fastlane/metadata/en-US/short_description.txt new file mode 100644 index 0000000..7a9bd1f --- /dev/null +++ b/fastlane/metadata/en-US/short_description.txt @@ -0,0 +1 @@ +A module manager for Magisk because the official app dropped support for it. From 21edd8aa7be65c42595ea4446f3592df3de9e9d8 Mon Sep 17 00:00:00 2001 From: Gilbert Gilb's Date: Thu, 31 Mar 2022 18:26:12 +0200 Subject: [PATCH 2/2] fix typos in README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72e9303..cd5296f 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ The official Magisk is dropping support to download online modules... So I made my own app to do that! :3 -**This app is not officially supported by Magisk or it's developers** +**This app is not officially supported by Magisk or its developers** -**The Modules shown in this app are not affiliated with this app** +**The modules shown in this app are not affiliated with this app** (Please contact repo owners instead) ## Requirements @@ -25,7 +25,7 @@ Note: This app may require the use of a VPN in countries with a state wide firew ## For users To install the app go to [releases](https://github.com/Fox2Code/FoxMagiskModuleManager/releases), -and download and install the latest `.apk` on to your device. +and download and install the latest `.apk` on your device. The app currently use these three repo as it's module sources, with it's benefits and drawback: (Note: Each module repo can be disabled in the settings of the app) @@ -79,6 +79,7 @@ It allow module developers to have a more customizable install experience For more information please check the [developer documentation](DEVELOPERS.md) ## For translators + See [`app/src/main/res/values/strings.xml`](https://github.com/Fox2Code/FoxMagiskModuleManager/blob/master/app/src/main/res/values/strings.xml) and [`app/src/main/res/values/arrays.xml`](https://github.com/Fox2Code/FoxMagiskModuleManager/blob/master/app/src/main/res/values/arrays.xml)