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

Commit fa24cea

Browse files
committed
Improve readme files, and add screenshot
1 parent 60360fb commit fa24cea

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

DEVELOPERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ config=<package>
4242
(Note: Locally installed module don't show the button on the install screen)
4343

4444
Note: Fox's Mmm use fallback
45-
[here](app/src/main/java/com/fox2code/mmm/utils/PropUtils.java)
45+
[here](app/src/main/java/com/fox2code/mmm/utils/PropUtils.java#L21)
4646
for some modules
4747
Theses values are only used if not defined in the `module.prop` files
4848

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

1010
Related 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.
2119
I recommend submitting your modules [here](https://github.com/Magisk-Modules-Alt-Repo/submission) instead
2220

2321
If 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

2725
The 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

3230
It also add new ways to control the installer ui via a new command system
3331

3432
For 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)

screenshot.jpg

472 KB
Loading

0 commit comments

Comments
 (0)