Commit Graph
7580 Commits
Author SHA1 Message Date
d8ahazard fc5c9647d8 Initial implementation of auto-mount, WIP
Will manually merge working product into /master
2016-08-31 16:52:42 -05:00
d8ahazard 3a238e9d4b Implement file picker and install methods into Modules section.
Tested and working.
2016-08-31 16:49:35 -05:00
DVDAndroidandGitHub 9d9fea49ca Update ic_file_download.xml 2016-08-29 19:51:48 +02:00
topjohnwu e21131d67e Zip Autoflash; Massive refactor 2016-08-29 06:35:07 +08:00
topjohnwu 1f02d0f6d0 Add auto zip flashing support 2016-08-28 03:59:03 +08:00
topjohnwu 830fde8007 Download with DownloadManager 2016-08-27 19:02:41 +08:00
dvdandroidandtopjohnwu c44ce77e95 Updated UI for tablets 2016-08-27 01:02:53 +08:00
dvdandroid ab318ef99e Updated UI
Added "Root" section
2016-08-26 12:45:35 +02:00
dvdandroid c86c2661af Changed download file path to internal storage 2016-08-25 17:39:09 +02:00
dvdandroid dabb222511 [WIP] Update checker
TODO: change download file path to internal storage
2016-08-25 14:59:07 +02:00
dvdandroid ef13b3a36c Change update checker; using a JSON file now 2016-08-25 14:36:06 +02:00
topjohnwu 6fb9081394 Fix merge issue 2016-08-25 18:40:00 +08:00
topjohnwu 1ba38b3902 Merge update 2016-08-25 18:23:20 +08:00
topjohnwu dc06a132bc Finalize 2.0 version 2016-08-25 18:08:07 +08:00
dvdandroid 644b4f88ac Italian translation 2016-08-25 11:19:00 +02:00
dvdandroid c97197b61a Cleanup; added update checker 2016-08-25 11:04:56 +02:00
topjohnwu 3e97d29bcf Merge conflict 2016-08-25 06:26:20 +08:00
topjohnwu a5ea214553 Rewrite all root method with own su library 2016-08-25 05:58:15 +08:00
dvdandroid 91c6ae229e Force reload modules, added view if modules are not found, show progress dialog when granting root 2016-08-23 18:28:27 +02:00
dvdandroid e18f4c843a Added AboutActivity 2016-08-23 17:02:32 +02:00
dvdandroid 0f103d5853 UI improvements, cleanup 2016-08-23 12:39:36 +02:00
dvdandroid 56f10e238b UI improvements 2016-08-23 11:39:18 +02:00
topjohnwu 5baa2e9069 AsyncTask fix and UI adjustment 2016-08-23 07:38:03 +08:00
topjohnwu 7bf83371d5 Add root fragment and refactor 2016-08-23 05:42:47 +08:00
topjohnwu 36c575023e Remove unnecessary root calls 2016-08-23 05:42:46 +08:00
topjohnwu 7eadc74f6c Proper module management 2016-08-23 05:42:46 +08:00
dvdandroidandtopjohnwu 3ad06c406c [WIP] Use checkbox and delete button instead of a popup menu 2016-08-23 05:42:46 +08:00
dvdandroidandtopjohnwu c68e37a8c4 Use libsuperuser lib 2016-08-23 05:42:46 +08:00
dvdandroidandtopjohnwu e66496eae7 Small UI improvement 2016-08-23 05:42:45 +08:00
dvdandroidandtopjohnwu e6b951c62a Log fragment completed 2016-08-23 05:42:45 +08:00
dvdandroidandtopjohnwu 5279226f36 Two-tabs layout: non-cache and cache modules 2016-08-23 05:42:45 +08:00
dvdandroidandtopjohnwu 31b552ab51 Module fragment with menu; remove and disable buttons 2016-08-23 05:42:45 +08:00
dvdandroidandtopjohnwu f5e53cd60f Start materializing module fragment 2016-08-23 05:42:44 +08:00
dvdandroidandtopjohnwu 4a48f59d27 Changed root method 2016-08-23 05:42:44 +08:00
dvdandroidandtopjohnwu bc2c63bf1f Fixed list not loaded
NOTE: every module directory must have permission 777, and module.prop file 744 (or at least must be only readable for all users)
2016-08-23 05:42:44 +08:00
topjohnwu b56a757f2e Add live patch 2016-08-18 04:50:56 +08:00
dvdandroid 4692ed4b4a Load modules in a listview 2016-08-17 13:00:55 +02:00
dvdandroid 615bbcae74 Refactoring 2016-08-17 12:01:58 +02:00
topjohnwu 7737c6aee1 v4: change root switch method; massive refactor 2016-08-17 00:56:00 +08:00
topjohnwu f7c0499158 Add auto allow patch support
The patch will work like this:

./sepolicy-inject --auto -P sepolicy
This will allow all possible transition (just like selinux disabled)

./sepolicy-inject --auto -s su -P sepolicy
This will allow all transitions from su to any type

./sepolicy-inject --auto -t su -P sepolicy
This will allow all transitions from any type to su

./sepolicy-inject --auto -c file -P sepolicy
This will allow any transitions involving the class file

./sepolicy-inject --auto -s su -t system_data_file -P sepolicy
This will allow all transitions from su to system_data_file

You should get the logic now :)
2016-08-12 02:50:50 +08:00
topjohnwu 9ebcefee00 Slight refactor 2016-08-11 23:13:10 +08:00
topjohnwu b18b5c4f43 Update disable method (requires Magisk v2) 2016-08-08 00:26:39 +08:00
topjohnwu 4752b0772f Initial Commit 2016-08-06 00:58:05 +08:00
Pierre-Hugues Husson 957e319649 Add --not option to add a DENY rule (or rather delete allow) 2016-02-02 22:17:34 +01:00
Pierre-Hugues Husson a8978a0d4d Update README 2015-11-14 17:02:09 +01:00
Pierre-Hugues Husson 10712c5ec0 Add -e option to know if a type/class exists 2015-11-14 16:44:13 +01:00
Pierre-Hugues Husson 83c39f57f0 Wrong check 2015-11-14 16:18:07 +01:00
Pierre-Hugues Husson 173757cfa2 Add possibility, when adding a rule, to have target of the format =ATTRIBUTE-remove1-remove2 2015-11-13 00:56:52 +01:00
Pierre-Hugues HUSSON c6be73dba2 Merge pull request #5 from superr/master
Added arch detection to makefile for x86 and x86_64
2015-11-11 21:30:34 +01:00
superr ccf293906a Added arch detection to makefile for x86 and x86_64 2015-11-11 14:27:53 -06:00