Magisk/app
topjohnwu 6d27eb7f64 Dynamic load updated APK for patching
Magisk Manager sometimes updates the code for patching the APK due to several changes.
When an old manager tries to patch an updated APK using its internal methods, it is
sometimes incomplete, or simply won't work at all.

This commit exposes an API that can be dynamically loaded from an old app to invoke the
updated patchAPK method from the downloaded new APK.
2018-12-31 15:53:24 +08:00
..
src Dynamic load updated APK for patching 2018-12-31 15:53:24 +08:00
.gitignore Separate backend logic from frontend UI 2018-12-13 04:35:50 -05:00
build.gradle Update WorkManager dependencies 2018-12-31 15:43:46 +08:00
proguard-rules.pro Render Markdown natively 2018-12-23 19:29:25 +08: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.