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

Commit

Permalink
0.4.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Fox2Code committed Mar 27, 2022
1 parent a5d0c22 commit bcfd8ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- `donate` donate link to direct users to where they can financially support your project
- `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
[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
Theses values are only used if not defined in the `module.prop` files
So the original module maker can still override them
Expand All @@ -87,8 +87,8 @@ Commands:
- `clearTerminal`: Clear the terminal of any text, making it empty
- `scrollUp`: Scroll up at the top of the terminal
- `scrollDown`: Scroll down at the bottom of the terminal
- `showLoading <max>`: Show an indeterminate progress bar
(Note: Status bar is indeterminate if 0 is provided)
- `showLoading <max>`: Show a progress bar with `<max>` as max value
(Note: Status bar is indeterminate if nothing or 0 is provided)
- `setLoading <progress>`: Set loading progress if the bar is not indeterminate.
- `hideLoading`: Hide the indeterminate progress bar if previously shown
- `setSupportLink <url>`: Set support link to show when the install finish
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.fox2code.mmm"
minSdk 21
targetSdk 32
versionCode 34
versionName "0.4.0-rc3"
versionCode 35
versionName "0.4.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit bcfd8ae

Please sign in to comment.