Nullptr
|
76612b9cf7
|
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
|
ffa3579e6f
|
manager: minor fixes for app profile
|
2023-05-16 17:31:57 +08:00 |
|
tiann
|
c7adb8e3b1
|
manager: Add app profile implementation
|
2023-05-16 17:15:01 +08:00 |
|
tiann
|
c1427f658a
|
manager: Add working mode UI
|
2023-05-16 16:31:56 +08:00 |
|
tiann
|
eccce7b31f
|
manager: Add app profile UI
|
2023-05-16 15:07:26 +08:00 |
|
セリカ・シルフィル
|
cea0db4e0d
|
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
|
7795232a58
|
manager: fix ConfirmDialog (#426)
|
2023-04-22 23:26:21 +08:00 |
|
TinyHai
|
057330c68f
|
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
|
5715df0b10
|
manager: small fix for navigation (#416)
|
2023-04-21 23:52:46 +08:00 |
|
Nullptr
|
f9d19a957a
|
manager: refactor to use AGP 8.0.0 (#414)
|
2023-04-21 16:19:49 +08:00 |
|
tiann
|
b38ada30e6
|
manager: remove html-text dependency
|
2023-04-20 15:46:05 +08:00 |
|
tiann
|
3b9cab3432
|
manager: refine about dialog
|
2023-04-20 15:20:10 +08:00 |
|
tiann
|
2f6df20085
|
manager: remake home page
|
2023-04-20 13:52:56 +08:00 |
|
tiann
|
609ea40d1c
|
manager: show loading dialog when collect bugreport
|
2023-04-20 11:40:09 +08:00 |
|
tiann
|
e228197906
|
Revert "manager: manager: disable user scroll when refreshing"
This reverts commit d86b524558.
|
2023-04-19 21:16:23 +08:00 |
|
tiann
|
d86b524558
|
manager: manager: disable user scroll when refreshing
|
2023-04-19 18:14:09 +08:00 |
|
tiann
|
f40eaf4499
|
manager: Fix loading state
|
2023-04-18 18:42:41 +08:00 |
|
tiann
|
2bfd4d71d8
|
manager: use ParceledListSlice to transport List<PackageInfo>, avoiding TransactionTooLargeException.
|
2023-04-18 18:04:49 +08:00 |
|
tiann
|
2bc84014c2
|
manager: supports grant root access to cross profile. close #271
|
2023-04-18 17:38:48 +08:00 |
|
tiann
|
a3c72c22c1
|
manager: add selinux state to bugreport.
|
2023-04-18 14:47:21 +08:00 |
|
tiann
|
ddf2b7e9ff
|
manager: add allowlist to bugreport.
|
2023-04-18 14:47:21 +08:00 |
|
tiann
|
04d1bee7b4
|
manager: remove directory tree in bugreport.
|
2023-04-18 14:47:21 +08:00 |
|
tiann
|
d41354e1d7
|
manager: show confirm dialog when grant root to app.
|
2023-04-17 18:19:33 +08:00 |
|
tiann
|
fb4ab44aa5
|
manager: add bootlog for bugreport
|
2023-04-15 17:45:20 +08:00 |
|
5ec1cff
|
c058cb8848
|
ksud: refactor module mount (#384)
|
2023-04-14 22:30:34 +08:00 |
|
tiann
|
d065a7ca22
|
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
|
f17de87952
|
Save install logs to public download folder (#350)
|
2023-04-05 15:54:55 +08:00 |
|
TinyHai
|
76b9790ffb
|
manager: make a small adjustment to module screen (#291)
|
2023-03-03 17:29:53 +08:00 |
|
TinyHai
|
7846b2a440
|
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
|
8bbfe0c26d
|
manager: Add pstore and diag to bugreport
|
2023-03-02 11:46:12 +08:00 |
|
tiann
|
0b1b73a05d
|
manager: Fix install button in module page
|
2023-03-01 14:22:46 +08:00 |
|
tiann
|
203dc42e75
|
manager: hide install button when magisk installed.
|
2023-03-01 12:51:04 +08:00 |
|
tiann
|
9f6e9f5db6
|
manager: Show module conflict state with Magisk
|
2023-03-01 12:12:31 +08:00 |
|
tiann
|
c534ef672e
|
manager: Add prop to bugreport
|
2023-03-01 11:48:24 +08:00 |
|
tiann
|
3fe99712ba
|
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
|
6ec0c25173
|
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
|
93bcd78f89
|
manager: Update the bottom bar navigation logic(#254)
close #232
|
2023-02-20 10:37:40 +08:00 |
|
TinyHai
|
ebf6a52237
|
manager: Add key to LazyColumn's items to prevent incorrect allow sta… (#255)
|
2023-02-20 10:31:58 +08:00 |
|
Ylarod
|
60de2e4a6e
|
manager: send app list in bug report (#248)
We need this for uid in dmesg
|
2023-02-16 23:39:21 +08:00 |
|
tiann
|
c691a1adb2
|
manager: Add reboot shortcut for module screen
|
2023-02-14 12:01:05 +08:00 |
|
tiann
|
9a2a21ec5d
|
manager: Add more info to bugreport
|
2023-02-14 11:44:57 +08:00 |
|
tiann
|
a9fd0aa132
|
manager: Add kernel version to bugreport
|
2023-02-14 11:40:24 +08:00 |
|
tiann
|
198674d889
|
manager: show manager version
|
2023-02-14 11:37:37 +08:00 |
|
tiann
|
203a5683ac
|
manager: show safemode in homescreen
|
2023-02-14 11:29:16 +08:00 |
|
tiann
|
eeb8cda175
|
manager: show module state in safemode
|
2023-02-13 23:33:56 +08:00 |
|
tiann
|
55602f1f16
|
manager: ui state for safemode
|
2023-02-13 22:41:32 +08:00 |
|
tiann
|
49f7d56fdd
|
manager: Add send log
|
2023-02-03 18:14:42 +08:00 |
|
tiann
|
a05edb3872
|
manager: coming soon for system writable
|
2023-02-03 09:45:42 +08:00 |
|
tiann
|
43b8987b4b
|
manager: open installation guide when install
|
2023-02-03 09:45:42 +08:00 |
|
tiann
|
d7cef25665
|
manager: Superuser support refresh and hide system apps
|
2023-02-02 09:59:40 +08:00 |
|