Commit Graph

144 Commits

Author SHA1 Message Date
topjohnwu 7239c2e31a Update to the latest settings 2017-02-05 04:40:52 +08:00
topjohnwu 99ef0b8cb4 Handle MagiskHide at boot 2017-02-01 23:54:32 +08:00
tonymanou 00a0e64fdd Prefer List/Map/Set as declaring type over their implementations
Unless your are using a method declared in subclasses of an
interface, it is better to use the interface as declaring type.
One advantage of this is that changing used implementation will
be much simpler (you will have less declarations to edit).
2017-01-30 20:11:17 +08:00
tonymanou c44ae5888c Optimize map operations 2017-01-30 20:11:17 +08:00
topjohnwu b9495cd1bb Improve static data management 2017-01-30 20:04:49 +08:00
topjohnwu bfec381933 Improve su requests 2017-01-30 19:27:00 +08:00
topjohnwu d30397e9c0 Let users know why blacklist PoGO and AP... 2017-01-30 01:40:51 +08:00
topjohnwu d9597549fd Prevent excessive su requests 2017-01-30 00:44:33 +08:00
topjohnwu cd4dfc9861 Add Superuser settings 2017-01-28 06:13:07 +08:00
topjohnwu 09bdbc1224 Revert "Read only the first line instead of loading the whole file"
This reverts commit a5b573eaaa.

The file shall always have one single line, no need to create a new method
2017-01-28 01:25:51 +08:00
tonymanou 651547ef20 Fix raw use of generics warnings 2017-01-28 01:25:15 +08:00
tonymanou b4d95977d0 Remove redundant XML namespaces 2017-01-28 01:25:15 +08:00
tonymanou 61abe5b948 Do not close the whole application in case of error 2017-01-28 01:25:15 +08:00
tonymanou a5b573eaaa Read only the first line instead of loading the whole file 2017-01-28 01:25:15 +08:00
topjohnwu cbb32f82eb Add Superuser logging UI 2017-01-28 01:13:28 +08:00
topjohnwu 46a4070f84 Prevent shell response crashes 2017-01-26 13:46:54 +08:00
topjohnwu 67c9e2ead6 Add Superuser management UI 2017-01-26 01:13:23 +08:00
topjohnwu 6eb814ef0b Fix some small issues 2017-01-25 16:45:55 +08:00
topjohnwu bcc695234c Seperate Configs 2017-01-25 13:17:33 +08:00
topjohnwu ad16a6fc1b Project restructure 2017-01-25 04:33:22 +08:00
tonymanou 21b00ac6ca Use try-with-resources in some places 2017-01-15 02:37:40 +08:00
tonymanou 57e6f3080c Fix generic type 2017-01-15 02:37:40 +08:00
topjohnwu 01d847ae4e Improve settings 2017-01-11 19:10:30 +08:00
topjohnwu 61e2c3444a Remove token, use ETag to prevent multiple queries 2017-01-11 17:37:35 +08:00
tonymanou 2a70619577 Improve magisk hide app list's adapter, better thread safety 2017-01-11 15:17:49 +08:00
topjohnwu 123f39a21b We can see the token through logs anyway, no need to encrypt 2017-01-10 22:56:48 +08:00
topjohnwu cadab12737 Prevent root tasks if no root access 2017-01-10 22:47:58 +08:00
topjohnwu 742055c43b Various small changes 2017-01-10 22:30:05 +08:00
topjohnwu a474eafe84 Improve installation UI and dialog 2017-01-07 02:46:50 +08:00
topjohnwu fb0923f3ab Magisk Hide fragment improvements 2017-01-07 00:29:53 +08:00
tonymanou ef2e02098d Use untranslatable string when storing theme
This fixes #30
2017-01-06 02:44:07 +08:00
Wang Han bb2467d2ac Handle Google API Connection Problems 2017-01-06 02:43:16 +08:00
topjohnwu 8a6b254799 Bump version code and ready for release 2016-12-30 05:42:03 +08:00
topjohnwu c7e64f40f9 Various small fixes 2016-12-27 14:30:26 +08:00
topjohnwu 5e7c3ed46a Functionality done 2016-12-27 04:41:00 +08:00
topjohnwu f521bce9e6 Update UI component 2016-12-27 04:41:00 +08:00
topjohnwu c78209604c Update Install Fragment UI 2016-12-27 04:41:00 +08:00
topjohnwu 8fe4cfecb6 Add Install UI 2016-12-27 04:41:00 +08:00
topjohnwu a5a2df4956 Trigger with event 2016-12-27 04:41:00 +08:00
topjohnwu 2fa5e4679f CallbackHandler to manage asyncs 2016-12-27 04:41:00 +08:00
topjohnwu 57af984e68 Add status fragment 2016-12-27 04:41:00 +08:00
topjohnwu 442e840a53 Add SafetyNet check 2016-12-23 23:05:41 +08:00
topjohnwu 3c33f7d294 Various small improvements 2016-12-11 20:38:15 +08:00
topjohnwu c9217a419a Fix crashing when zip not signed 2016-12-08 23:03:50 +08:00
topjohnwu cb1df5217e Update error messages 2016-11-29 13:38:32 +08:00
topjohnwu 24ef80351c Remove busybox dependency 2016-11-29 13:24:48 +08:00
topjohnwu 4daea7d7e6 Some refinements 2016-11-23 22:38:15 +08:00
topjohnwu 3b20747192 Update progress dialog 2016-11-23 19:48:34 +08:00
topjohnwu 403e30feba Add zipadjust JNI code 2016-11-23 17:25:41 +08:00
topjohnwu f58c73b7f1 Sign the zip file 2016-11-22 13:45:26 +08:00