MMRL-5.32.43-33285-beta.apk
7 MB
CI Manager
#ci_1965
Build on 2025-03-09 19:41:45.
You can also trigger a recompose now
Type: beta
Workflow run
#ci_1965
Build on 2025-03-09 19:41:45.
- Fixed an issue where the Repository Service sent multiple notifications.
- Removed the duplicate installation confirmation for modules installed from Explore.
- Fixed an issue where WebUI did not recompose after the user accepted a permission.
- Fallback to shell if KernelSU (Next) version returns -1.
- Module screenshots are now previewable.
- Changing the Working Mode now requires an app restart.
- Fixed a StackOverflow error
You can also trigger a recompose now
// recompose
$bindhosts.recompose()
// recompose count
$bindhosts.getRecomposeCount()
Type: beta
Workflow run
👍1
MMRL-5.32.43-33317-beta.apk
7 MB
CI Manager
#ci_1997
Build on 2025-03-14 09:30:57.
Everything should now work as expected!
Type: beta
Workflow run
#ci_1997
Build on 2025-03-14 09:30:57.
- Replaced Timber with Arbor to prevent StackOverflow execptions
- Updated translations
- Fixed confirm dialog buttons
- Added a strict mode
- Fixed that the setup screen wasn't scrollable
- Improved modules download by checking if the file already exists
Everything should now work as expected!
Type: beta
Workflow run
👍3❤1
MMRL-5.32.43-33329-beta.apk
7 MB
CI Manager
#ci_2009
Build on 2025-03-22 17:30:57.
Type: beta
Workflow run
#ci_2009
Build on 2025-03-22 17:30:57.
- Removed unused permissions
- Improved WebUI Plugins (refer to [webui-dex-template](https://github.com/MMRLApp/webui-dex-template))
- `plugins.json` have been renamed to config.mmrl.json
- Improved the way WebUI Plugins getting injected
- Prioritize `index.mmrl.html` over `index.html`
- Introduce WebUI manifest permissions in `config.mmrl.json`
- Improved FileManager
Type: beta
Workflow run
👍4🥰2
MMRL-5.32.43-33336-beta.apk
3.7 MB
CI Manager
#ci_2016
Build on 2025-03-23 23:01:44.
- Added
- Added
- Reverted IFileManager back to Java file calls
- Fix padding of Anti-Features
`histroyFallback` could be useful if you use react-router or something else.
Mimetype could be wrong when this is enabled.
Type: beta
Workflow run
#ci_2016
Build on 2025-03-23 23:01:44.
- Added
historyFallback to WebUI config - Added
historyFallbackFile to WebUI config - Reverted IFileManager back to Java file calls
- Fix padding of Anti-Features
config.mmrl.json: {
"require": {
"version": {
"required": 33333,
"supportText": "Help",
"supportLink": "https://google.com"
}
},
"plugins": [
"dev.mmrl.webui.ContentK"
],
"permissions": [
"webui.permission.ERUDA",
"webui.permission.FILESYSTEM"
],
"historyFallback": true,
"historyFallbackFile": "404.html" // default is index.html
} `histroyFallback` could be useful if you use react-router or something else.
Mimetype could be wrong when this is enabled.
Type: beta
Workflow run
👍1
MMRL-5.32.43-33342-beta.apk
3.7 MB
CI Manager
#ci_2022
Build on 2025-03-25 18:31:52.
- Better inject eruda into the WebUI
- Allow custom theme injection by placing
Type: beta
Workflow run
#ci_2022
Build on 2025-03-25 18:31:52.
- Better inject eruda into the WebUI
- Allow custom theme injection by placing
custom.mmrl.css into the webroot folderType: beta
Workflow run
MMRL-5.32.43-33348-beta.apk
3.7 MB
CI Manager (unstable)
#ci_2028
Build on 2025-03-30 00:29:01.
- Re-worked WebUI path handlers
- Removed permissions requests in WebUI
- Other changes
! Module README's are broken
! WebUI Monet Theme broken — DO NOT REPORT TO MODULE DEVELOPERS
All WebUI APIs are now enabled by default
Type: beta
Workflow run
#ci_2028
Build on 2025-03-30 00:29:01.
- Re-worked WebUI path handlers
- Removed permissions requests in WebUI
- Other changes
! Module README's are broken
! WebUI Monet Theme broken — DO NOT REPORT TO MODULE DEVELOPERS
All WebUI APIs are now enabled by default
Type: beta
Workflow run
❤2👍2
MMRL-5.32.43-33397-release.apk
12.7 MB
CI Manager
#ci_2077
Build on 2025-03-30 20:06:24.
- Added option add WebUI as shortcuts to the home screen. Requires providers service to be enabled
Type: release
Workflow run
#ci_2077
Build on 2025-03-30 20:06:24.
- Added option add WebUI as shortcuts to the home screen. Requires providers service to be enabled
Type: release
Workflow run
MMRL-v33409-release.apk
3.7 MB
CI Manager
#ci_2089
Build on 2025-04-04 11:38:44.
- Fixed WebUI no network access
- Fixed WebUI shortcuts crashing
Type: release
Workflow run
#ci_2089
Build on 2025-04-04 11:38:44.
- Fixed WebUI no network access
- Fixed WebUI shortcuts crashing
Type: release
Workflow run
👍2
MMRL-v33412-playstore.apk
3.7 MB
CI Manager
#ci_31320
Build on 2025-04-04 14:28:26.
What's new?
- Fixed WebUI no network access
- Fixed WebUI shortcut crash
Type: playstore
Workflow run
#ci_31320
Build on 2025-04-04 14:28:26.
What's new?
- Fixed WebUI no network access
- Fixed WebUI shortcut crash
Type: playstore
Workflow run
🤯1
Sorry guys. Had to make changes to the action script.
GitHub, PlayStore and Telegram releases are much more easier now 🥰
GitHub, PlayStore and Telegram releases are much more easier now 🥰
🥰4
MMRL-v33424-playstore.apk
3.8 MB
CI Manager
#ci_33424
Build on 2025-04-05 17:11:57.
What's new?
- Added a StyleSheet editor to Eruda
- Added a Script editor to Eruda
- Fixed Eruda was injected even when the developer mode was off
- Added support for
- Proper handle WebUI WebView history by allowing navigating back. This can be disabled with
- Added a exit confirmation to WebUI. This can be disabled with
- Fixed WebUI were non-resizeable which fixes keyboard overdraw. This can be disabled with
Type: playstore
Workflow run
#ci_33424
Build on 2025-04-05 17:11:57.
What's new?
- Added a StyleSheet editor to Eruda
- Added a Script editor to Eruda
- Fixed Eruda was injected even when the developer mode was off
- Added support for
alert(...), confirm(...) and prompt(...) for WebUI's - Proper handle WebUI WebView history by allowing navigating back. This can be disabled with
backHandler in the config file - Added a exit confirmation to WebUI. This can be disabled with
exitConfirm in the config file - Fixed WebUI were non-resizeable which fixes keyboard overdraw. This can be disabled with
windowResize in the config fileType: playstore
Workflow run
🥰6
MMRL-v33531-alpha.apk
8 MB
❤1👍1🔥1🤯1
MMRL-v33538-alpha.apk
8.5 MB
CI Manager
#ci_33538
Build on 2025-04-29 18:40:01.
What's new?
- Fix MD Guideline Violation
- Added a drawer
- Settings, About, "Thank You" have been moved to the drawer
Don't expect big bug hunts under the week!
Type: alpha
Workflow run
#ci_33538
Build on 2025-04-29 18:40:01.
What's new?
- Fix MD Guideline Violation
- Added a drawer
- Settings, About, "Thank You" have been moved to the drawer
Don't expect big bug hunts under the week!
Type: alpha
Workflow run
🤯2❤1👍1
MMRL-v33553-alpha.apk
8.4 MB
CI Manager
#ci_33553
Build on 2025-05-01 19:43:31.
What's new?
- Reverted drawer due scroll issues
Type: alpha
Workflow run
#ci_33553
Build on 2025-05-01 19:43:31.
What's new?
- Reverted drawer due scroll issues
Type: alpha
Workflow run
MMRL-v33557-release.apk
4.8 MB
CI Manager
#ci_33557
Build on 2025-05-03 10:57:14.
What's new?
- Fix Install and Actions shell
Type: release
Workflow run
#ci_33557
Build on 2025-05-03 10:57:14.
What's new?
- Fix Install and Actions shell
Type: release
Workflow run
🔥4
MMRL-v33560-release.apk
4.8 MB
CI Manager
#ci_33560
Build on 2025-05-03 12:57:12.
What's new?
- Fixed SELinux Status not shown properly
- Fixed Aborted module installation due to an invalid command format
Type: release
Workflow run
#ci_33560
Build on 2025-05-03 12:57:12.
What's new?
- Fixed SELinux Status not shown properly
- Fixed Aborted module installation due to an invalid command format
Type: release
Workflow run
🔥2👍1🤝1