Commit Graph

99 Commits

Author SHA1 Message Date
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
tiann f4388f2d73 manager: minor fixes for app profile 2023-05-16 17:31:57 +08:00
tiann 1697b5775d manager: Add app profile implementation 2023-05-16 17:15:01 +08:00
tiann 45d4de35d4 manager: Add working mode UI 2023-05-16 16:31:56 +08:00
tiann 7cb1eb05c5 manager: Add app profile UI 2023-05-16 15:07:26 +08:00
セリカ・シルフィル 6a147a588b manager: Open guide in the current language if it exist (#452)
If not present, the English page will be opened by default.
2023-05-04 21:10:33 +08:00
TinyHai 3f146c05b9 manager: fix ConfirmDialog (#426) 2023-04-22 23:26:21 +08:00
TinyHai e697eddfed manager: refine dialog component and make a small fix in AboutCard (#422)
Co-authored-by: weishu <twsxtd@gmail.com>
2023-04-22 18:40:11 +08:00
Nullptr a9dee400fa manager: small fix for navigation (#416) 2023-04-21 23:52:46 +08:00
Nullptr 08afe0334c manager: refactor to use AGP 8.0.0 (#414) 2023-04-21 16:19:49 +08:00
tiann eae1ee5c8f manager: remove html-text dependency 2023-04-20 15:46:05 +08:00
tiann e925f15417 manager: refine about dialog 2023-04-20 15:20:10 +08:00
tiann 1389e4a36d manager: remake home page 2023-04-20 13:52:56 +08:00
tiann d2d36eebd6 manager: show loading dialog when collect bugreport 2023-04-20 11:40:09 +08:00
tiann b73858dc30 Revert "manager: manager: disable user scroll when refreshing"
This reverts commit 4309a4f217.
2023-04-19 21:16:23 +08:00
tiann 4309a4f217 manager: manager: disable user scroll when refreshing 2023-04-19 18:14:09 +08:00
tiann 37f1ac87d9 manager: Fix loading state 2023-04-18 18:42:41 +08:00
tiann d0f1246e14 manager: use ParceledListSlice to transport List<PackageInfo>, avoiding TransactionTooLargeException. 2023-04-18 18:04:49 +08:00
tiann b9644e0870 manager: supports grant root access to cross profile. close #271 2023-04-18 17:38:48 +08:00
tiann 1be8067b40 manager: add selinux state to bugreport. 2023-04-18 14:47:21 +08:00
tiann 38bb604383 manager: add allowlist to bugreport. 2023-04-18 14:47:21 +08:00
tiann 470b896474 manager: remove directory tree in bugreport. 2023-04-18 14:47:21 +08:00
tiann aab2af882e manager: show confirm dialog when grant root to app. 2023-04-17 18:19:33 +08:00
tiann 5fd94ce426 manager: add bootlog for bugreport 2023-04-15 17:45:20 +08:00
5ec1cff 049736d6cb ksud: refactor module mount (#384) 2023-04-14 22:30:34 +08:00
tiann 730519894c manager: don't create root shell everytime. this should close #361. MeiZu kernel seems cache something in execve syscall, which will cause double free in kernel. 2023-04-11 12:56:19 +08:00
Howard Wu d751f8f4cb Save install logs to public download folder (#350) 2023-04-05 15:54:55 +08:00
TinyHai 6d01d915e5 manager: make a small adjustment to module screen (#291) 2023-03-03 17:29:53 +08:00
TinyHai c679c7a2bf manager: replace SwipeRefresh with PullRefreshIndicator & refactor so… (#288)
- replace SwipeRefresh with PullRefreshIndicator
- optimize pull refresh
- refactor some code
- fix install bottom in module page again
2023-03-02 12:35:41 +08:00
tiann 9dc91ab884 manager: Add pstore and diag to bugreport 2023-03-02 11:46:12 +08:00
tiann 681202ce29 manager: Fix install button in module page 2023-03-01 14:22:46 +08:00
tiann 532f36d160 manager: hide install button when magisk installed. 2023-03-01 12:51:04 +08:00
tiann a601cd1f2e manager: Show module conflict state with Magisk 2023-03-01 12:12:31 +08:00
tiann 159cbc8e75 manager: Add prop to bugreport 2023-03-01 11:48:24 +08:00
tiann ba2bc414c4 manager: Remove the confusing UI of system rw. Many users don't know what is used for and most users don't need this (it is recommended to use module to modify /system). Maybe i'll add it back for cli usage (such as ksud enable system_rw 2023-02-24 12:41:32 +08:00
TinyHai 10f67cb6f4 manager: show confirm dialog before uninstall module (#257)
manager: Add Dialog component, show confirm dialog before uninstall
module, fix a bug in listModules
2023-02-20 10:52:23 +08:00
TinyHai e296de603d manager: Update the bottom bar navigation logic(#254)
close #232
2023-02-20 10:37:40 +08:00
TinyHai aefcfc65b6 manager: Add key to LazyColumn's items to prevent incorrect allow sta… (#255) 2023-02-20 10:31:58 +08:00
Ylarod 0eaae07a42 manager: send app list in bug report (#248)
We need this for uid in dmesg
2023-02-16 23:39:21 +08:00
tiann 31dc644eca manager: Add reboot shortcut for module screen 2023-02-14 12:01:05 +08:00