Go to file
tonymanou dc316c5669 Set fragment title and [un]register callbacks in onStart/onStop
onStart() is called when the fragment is made visible, whereas onPause()
is called when the fragment looses focus e.g. if a dialog is shown.
Thus:
- there is no need to set the activity's title everytime the fragment
regains focus,
- it is better to listen to event tasks and refresh the state of the UI
while the fragment is actually visible, listening to events until the
fragment is destroyed is useless: if an event is received between
onStop() and onDestroy(), there will be some processing but nothing will
be shown because the fragment is no longer visible.
2017-01-15 02:37:40 +08:00
app Set fragment title and [un]register callbacks in onStart/onStop 2017-01-15 02:37:40 +08:00
gradle/wrapper Refactoring 2016-08-17 12:01:58 +02:00
.gitignore Add zipadjust JNI code 2016-11-23 17:25:41 +08:00
build.gradle Fix crashing when zip not signed 2016-12-08 23:03:50 +08:00
gradle.properties Sign the zip file 2016-11-22 13:45:26 +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 2017-01-06 10:59:00 +08:00
settings.gradle Use libsuperuser lib 2016-08-23 05:42:46 +08:00

Magisk Manager

The project should be built with Android Studio version 2.2.0+
I use Java 8 features, which requires Jack compiler and it's only available in 2.2.0+
Also, you need to install CMake and NDK to build the zipadjust library for zip preprocessing