topjohnwu 906b4aad9e New method of communication
Introduce a new communication method between Magisk and Magisk Manager.

Magisk used to hardcode classnames and send broadcast/start activities to
specific components. This new method makes no assumption of any class names,
so Magisk Manager can easily be fully obfuscated.

In addition, the new method connects Magisk and Magisk Manager with random
abstract Linux sockets instead of socket files in filesystems, bypassing
file system complexities (selinux, permissions and such)
2018-09-16 04:16:18 -04:00
..
2018-09-16 04:16:18 -04:00
2018-08-30 04:03:14 -04:00

Magisk Manager

This repo is no longer an independent component. It is merged into the Magisk Project.

Translations

The default (English) strings are mainly in src/full/res/values/strings.xml; some are scattered in src/main/res/values/strings.xml and src/stub/res/values/strings.xml.
Translations are highly appreciated via pull requests here on Github.
Place translated XMLs in the corresponding locale folder.