Commit Graph

270 Commits

Author SHA1 Message Date
tehcneko 73f9a8d6af
Add SELinux permissive state check (#49) 2021-02-02 16:12:59 +08:00
tehcneko cccc407084
Fix app list sort comparators (#48)
* Update proguard rules

* Fix app list sort comparators
2021-02-02 14:17:42 +08:00
tehcneko 7aeee8fe9a
Fix manager updating modules list (#47) 2021-02-02 14:13:18 +08:00
tehcneko 2b3dcef993
Fix compiling crashes on EMUI (#44) 2021-02-02 04:30:08 +00:00
tehcneko 9c93b65206
Remove "optimize all" and reboot menus (#43)
* Remove "optimize all" menus

* Remove reboot menus
2021-02-02 04:20:36 +00:00
Wang Han aa0d587be0
app: Don't restart zygote manually on soft reboot (#40)
* zygote will be automatically restrarted as surfacelinger
   has 'onrestart restart zygote' in service definition since N.
2021-02-02 10:51:09 +08:00
tehcneko dab5cfec9b
Add manager signature verifier (#32)
* Add apksig dependency

* Enable j8 feature

* Add manager signature verifier
2021-02-01 16:15:40 +08:00
tehcneko 5ce10caed6 Specify build tools version 2021-02-01 14:00:50 +08:00
tehcneko 4a9f0959bc
Implement edge-to-edge experience (#24) 2021-01-31 15:04:57 +00:00
tehcneko 27e58a30df
Fix app list order (#23) 2021-01-31 11:07:40 +00:00
tehcneko f5cf8199a9
Remove "Apps" shortcut (#22) 2021-01-31 16:26:44 +08:00
tehcneko e4880979e7
Remove useless menus (#21)
* Remove stop app in menu

* Remove some menus for Android System

* Remove uninstall from app menu

* Remove module list export
2021-01-31 07:54:08 +00:00
tehcneko ced2805566
Minor UI adjustments (#19)
* Add accent color and medium weight to "Recommended"

* Rename "Android System" to System Framework

* Remove minWidth and minHeight for checkboxes
2021-01-31 07:26:19 +00:00
tehcneko 06a33303c3 Remove test log 2021-01-30 22:17:38 +08:00
tehcneko e82498a7cf Fix recommended scope 2021-01-30 22:14:11 +08:00
tehcneko 7be4e66b98 Add support for recommended scope 2021-01-30 21:56:15 +08:00
tehcneko 50ea40cd88 Hide launch and uninstall if not possible 2021-01-30 18:40:51 +08:00
tehcneko f819ca5075 Fix open module settings from app list 2021-01-30 18:38:19 +08:00
tehcneko b4b08fb439 Revert "Use colorPrimarySurface for master switch"
This reverts commit 53430efb
2021-01-30 18:20:17 +08:00
tehcneko 2ca3efec9a Hide variant switch for x86 devices 2021-01-30 18:03:42 +08:00
tehcneko 53430efbf1 Use colorPrimarySurface for master switch 2021-01-30 18:00:12 +08:00
tehcneko 47686e7aed Add missing zh-cn translations 2021-01-30 17:27:50 +08:00
tehcneko 32136b62d7 UI improvements 2021-01-30 17:20:55 +08:00
tehcneko 9379ffbca5 About activity improvements 2021-01-30 14:57:56 +08:00
tehcneko 9e16ce5ede Remove fonts 2021-01-30 14:39:04 +08:00
tehcneko 4fd1b206a7 Remove unused codes 2021-01-30 14:31:04 +08:00
tehcneko 105bce1042 Fix crash on Android 8.0 2021-01-30 14:22:58 +08:00
tehcneko 2d74ea1528 Remove useless codes 2021-01-30 12:22:03 +08:00
tehcneko c312f93a2e Remove force add modules 2021-01-30 12:00:53 +08:00
tehcneko 272e69ad70 Add option to filter game and modules 2021-01-30 12:00:28 +08:00
tehcneko 4135c357d5 Remove white list 2021-01-30 11:54:29 +08:00
tehcneko c508cb382f Remove deopt boot image 2021-01-29 23:12:48 +08:00
tehcneko 28f022cd18 Update about activity 2021-01-29 21:02:20 +08:00
tehcneko 4069effea8 Don't remove apps from scope list if it's filtered 2021-01-29 20:09:10 +08:00
tehcneko d2ea64d10a Don't hide android system 2021-01-29 20:04:37 +08:00
tehcneko 29426b4dc0 Don't hide modules for scope list 2021-01-29 20:02:30 +08:00
tehcneko 456c4a0442 Hide system apps by default 2021-01-29 19:34:54 +08:00
tehcneko 86fa186a71 Filter out modules if forced to add modules 2021-01-29 19:33:28 +08:00
tehcneko e4a9e4e3ce Filter out games 2021-01-29 19:15:28 +08:00
tehcneko b4bdb44db5 Fix list sorting 2021-01-29 19:01:36 +08:00
tehcneko 2600f407ce Minor improvements 2021-01-29 18:48:02 +08:00
tehcneko 8523e73d48 Filter out apps has no code 2021-01-29 18:45:10 +08:00
tehcneko 125ef3589f Ask to select scope apps when enabling modules 2021-01-29 18:42:19 +08:00
tehcneko 6e765a7a08 Remove active module from notification 2021-01-29 17:46:32 +08:00
tehcneko cb7057e6db Remove black list 2021-01-29 17:40:14 +08:00
tehcneko 1899c82eab Improve app list loading 2021-01-29 12:11:20 +08:00
tehcneko 84ad87abf0 Fix compile dialog crash 2021-01-29 11:55:13 +08:00
tehcneko 3b7502ca5a Enable md2 by default 2021-01-29 11:49:39 +08:00
tehcneko 9eadc2ad24 Improve shortcuts 2021-01-29 11:47:23 +08:00
tehcneko 0725dcd07f Remove download in shortcuts 2021-01-29 11:33:13 +08:00
tehcneko b16d0f96ec Fix manager blackwhite list logic 2021-01-29 11:30:01 +08:00
LoveSy 716dfae0f6 Fix ShouldUseInterpreterEntrypoint for pendding hook 2021-01-29 04:36:11 +08:00
LoveSy 22d18846e9 Find & Replace 2021-01-29 01:14:53 +08:00
tehcneko 46afa3abc4 Fix xposed api version display 2021-01-28 23:43:56 +08:00
tehcneko e9fe118998 Show build version code in manager 2021-01-28 23:43:28 +08:00
tehcneko e781e9c4b2 Fix manager output file name 2021-01-28 23:27:25 +08:00
tehcneko 55058442a7 Add drag-to-open to menu on main activity 2021-01-28 22:15:32 +08:00
tehcneko a16f5b4810 Refine device info 2021-01-28 22:10:13 +08:00
tehcneko 92bcaec8f2 Fix hook manager (maybe) 2021-01-28 22:09:38 +08:00
tehcneko 10497b1500 Remove unused strings 2021-01-28 21:13:29 +08:00
tehcneko becf4a1aad Refine main activity 2021-01-28 21:08:33 +08:00
tehcneko 6e146853ae String tweaks 2021-01-28 20:53:21 +08:00
tehcneko d3e0177262 Remove unused codes 2021-01-28 20:48:14 +08:00
tehcneko d9e8f7636b Remove unused codes 2021-01-28 20:21:54 +08:00
tehcneko 2d875308fe Fix a feng shui issue 2021-01-28 20:13:57 +08:00
tehcneko d9612a733c Fix request permission 2021-01-28 20:08:35 +08:00
tehcneko 205090bdce Clean up app list settings 2021-01-28 19:58:36 +08:00
tehcneko 60dac3ce54 Update prefs.xml 2021-01-28 18:21:19 +08:00
tehcneko 7f08ddcc21 Fix reboot and compile without sui 2021-01-28 16:12:04 +08:00
tehcneko 133c00e54c Compile using sui 2021-01-28 16:07:25 +08:00
tehcneko 5e95d0c540 Reboot using sui 2021-01-28 16:06:28 +08:00
tehcneko fd6a3f9a93 Send notification when received broadcast from edservice 2021-01-28 13:19:29 +08:00
tehcneko 2e36702560 Merge black list and scope list into one activity 2021-01-27 19:39:25 +08:00
tehcneko 84a8d12992 Fix layouts 2021-01-27 19:39:25 +08:00
tehcneko ca06e2deb9 Update status_installer.xml 2021-01-27 17:23:58 +08:00
tehcneko 9f11883585 Remove unused strings 2021-01-27 17:06:42 +08:00
tehcneko 70c8e8778a Update menu strings 2021-01-27 17:05:24 +08:00
tehcneko 9efeba1760 Remove horizontal padding on landscape mode 2021-01-27 16:57:02 +08:00
tehcneko 6c1446a923 Remove unused permissions 2021-01-27 13:20:53 +08:00
tehcneko faadfde638 Fix ConcurrentModificationException 2021-01-26 19:46:41 +08:00
tehcneko 47a640f87b Remove framework download 2021-01-26 19:42:32 +08:00
NekoInverter aca1038700 Fix manager crash 2021-01-26 18:23:31 +08:00
NekoInverter 0df7cbca3e
Remove redundant codes 2021-01-26 16:56:28 +08:00
NekoInverter d9b93c0c49
Fix deprecated codes 2021-01-26 16:52:52 +08:00
NekoInverter 43dbd73134
Smooth scroll only when log items <= 1000 2021-01-26 16:41:21 +08:00
NekoInverter 2d85cd5482
Read enabled modules from enabled_modules.list 2021-01-26 16:32:44 +08:00
NekoInverter e6b9661465
Sync manager version with module version 2021-01-26 16:32:43 +08:00
NekoInverter 5c14d36ecf
Clean up about activity 2021-01-26 16:24:24 +08:00
NekoInverter ffc7980ac6
Remove module repo completely 2021-01-26 16:19:03 +08:00
NekoInverter 9fa92741ab
Support Android R userspace reboot 2021-01-26 16:00:54 +08:00
NekoInverter da2c53ebd0
Move list sorting to menus 2021-01-26 15:59:00 +08:00
NekoInverter 49629ed1a7
Remove module repo 2021-01-26 12:00:23 +08:00
NekoInverter a7255a180f
Fix enabled module list 2021-01-26 12:00:23 +08:00
NekoInverter d482970284
Add variant switch 2021-01-25 23:16:58 +08:00
NekoInverter 93df30024e
Fix resource hook switch 2021-01-25 22:57:24 +08:00
NekoInverter bbb75f6dae
Delete edxpmanager.jks 2021-01-25 21:52:55 +08:00
LoveSy cb30c69c9f Fix build of app 2021-01-25 21:48:12 +08:00
NekoInverter 7ab117575a
Fix build 2021-01-25 21:13:15 +08:00
NekoInverter aabe8bbcaf
Update icon and name 2021-01-25 21:05:40 +08:00
NekoInverter 992e27507d
Remove about 2021-01-25 21:05:33 +08:00