@@ -5,30 +5,33 @@ So I made my own app to do that!
55
66** This app is not officially supported by Magisk or it's developers**
77
8- # For users
8+ ## For users
99
1010Related commits:
11- - [ Remove online section in modules fragment] ( https://github.com/topjohnwu/Magisk/commit/f5c982355a2e3380b2b64af4b0caa8f4f7cf9157 )
12- - [ Cleanup unused code] ( https://github.com/topjohnwu/Magisk/commit/8d59caf635591eb23813d75601039bb138f5716b )
13- - [ Remove DoH] ( https://github.com/topjohnwu/Magisk/commit/acf25aa4d31ee221354019daa097ccff579b8704 )
14- * (Note: DoH was used to fix modules Downloads by preventing MiTM on DNS queries)*
11+ - [ ` Remove online section in modules fragment ` ] ( https://github.com/topjohnwu/Magisk/commit/f5c982355a2e3380b2b64af4b0caa8f4f7cf9157 )
12+ - [ ` Cleanup unused code ` ] ( https://github.com/topjohnwu/Magisk/commit/8d59caf635591eb23813d75601039bb138f5716b )
1513
16- The app currently use these two repo as their modules sources:
14+ The app currently use these two repo as their modules sources:
1715[ https://github.com/Magisk-Modules-Alt-Repo ] ( https://github.com/Magisk-Modules-Alt-Repo )
1816[ https://github.com/Magisk-Modules-Repo ] ( https://github.com/Magisk-Modules-Repo )
1917
20- As the main repo may shutting down due to the main app no longer supporting it,
18+ As the main repo may shutting down due to the main app no longer supporting it.
2119I recommend submitting your modules [ here] ( https://github.com/Magisk-Modules-Alt-Repo/submission ) instead
2220
2321If a module is in both repo, the manager will just pick the most up to date version of the module
2422
25- # For developers
23+ ## For developers
2624
2725The manager add and read new meta keys to modules
2826
29- It use ` module.prop ` the ` minApi ` and ` minMagisk ` properties to detect compatibility
30- And use the ` support ` and ` donate ` key to detect module related links
27+ It use ` module.prop ` the ` minApi=<int> ` and ` minMagisk=<int> ` properties to detect compatibility
28+ And use the ` support=<url> ` and ` donate=<url> ` key to detect module related links
3129
3230It also add new ways to control the installer ui via a new command system
3331
3432For more information please check the [ developer documentation] ( DEVELOPERS.md )
33+
34+ ## Screenshots
35+
36+ Main activity:
37+ [ <img src =" screenshot.jpg " width =" 250 " />] ( screenshot.jpg )
0 commit comments