Go to file
topjohnwu 85b7405963 Delete magisk_update.json
It's in a separate branch now
2016-10-24 13:13:24 +08:00
app Delete magisk_update.json 2016-10-24 13:13:24 +08:00
gradle/wrapper Refactoring 2016-08-17 12:01:58 +02:00
.gitignore Update .gitignore 2016-10-02 15:20:54 +08:00
build.gradle Add search bar & Magisk Hide option 2016-10-17 10:11:26 +08:00
gradle.properties Initial Commit 2016-08-06 00:58:05 +08:00
gradlew Initial Commit 2016-08-06 00:58:05 +08:00
gradlew.bat Initial Commit 2016-08-06 00:58:05 +08:00
README.md Update README.md 2016-10-17 16:44:05 +08:00
settings.gradle Use libsuperuser lib 2016-08-23 05:42:46 +08:00

Magisk Manager

The project can only be compiled on Android Studio Version 2.2.0+
I use Java 8 features, which requires Jack compiler and that's only available 2.2.0+

Prebuild Binaries

libbusybox.so

Static BusyBox binary by @yashdsaraf
Link and source: http://forum.xda-developers.com/showthread.php?t=3348543

libzip.so

Static ndk-built info-zip
NDK makefiles: https://github.com/cloudchou/ndkzip
Info-Zip source: https://sourceforge.net/projects/infozip/
bzip2 source: http://www.bzip.org/