Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit ef548f2

Browse files
committed
Update README.md
1 parent 04ee424 commit ef548f2

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

DEVELOPERS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ versionCode=<int>
3838
author=<string>
3939
description=<string>
4040
```
41-
(Note: The Fox's mmm will not show the module if theses values are not filled properly)
41+
Note: The Fox's mmm will not show the module if theses values are not filled properly
4242

4343
This the manager support these new optional properties
4444
```properties
@@ -50,7 +50,8 @@ support=<url>
5050
donate=<url>
5151
config=<package>
5252
```
53-
(Note: All urls must start with `https://`, or else will be ignored)
53+
Note: All urls must start with `https://`, or else will be ignored
54+
Note²: For `minMagisk`, `XX.Y` is parsed as `XXY00`, so you can just put the Magisk version name.
5455

5556
- `minApi` and `maxApi` tell the manager which is the SDK version range the module support
5657
(See: [Codenames, Tags, and Build Numbers](https://source.android.com/setup/start/build-numbers))

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,19 @@ Related commits:
2727

2828
Note: These changes didn't hit beta, or release yet, but are already live on canary builds.
2929

30-
The app currently use these two repo as it's module sources, with it's benefits and drawback:
30+
The app currently use these three repo as it's module sources, with it's benefits and drawback:
31+
(Note: Each module repo can be disabled in the settings of the app)
32+
3133
[https://github.com/Magisk-Modules-Alt-Repo](https://github.com/Magisk-Modules-Alt-Repo)
3234
- Accepting new modules [here](https://github.com/Magisk-Modules-Alt-Repo/submission)
3335
- Less restrictive than the original repo
34-
- Officially supported by Fox's mmm
36+
- Officially supported by Fox's mmm
37+
38+
[https://www.androidacy.com/modules-repo/](https://www.androidacy.com/modules-repo/)
39+
- Accepting new modules [here](https://www.androidacy.com/module-repository-applications/)
40+
- Modules downloadable easily outside the app
41+
- Officially supported by Fox's mmm
42+
- Contains ads
3543

3644
[https://github.com/Magisk-Modules-Repo](https://github.com/Magisk-Modules-Repo)
3745
- No longer accept new modules or receive update to existing modules
@@ -40,11 +48,10 @@ The app currently use these two repo as it's module sources, with it's benefits
4048
- End of life support by Fox's mmm
4149

4250
As the main repo may shutting down due to the main app no longer supporting it,
43-
and also stopped accepting new modules, it is recommended to submit your modules
44-
[here](https://github.com/Magisk-Modules-Alt-Repo/submission)
51+
stopped accepting new modules, and also no longer receive updates
4552

46-
If a module is in both repo, the manager will just pick the most up to date version of the module,
47-
allowing developers to switch repo at their own pace if they want to.
53+
If a module is in multiple repos, the manager will just pick the most up to date version
54+
of the module, allowing developers to switch repo at their own pace if they want to.
4855

4956
Note: If you or a friend uploaded a module and it doesn't appear in your module
5057
list you can disable the low quality filter in the app settings.
@@ -61,6 +68,7 @@ The manager can read new meta keys to allow modules to customize their own entry
6168

6269
It also use `minApi`, `maxApi` and `minMagisk` in the `module.prop` to detect compatibility
6370
And support the `support` and `donate` properties to allow them to add their own support links
71+
And if you want to be event fancier you can setup `config` to your own config app.
6472
(Note: the manager use fallback values for some modules, see developer documentation for more info)
6573

6674
It also add new ways to control the installer ui via a new `#!` command system
@@ -80,7 +88,7 @@ Translators are not expected to have any previous coding experience.
8088
## I want to add my own repo
8189

8290
To add you own repo to Fox's mmm it need to follow theses conditions:
83-
- The module repo or one of it's owners must be known.
91+
- The module repo or at least one of it's owners must be known.
8492
- Modules in the repo must be monitored, and malicious modules must be removed.
8593
- Module repo must have a valid, automatically or frequently updated `modules.json`
8694
([Example](https://github.com/Magisk-Modules-Alt-Repo/json/blob/main/modules.json))

screenshot.jpg

-371 KB
Loading

0 commit comments

Comments
 (0)