Commit Graph

463 Commits

Author SHA1 Message Date
e6f10176c6 Network check 2017-05-23 17:01:38 +08:00
75cc4b4843 Merge install and status 2017-05-21 12:16:38 +08:00
9ef798f534 Update SafetyNet check UI 2017-05-20 03:04:14 +08:00
e69b99f089 Update status UI 2017-05-19 08:37:57 -07:00
55b8079e86 Update MagiskHide method 2017-05-12 23:11:28 +08:00
e272dbe9af Include busybox binary and remove busybox toggle 2017-05-12 04:05:21 +08:00
962f8354ac Use new version detection method 2017-05-12 02:25:07 +08:00
464fe627a3 Swap tabs 2017-04-26 00:27:55 +08:00
6a9e39c470 Support unlimited amount of repos 2017-04-26 00:15:53 +08:00
47b13aa5ea Use stock FAB; Log monospace; Fixes 2017-04-24 21:52:23 +08:00
ae88d3054d Finally, official Java 8 support 2017-04-05 17:02:18 +08:00
0a0ad9a184 Bump to 4.3.1 2017-03-31 13:17:58 +08:00
817f050bcd Say goodbye to old modules 2017-03-30 06:52:18 +08:00
60ae685d1e Change disable to Core Only Mode 2017-03-30 05:16:50 +08:00
4c7bdbb284 Fix crashing when selecting release notes on some devices 2017-03-26 23:55:11 +08:00
e94219c5a3 Add notification settings 2017-02-22 04:58:03 +08:00
8ed9634adf Fix Samsung crash 2017-02-22 04:13:21 +08:00
a3f0ef8e77 Many improvements and bug fixes
Close #114
2017-02-21 03:38:37 +08:00
8eba05ed4a Potentially fix Samsung crash and change colors 2017-02-20 20:11:07 +08:00
6785221479 Small refinements and bugfixes
Close #109
2017-02-19 10:14:29 +08:00
9bc410dd3d Add MarkDown styles 2017-02-18 04:35:51 +08:00
f615ed40cd Several refinements 2017-02-17 14:07:15 +08:00
1d70d0fe94 Don't show notification again if coming from notification 2017-02-17 09:26:27 +08:00
d99252f394 Add update notification 2017-02-17 08:51:51 +08:00
b58c7ba7c5 Add download button to repo, close #99 2017-02-16 17:50:36 +08:00
a03bb90754 Use README.md in details for repo 2017-02-16 05:48:26 +08:00
d1c939f48a Use temporary files to process zips
Fix #96
2017-02-15 23:46:50 +08:00
23c84a7803 Massive Zip flashing refactoring 2017-02-15 05:25:24 +08:00
f9ab060403 Fix su request crashing 2017-02-15 05:07:14 +08:00
df7a5bf149 Redo styling 2017-02-14 16:35:03 +08:00
c4afa069df Add custom AlertDialog 2017-02-13 23:11:50 +08:00
1bfafdb44f Don't reload ApplicationInfo list
Fix #94
2017-02-13 04:00:45 +08:00
958c95732b Move AboutCardRow to components package 2017-02-13 03:13:24 +08:00
44b0d4127c Remove GSON and switch to database 2017-02-12 23:27:20 +08:00
1418ec2416 Remove module helper 2017-02-12 20:53:41 +08:00
b51978f51c Move asynctasks to seperate package 2017-02-12 19:49:46 +08:00
b07361580a Contexts are different: Make context clearer 2017-02-12 05:02:18 +08:00
d1b5ebad7d Several fixes 2017-02-07 07:32:40 +08:00
22a5c11f0d Fix MagiskHide startup issue 2017-02-07 06:02:06 +08:00
51b22d1ad4 Make callback events non-static 2017-02-07 04:09:49 +08:00
bef5969580 No more static crap :) 2017-02-07 02:01:32 +08:00
45765e292d Final fixes 2017-02-06 08:16:48 +08:00
6e28a26015 Add uninstall button 2017-02-06 03:20:17 +08:00
9150bf720d Add info for MagiskHide when not using MagiskSU
Close #63
2017-02-06 03:20:16 +08:00
b3b2149ebb Optimize root shell and startups 2017-02-05 22:02:14 +08:00
7239c2e31a Update to the latest settings 2017-02-05 04:40:52 +08:00
43b7ef8110 Add disable, change busybox 2017-02-02 19:19:22 +08:00
99ef0b8cb4 Handle MagiskHide at boot 2017-02-01 23:54:32 +08:00
0efb4da0ee Several bug fixes
Fix #57
2017-01-31 03:39:24 +08:00
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