MMRL App
1.08K subscribers
96 photos
11 videos
35 files
70 links
Download Telegram
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿฅฐ2๐Ÿ‘Œ1๐Ÿ–•1
TODO: Test WebUI Plugins with JNI/C++ and trying to run it within the root service for less restrictions
๐Ÿ–•1
package com.dergoogler.mmrl.webui.activity

import android.app.Activity
import android.content.Context
import android.webkit.JavascriptInterface
import android.webkit.WebView

const val instanceName = "activity"
const val onlyForModule = "bindhosts"

fun instance(context: Context, webView: WebView): Any {
val activity = context as Activity

return object {
@JavascriptInterface
fun finishAffinity() {
activity.finishAffinity()
}
}
}



window.activity.finishAffinity();
๐Ÿ‘1๐Ÿ–•1
๐Ÿ–•1
Forwarded from MMRL/WXP CI
MMRL-5.32.43-beta-33247-beta.apk
6.8 MB
CI Manager
#ci_1927

Build on 2025-03-01 20:36:44.

"small changes"

- [webui] Improved JavaScript interfaces 
- [app] Removed all debug and verbose logs in production builds
- [internal] Added new SuFile class which is now internally used in MMRL. This class will also come to the NPM package in future releases.
- [app] Finally fixed the total storage usage on the home screen
- [webui-plugins] Plugins can now be reserved with "reservedID" or "onlyForModule"
- [webui-plugins] Plugins instance names can now defined by "instanceName", "interfaceName" or just "name"
- [webui-plugins] The "instance" method can now defined without any args
- [app] Added Shizuku mode back (may doesn't work)
- [webui] Removed the option to use shell to load WebUI assets


Type: beta
Workflow run
โค1๐Ÿ–•1
Forwarded from MMRL/WXP CI
MMRL-5.32.43-beta-33250-beta.apk
6.9 MB
CI Manager
#ci_1930

Build on 2025-03-01 23:16:56.

- Better module descriptions (markdown) 
- Fix module install


Type: beta
Workflow run
โค2๐Ÿ–•1
UHM ๐Ÿ˜ณ
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ–•1
CI Failed Unfortunately ๐Ÿ˜”
๐Ÿ‘€2๐Ÿ‘1๐Ÿ–•1
Forwarded from MMRL/WXP CI
MMRL-5.32.43-alpha-33259-alpha.apk
7 MB
CI Manager
#ci_1939

Build on 2025-03-02 21:25:12.

No message.


Type: alpha
Workflow run
๐Ÿ–•1
MMRL App
CI Failed Unfortunately ๐Ÿ˜”
To use the SuperUser feature in MMRL you need to build a Kernel with

CONFIG_KSU_DEBUG=y

And then run this command in the terminal

ksud debug set-manager com.dergoogler.mmrl
๐Ÿ”ฅ2๐Ÿ–•1
I won't add SuperUser to MMRL. It is a to heavy implantation for three solutions.
๐Ÿ™1๐Ÿ–•1
Forwarded from MMRL/WXP CI
MMRL-5.32.43-33274-beta.apk
7 MB
CI Manager
#ci_1954

Build on 2025-03-08 20:37:03.

โš ๏ธ The public beta is scheduled for release in April 2025! Want to help improve the experience? If you notice any missing translations, contribute now at Weblate and bring MMRL to your language!

- Trying new background service for updating repos 
- Trying new update checker for modules


Type: beta
Workflow run
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘1๐Ÿ–•1
I aware of this issue
๐Ÿ–•1
Compose Material3 Adaptive will push me to my limits. But not in this update.
๐Ÿ”ฅ2๐Ÿ–•1
Forwarded from MMRL/WXP CI
MMRL-5.32.43-33285-beta.apk
7 MB
CI Manager
#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๐Ÿ–•1
๐Ÿ”ฅ2๐Ÿ‘1๐Ÿ–•1
Forwarded from MMRL/WXP CI
MMRL-5.32.43-33317-beta.apk
7 MB
CI Manager
#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
๐Ÿ‘1๐Ÿ–•1
When this shows in Google Play ๐Ÿค“
๐Ÿ‘2๐Ÿ”ฅ2๐Ÿ–•1
Get it on MMRL badge: https://mmrl.dev/assets/badge.svg
๐Ÿ”ฅ3๐Ÿ–•1