All recommended repositories are now available at https://mmrl.dev/repository
Just click on a module and you can download it or a older version
https://mmrl.dev/repository/gmr/mmrl_wpd
Just click on a module and you can download it or a older version
https://mmrl.dev/repository/gmr/mmrl_wpd
Repositories may require a unique ID to make sharing modules even better
mmrl.dev
Module | MMRL
Build your own modules repository
Forwarded from MMRL/WXP CI
MMRL-5.32.43-alpha-33125-alpha.apk
3.3 MB
CI Manager (TEST BUILD)
#ci_1805
Build on 2025-02-02 16:33:53.
Type: alpha
Workflow run
#ci_1805
Build on 2025-02-02 16:33:53.
Added new mmrl.dev domain to access APIs. Updated translations
Type: alpha
Workflow run
Forwarded from MMRL/WXP CI
MMRL-5.32.43-alpha-33130-alpha.apk
3.3 MB
CI Manager (TEST BUILD)
#ci_1810
Build on 2025-02-07 16:29:01.
Type: alpha
Workflow run
#ci_1810
Build on 2025-02-07 16:29:01.
- Module share, shares now the new mmrl.dev domain.
-Updated translations.
-Added a new card to the repositories screen to easily access the recommended repos
Type: alpha
Workflow run
Forwarded from MMRL/WXP CI
MMRL-5.32.43-alpha-33137-alpha.apk
3.4 MB
CI Manager
#ci_1817
Build on 2025-02-09 15:50:11.
Type: alpha
Workflow run
#ci_1817
Build on 2025-02-09 15:50:11.
- Added new sponsors screen
- Contributors are now displayed in the app
Recommended repositories are now explore repositories
- Updated translations
Type: alpha
Workflow run
👍2
Please open Telegram to view this post
VIEW IN TELEGRAM
🖕1
Google approved Ads on mmrl.dev. The earned money will be used to cover server and domain costs.
If you don't want Ads on your module or repository page, you can open a issue on https://github.com/MMRLApp/MMRLApp.github.io/issues
If you don't want Ads on your module or repository page, you can open a issue on https://github.com/MMRLApp/MMRLApp.github.io/issues
🖕1
I just found out that MRepo had a log viewer with a background service 🧐
Please open Telegram to view this post
VIEW IN TELEGRAM
😱5🖕1
This media is not supported in your browser
VIEW IN TELEGRAM
WebUI Plugins are my best idea 💯
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.JavanoscriptInterface
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 {
@JavanoscriptInterface
fun finishAffinity() {
activity.finishAffinity()
}
}
}
window.activity.finishAffinity();
👍1🖕1