@@ -27,11 +27,19 @@ Related commits:
2727
2828Note: 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
4250As 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
4956Note: If you or a friend uploaded a module and it doesn't appear in your module
5057list 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
6269It also use ` minApi ` , ` maxApi ` and ` minMagisk ` in the ` module.prop ` to detect compatibility
6370And 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
6674It 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
8290To 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 ) )
0 commit comments