Commit Graph

138 Commits

Author SHA1 Message Date
weishu 39fd30d900 manager: show loading dialog when uninstall/enable/disable module. 2023-07-12 13:00:40 +08:00
weishu 9533299d98 manager: save stderr of installation to log file. fix #723 2023-07-11 20:10:12 +08:00
weishu 031a2ab4e0 Revert "manager: don't remember state when process died." close #728
This reverts commit b66fe74589.
2023-07-08 01:22:21 +08:00
weishu e9d00b78ce manager: bump minimal kernel version 2023-07-01 20:46:20 +08:00
weishu 1ecb90a098 manager: support setting selinux rules profile 2023-07-01 18:44:56 +08:00
weishu 9ae4633bcb manager: show context menu on touch position 2023-07-01 12:13:30 +08:00
weishu 8259b23f0b manager: Add context menu for app profile 2023-07-01 12:13:30 +08:00
weishu 77a1c1f799 manager: only check update for enabled module 2023-06-30 23:49:11 +08:00
Zillion 4eafe5dcaa Remove fontFamily from the Unsupported Warning (#694)
Just a small design fix, to make the Unsupported Warning text have the
same font as the Working text.

## Before

![before](https://github.com/tiann/KernelSU/assets/77107077/7e3f2382-446a-4039-8bec-d72c7e4471b3)

## After

![after](https://github.com/tiann/KernelSU/assets/77107077/31905aa3-a274-4289-b51b-0c45bbeee90e)
2023-06-27 21:17:48 +08:00
weishu 7a564ce382 manager: update card color 2023-06-23 00:35:35 +08:00
weishu 02ed563a67 manager: add a simple manager updater, close #627 2023-06-23 00:31:36 +08:00
weishu b66fe74589 manager: don't remember state when process died. 2023-06-22 23:24:35 +08:00
weishu c24c628b36 manager: fix module install 2023-06-22 23:20:13 +08:00
weishu a09a1d1f04 manager: fix download state 2023-06-22 19:46:26 +08:00
weishu 712d2fd742 manager: fix update button 2023-06-22 19:29:37 +08:00
weishu c15f0a69fd manager: support module update online 2023-06-22 18:40:28 +08:00
weishu aeda3f462d manager: set keyboard options for inputtext 2023-06-22 16:46:41 +08:00
weishu b8d28c69d3 manager: Add selinux rules UI 2023-06-19 22:20:40 +08:00
Hikari-no-Tenshi d3c0d69e0a manager: Make more strings translatable (#622)
Co-authored-by: weishu <twsxtd@gmail.com>
2023-06-13 12:51:03 +08:00
weishu 917186f34f manager: Add title to profile list dialog 2023-06-09 20:43:44 +08:00
weishu 46ef298978 manager: Add desc to profile list item 2023-06-09 20:04:23 +08:00
weishu 6308aa4f88 manager: minor fixes for uid/gid input 2023-06-09 19:59:11 +08:00
weishu 0f33d3dec1 manager: sync kernel struct and bump profile version 2023-06-06 20:56:27 +08:00
weishu 2a4f5eef0c manager: disable template ui temporarily 2023-06-06 19:06:03 +08:00
weishu eec88b9a5b manager: make template ui work 2023-06-06 17:54:57 +08:00
weishu 006d512883 manager: Default selinux context should be "u:r:su:s0" 2023-06-06 16:37:14 +08:00
weishu 5481b86401 manager: Fix groups overflow, close #598 2023-06-06 12:40:07 +08:00
weishu c0c19d4a62 manager: Fix groups and caps selection, close #592 2023-06-05 08:31:15 +08:00
weishu 6d7e7bd983 manager: Fix selection 2023-06-04 23:24:19 +08:00
weishu 13b2b371e9 manager: optimize uid/gid panel 2023-06-04 23:14:44 +08:00
weishu 6a23e50a6b manager: Add desc for umount modules. 2023-06-04 17:42:58 +08:00
weishu bb5688afeb manager: fix capabilities and namespace save/load 2023-06-04 16:12:03 +08:00
weishu 4a2a091d5b manager: rename "umount modules" -> "Hide modules" 2023-06-04 14:25:50 +08:00
weishu 42a4a00f76 manager: Add default groups when empty 2023-06-04 14:25:50 +08:00
weishu 1e0e00db12 manager: Fix app profile umount default 2023-06-04 09:58:02 +08:00
weishu 1a54adbf51 manager: Add UMOUNT badge 2023-06-04 09:52:51 +08:00
weishu caa5cc085c manager: show default value for app profile. 2023-06-04 00:22:36 +08:00
weishu 2e3505534b manager: the default value of umountModules is actually "true" in kernel 2023-06-04 00:05:19 +08:00
weishu 6a3a7587b3 manager: require kernel 10931 2023-06-03 23:58:23 +08:00
weishu af482b524d manager: add support for setting default non root profile. 2023-06-03 23:54:15 +08:00
weishu f20c643eb6 manager: remove unused 2023-06-03 23:54:15 +08:00
weishu c70c93feeb manager: show profile info in superuser list 2023-06-03 17:17:19 +08:00
weishu 59164f68e8 manager: don't obfuscate Profile 2023-06-03 16:20:13 +08:00
weishu b26ebf7073 manager: only show warning when installed. 2023-06-03 15:30:51 +08:00
weishu b6b86d38a6 manager: Add require new kernel version. 2023-06-03 15:23:35 +08:00
weishu 752b2cad63 manager: Add groups and caps for profile 2023-06-03 15:01:57 +08:00
weishu a1e9e5a70e manager: implement app profile api call 2023-06-02 23:58:07 +08:00
Hikari-no-Tenshi 33e6a68d0c manager: Scroll app profile view (#565)
close #536
2023-05-31 13:04:22 +08:00
Nullptr 05de53b994 manager: several UI improvements (#515) 2023-05-17 09:34:08 +08:00
Nullptr 655429b604 manager: several updates (#510)
+ update deps
+ update app profile page
+ don't show su and module page if no root
2023-05-16 22:32:48 +08:00