You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FoxMagiskModuleManager/README.md

40 lines
1.6 KiB
Markdown

3 years ago
# Fox's Magisk Module Manager
The official Magisk is dropping support to download online modules...
So I made my own app to do that! :3
3 years ago
**This app is not officially supported by Magisk or it's developers**
## For users
3 years ago
Related commits:
- [`Remove online section in modules fragment`](https://github.com/topjohnwu/Magisk/commit/f5c982355a2e3380b2b64af4b0caa8f4f7cf9157)
- [`Cleanup unused code`](https://github.com/topjohnwu/Magisk/commit/8d59caf635591eb23813d75601039bb138f5716b)
3 years ago
Note: These changes didn't hit canary, beta, or release yet.
The app currently use these two repo as their modules sources:
[https://github.com/Magisk-Modules-Alt-Repo](https://github.com/Magisk-Modules-Alt-Repo)
3 years ago
[https://github.com/Magisk-Modules-Repo](https://github.com/Magisk-Modules-Repo)
As the main repo may shutting down due to the main app no longer supporting it.
3 years ago
I recommend submitting your modules [here](https://github.com/Magisk-Modules-Alt-Repo/submission) instead
If a module is in both repo, the manager will just pick the most up to date version of the module
## For developers
3 years ago
The manager can read new meta keys to allow modules to customize their entry
3 years ago
It use `module.prop` the `minApi=<int>` and `minMagisk=<int>` properties to detect compatibility
And use the `support=<url>` and `donate=<url>` key to detect module related links
3 years ago
It also add new ways to control the installer ui via a new `#!` command system
3 years ago
For more information please check the [developer documentation](DEVELOPERS.md)
## Screenshots
Main activity:
[<img src="screenshot.jpg" width="250"/>](screenshot.jpg)