Ylarod
|
7568d55be1
|
Build KernelSU as LKM (#1254)
Co-authored-by: weishu <twsxtd@gmail.com>
|
2024-03-15 18:53:24 +08:00 |
|
TinyHai
|
22a1276a22
|
manager: a small fix in InstallScreen (#1434)
今天刷一个模块,刷入时要配置一些内容,然后发现每次输出我都得手动滑动一下才能看全内容,就很难受。气得我直接翻源码,就有了这个PR :P
- 防止logContent在重组时丢失。
- 修复输出内容总是自动滚动到上次内容的最底部,而不是最新内容的最底部的f问题。
|
2024-03-08 19:35:52 +08:00 |
|
Syuugo
|
0eea198c2f
|
Upgrade Gradle and AGP (#1431)
and Fix batch line config
|
2024-03-08 10:31:41 +08:00 |
|
TinyHai
|
425713fad3
|
manager: refine dialog component & add an animation to UpdateCard (#1429)
|
2024-03-08 10:31:14 +08:00 |
|
weishu
|
1d7d406745
|
manager: change webview debug icon
|
2024-03-04 15:10:16 +08:00 |
|
5ec1cff
|
cd772fa250
|
manager: allow enable webview debugging (#1412)
|
2024-03-03 22:24:02 +08:00 |
|
weishu
|
e39a80f91e
|
webui: use global mount namespace by default.
|
2024-02-29 13:59:13 +08:00 |
|
weishu
|
622a7d73dc
|
Revert "webui: support mount master mode"
This reverts commit 922703d2ff.
|
2024-02-29 13:58:44 +08:00 |
|
weishu
|
922703d2ff
|
webui: support mount master mode
|
2024-02-29 13:55:07 +08:00 |
|
Weblate (bot)
|
3f341a4e3a
|
Translations update from Hosted Weblate (#1376)
Translations update from [Hosted Weblate](https://hosted.weblate.org)
for
[KernelSU/Manager](https://hosted.weblate.org/projects/kernelsu/manager/).
Current translation status:

---------
Co-authored-by: yuztass <inkognito0901@gmail.com>
Co-authored-by: Federico Lombardo <mlomb.federalberto@gmail.com>
Co-authored-by: I g o r <igormczampola1@gmail.com>
Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
Co-authored-by: Kazuki Nakashima <flukfik41@gmail.com>
Co-authored-by: Rex_sa <rex.sa@pm.me>
Co-authored-by: dabao1955 <dabao1955@163.com>
Co-authored-by: / <sahmatov267@gmail.com>
|
2024-02-25 23:11:08 +08:00 |
|
weishu
|
bf71ff133c
|
manager: Add adb file details to log
|
2024-02-25 22:36:58 +08:00 |
|
weishu
|
a9b156df43
|
manager: Add ksu file real size to logs
|
2024-02-25 22:33:04 +08:00 |
|
weishu
|
1690e5db02
|
manager: Use global mount namespace to gather logs
|
2024-02-25 22:30:53 +08:00 |
|
heinu
|
62a31b3dc2
|
manager: Allow http for more localhost (#1385)
|
2024-02-25 18:21:52 +08:00 |
|
weishu
|
a395b1011e
|
manager: Allow http for localhost
|
2024-02-24 11:20:14 +08:00 |
|
weishu
|
c95163b144
|
manager: Enter -> Open
|
2024-02-23 19:47:37 +08:00 |
|
weishu
|
648d56da39
|
manager: use kernelsu's domain instead of default one
|
2024-02-23 18:54:40 +08:00 |
|
weishu
|
33c0a9eebd
|
manager: remove http that was introduced before
|
2024-02-23 18:49:18 +08:00 |
|
Weblate (bot)
|
3f86fb016d
|
Translations update from Hosted Weblate (#1319)
Translations update from [Hosted Weblate](https://hosted.weblate.org)
for
[KernelSU/Manager](https://hosted.weblate.org/projects/kernelsu/manager/).
Current translation status:

---------
Co-authored-by: yuztass <inkognito0901@gmail.com>
Co-authored-by: 聖小熊 <as406010503@gmail.com>
Co-authored-by: dabao1955 <dabao1955@163.com>
Co-authored-by: I g o r <igormczampola1@gmail.com>
Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
Co-authored-by: Igor Sorocean <sorocean.igor@gmail.com>
Co-authored-by: Skallr2 <pm563838@gmail.com>
Co-authored-by: weishu <twsxtd@gmail.com>
|
2024-02-23 18:32:56 +08:00 |
|
weishu
|
66316e76f5
|
manager: Add entry for module ui
|
2024-02-23 18:28:28 +08:00 |
|
weishu
|
5591a94f87
|
manager: create new root shell for module installation to avoid block other su operations
|
2024-02-23 18:28:28 +08:00 |
|
weishu
|
f855f8148a
|
manager: use global mnt shell to aovid nsenter
|
2024-02-23 18:28:28 +08:00 |
|
weishu
|
9635a00036
|
manager: use SuFile to load webview assets to avoid spoofing manager's mount namespace
|
2024-02-23 18:04:08 +08:00 |
|
weishu
|
a99c69f9b4
|
manager: Usse WebViewAssetLoader instead of file uri. refer: https://developer.android.com/reference/androidx/webkit/WebViewAssetLoader
androidCompileSdkVersion changed to meet webview library requirements
|
2024-02-23 16:12:53 +08:00 |
|
weishu
|
77d16ac896
|
js: support spawn jsapi
|
2024-02-23 00:16:04 +08:00 |
|
weishu
|
d02855a40a
|
js: simplify the exec call
|
2024-02-22 22:41:50 +08:00 |
|
weishu
|
f20ccc1728
|
manager: Add jsapi: toast
|
2024-02-22 20:40:52 +08:00 |
|
weishu
|
66e7db2a4e
|
manager: Add more abilities to js exec
|
2024-02-22 20:39:46 +08:00 |
|
weishu
|
329010a694
|
manager: mount modules webui resources to manager directly.
|
2024-02-22 16:26:39 +08:00 |
|
weishu
|
55f8f2da90
|
manager: support full screen for webui
|
2024-02-20 23:25:57 +08:00 |
|
weishu
|
65bff7bf03
|
manager: Allow localstroage for webview
|
2024-02-20 20:23:43 +08:00 |
|
weishu
|
fceffc9cfe
|
manager: support load module webui
|
2024-02-20 19:21:07 +08:00 |
|
Syuugo
|
20c19d7126
|
Update mamager configs (#1359)
Upgrade Gradle and AGP.
Fixing workflow.
|
2024-02-18 11:40:05 +08:00 |
|
weishu
|
5db51b0715
|
manager: fix misleading tips when grant root failed.
|
2024-02-02 12:25:30 +08:00 |
|
weishu
|
7f53882007
|
manager: Fix icon for settings update
|
2024-01-29 21:43:55 +08:00 |
|
weishu
|
8abd37a35c
|
manager: Add option to disable update close #1303
|
2024-01-29 21:33:24 +08:00 |
|
Weblate (bot)
|
eaa12161d6
|
Translations update from Hosted Weblate (#1284)
Translations update from [Hosted Weblate](https://hosted.weblate.org)
for
[KernelSU/Manager](https://hosted.weblate.org/projects/kernelsu/manager/).
Current translation status:

---------
Co-authored-by: 聖小熊 <as406010503@gmail.com>
Co-authored-by: I g o r <igormczampola1@gmail.com>
Co-authored-by: dabao1955 <dabao1955@163.com>
Co-authored-by: Mahendar Y <mahendar625934@gmail.com>
Co-authored-by: Ali Beyaz <alipolatbeyaz@gmail.com>
Co-authored-by: Integral <integral@murena.io>
Co-authored-by: 周港 <z200645049@gmail.com>
Co-authored-by: LolekLiam <liamstaric@gmail.com>
Co-authored-by: Skallr2 <pm563838@gmail.com>
Co-authored-by: charlotte <charlotterose@duck.com>
|
2024-01-27 11:31:11 +08:00 |
|
Mufanc
|
1637864636
|
manager: pin the selected items to the top of the groups and capabilities list (#1285)
|
2024-01-15 20:31:59 +08:00 |
|
Weblate (bot)
|
90d63fe184
|
Translations update from Hosted Weblate (#1259)
Translations update from [Hosted Weblate](https://hosted.weblate.org)
for
[KernelSU/Manager](https://hosted.weblate.org/projects/kernelsu/manager/).
Current translation status:

---------
Co-authored-by: Ali Beyaz <alipolatbeyaz@gmail.com>
Co-authored-by: Сергій <sergiy.goncharuk.1@gmail.com>
Co-authored-by: Jia-Bin <cracky.ice@gmail.com>
Co-authored-by: dabao1955 <dabao1955@163.com>
Co-authored-by: I g o r <igormczampola1@gmail.com>
Co-authored-by: Ričards L <ricards.lacis18@gmail.com>
Co-authored-by: Madis Otenurm <robotkoer@gmail.com>
|
2024-01-07 14:37:28 +08:00 |
|
Weblate (bot)
|
ddff9ee701
|
Translations update from Hosted Weblate (#1237)
Translations update from [Hosted Weblate](https://hosted.weblate.org)
for
[KernelSU/Manager](https://hosted.weblate.org/projects/kernelsu/manager/).
Current translation status:

---------
Co-authored-by: Ali Beyaz <alipolatbeyaz@gmail.com>
Co-authored-by: Сергій <sergiy.goncharuk.1@gmail.com>
Co-authored-by: Jia-Bin <cracky.ice@gmail.com>
Co-authored-by: dabao1955 <dabao1955@163.com>
Co-authored-by: I g o r <igormczampola1@gmail.com>
|
2024-01-06 21:27:48 +08:00 |
|
Cheng Haobo
|
eb3f604ab8
|
Fix typo in LogEvent.kt (#1244)
Mahcine -> Machine
|
2024-01-03 16:45:58 +08:00 |
|
Weblate (bot)
|
d867c3c5e2
|
Translations update from Hosted Weblate (#1203)
Translations update from [Hosted Weblate](https://hosted.weblate.org)
for
[KernelSU/Manager](https://hosted.weblate.org/projects/kernelsu/manager/).
Current translation status:

---------
Co-authored-by: Ali Beyaz <alipolatbeyaz@gmail.com>
Co-authored-by: melamit <leominer.work@gmail.com>
Co-authored-by: wxt1221 <3264117476@qq.com>
Co-authored-by: NotNoelChannel <notnoel12345678@gmail.com>
|
2023-12-27 22:17:04 +08:00 |
|
Weblate (bot)
|
064de704f2
|
Translations update from Hosted Weblate (#1146)
Translations update from [Hosted Weblate](https://hosted.weblate.org)
for
[KernelSU/Manager](https://hosted.weblate.org/projects/kernelsu/manager/).
Current translation status:

---------
Co-authored-by: Hossain Rizbi <rsajib387@gmail.com>
Co-authored-by: Skallr2 <pm563838@gmail.com>
Co-authored-by: La prière <lapriere@users.noreply.hosted.weblate.org>
Co-authored-by: wxt1221 <3264117476@qq.com>
Co-authored-by: Đorđe Vasiljević <djordje.vasiljevich@gmail.com>
Co-authored-by: Wisnu Gunawan <rem01gaming@gmail.com>
Co-authored-by: ⭐ <vanni@f5.si>
|
2023-12-04 11:52:43 +08:00 |
|
weishu
|
3783f82b28
|
manager: upgrade libsu
|
2023-11-16 11:32:35 +08:00 |
|
Weblate (bot)
|
8196243478
|
Translations update from Hosted Weblate (#1125)
Translations update from [Hosted Weblate](https://hosted.weblate.org)
for
[KernelSU/Manager](https://hosted.weblate.org/projects/kernelsu/manager/).
Current translation status:

---------
Co-authored-by: Ali Beyaz <alipolatbeyaz@gmail.com>
Co-authored-by: Skallr2 <pm563838@gmail.com>
Co-authored-by: hoanghuy309 <hoanghuy309@gmail.com>
Co-authored-by: La prière <lapriere@users.noreply.hosted.weblate.org>
Co-authored-by: Rex_sa <rex.sa@pm.me>
Co-authored-by: Wisnu Gunawan <rem01gaming@gmail.com>
|
2023-11-13 18:50:20 +08:00 |
|
Weblate (bot)
|
c26a26b92d
|
Translations update from Hosted Weblate (#1115)
Translations update from [Hosted Weblate](https://hosted.weblate.org)
for
[KernelSU/Manager](https://hosted.weblate.org/projects/kernelsu/manager/).
Current translation status:

---------
Co-authored-by: Ali Beyaz <alipolatbeyaz@gmail.com>
Co-authored-by: hoanghuy309 <hoanghuy309@gmail.com>
Co-authored-by: nottellingya <jorjoraguilar10@gmail.com>
Co-authored-by: weishu <twsxtd@gmail.com>
|
2023-11-08 12:29:07 +08:00 |
|
Ylarod
|
75e64eafd2
|
update tr translate (#1108)
Co-authored-by: Deniz Kalma <75412448+mdksec@users.noreply.github.com>
Co-authored-by: Ali Beyaz <symbuzzer@users.noreply.github.com>
|
2023-11-07 17:52:46 +08:00 |
|
Weblate (bot)
|
0f09b90f5b
|
Translations update from Hosted Weblate (#1088)
Translations update from [Hosted Weblate](https://hosted.weblate.org)
for
[KernelSU/Manager](https://hosted.weblate.org/projects/kernelsu/manager/).
Current translation status:

---------
Co-authored-by: Kazuki Nakashima <flukfik41@gmail.com>
Co-authored-by: dabao1955 <dabao1955@163.com>
Co-authored-by: Ali Beyaz <alipolatbeyaz@gmail.com>
Co-authored-by: I g o r <igormczampola1@gmail.com>
Co-authored-by: tit4nnub <vaoaal@gmail.com>
Co-authored-by: Adiemi Azmi <budaknoob7@gmail.com>
Co-authored-by: 李逍遥 <a3327997820@gmail.com>
Co-authored-by: Igor Sorocean <sorocean.igor@gmail.com>
|
2023-11-02 17:22:27 +08:00 |
|
weishu
|
4c79ad7a81
|
manager: Fix module changelog fetch failed. close #1084
|
2023-10-25 11:11:44 +08:00 |
|
weishu
|
318be535a8
|
manager: Add missing groups
|
2023-10-24 22:56:27 +08:00 |
|