DerGoogler / MMRL

Introducing Magisk Module Repo Loader (MMRL) - the ultimate module manager for Magisk, KernelSU and APatch on Android. This highly configurable app allows users to manage modules effortlessly, all while being completely free of ads.

Home Page:https://mmrl.dergoogler.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Native `view` api not available

DerGoogler opened this issue · comments

MMRL Install Tools logcat slider draws behind the navbar.
Screenshot_20240224-231331

This may be a internal design bug.

// old
const { config, setConfig } = useConfig()
// new
const [ config, setConfig, setAllConfig ] = useConfig()
// add confirm to fetch
// fetch is missing
fetch("json").then((res) => res.json()).then((json) => console.log(json))
// missing
Shell.cmd("").exec()

functions to add>

  • native base

ModConf is also unable to handle/parse classes. To add support for class-based pages add plugin-transform-classes

  • ListSubheader background is transparent
    • Make it default
  • Make Switch design default
  • ListItemDialog remove max length

Implant FileReader