Magisk/app
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
..
src New method of communication 2018-09-16 04:16:18 -04:00
.gitignore Move Magisk Manager files into subfolder 2018-07-18 17:47:53 +08:00
build.gradle Excessive obfuscation when building in release mode 2018-09-14 23:00:39 -04:00
proguard-rules.pro Excessive obfuscation when building in release mode 2018-09-14 23:00:39 -04:00
README.md Update Magisk Manager README 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.