Merge branch 'Fox2Code:master' into master

pull/27/head
Der_Googler 3 years ago committed by GitHub
commit b939ea55e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,10 +60,10 @@ Note²: For `minMagisk`, `XX.Y` is parsed as `XXY00`, so you can just put the Ma
- `support` support link to direct users when they need support for you modules - `support` support link to direct users when they need support for you modules
- `donate` donate link to direct users to where they can financially support your project - `donate` donate link to direct users to where they can financially support your project
- `config` package name of the application that configure your module - `config` package name of the application that configure your module
(Note: The icon won't appear in the module list if the module and target app is not installed) (Note: The icon won't appear in the module list if the module or target app is not installed)
Note: Fox's Mmm use fallback Note: Fox's Mmm use fallback
[here](app/src/main/java/com/fox2code/mmm/utils/PropUtils.java#L21) [here](app/src/main/java/com/fox2code/mmm/utils/PropUtils.java#L36)
for some modules for some modules
Theses values are only used if not defined in the `module.prop` files Theses values are only used if not defined in the `module.prop` files
So the original module maker can still override them So the original module maker can still override them
@ -87,8 +87,8 @@ Commands:
- `clearTerminal`: Clear the terminal of any text, making it empty - `clearTerminal`: Clear the terminal of any text, making it empty
- `scrollUp`: Scroll up at the top of the terminal - `scrollUp`: Scroll up at the top of the terminal
- `scrollDown`: Scroll down at the bottom of the terminal - `scrollDown`: Scroll down at the bottom of the terminal
- `showLoading <max>`: Show an indeterminate progress bar - `showLoading <max>`: Show a progress bar with `<max>` as max value
(Note: Status bar is indeterminate if 0 is provided) (Note: Status bar is indeterminate if nothing or 0 is provided)
- `setLoading <progress>`: Set loading progress if the bar is not indeterminate. - `setLoading <progress>`: Set loading progress if the bar is not indeterminate.
- `hideLoading`: Hide the indeterminate progress bar if previously shown - `hideLoading`: Hide the indeterminate progress bar if previously shown
- `setSupportLink <url>`: Set support link to show when the install finish - `setSupportLink <url>`: Set support link to show when the install finish

@ -61,7 +61,8 @@ Go to the [developer documentation](DEVELOPERS.md) for more info.
## Screenshots ## Screenshots
Main activity: Main activity:
[<img src="screenshot.jpg" width="250"/>](screenshot.jpg) [<img src="screenshot-dark.jpg" width="250"/>](screenshot-dark.jpg)
[<img src="screenshot-light.jpg" width="250"/>](screenshot-light.jpg)
## For developers ## For developers

@ -10,8 +10,8 @@ android {
applicationId "com.fox2code.mmm" applicationId "com.fox2code.mmm"
minSdk 21 minSdk 21
targetSdk 32 targetSdk 32
versionCode 34 versionCode 35
versionName "0.4.0-rc3" versionName "0.4.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

Loading…
Cancel
Save