ShirkNeko
|
a68d5e8bbe
|
在super_access.c中添加对linux/nsproxy.h的引用
|
2025-04-12 15:02:22 +08:00 |
|
ShirkNeko
|
d45aa8197e
|
Remove unnecessary header file fs/mount.h and use linux/mount.h instead.
|
2025-04-12 14:54:10 +08:00 |
|
ShirkNeko
|
314d3ef97a
|
更新Makefile以使用super_access.o替代super_access.c
|
2025-04-12 14:44:50 +08:00 |
|
liankong
|
e3750ccd51
|
完善super_access
|
2025-04-12 10:35:08 +08:00 |
|
liankong
|
8bd07bf56c
|
Merge branch 'dev' of https://github.com/ShirkNeko/SukiSU-Ultra into dev
|
2025-04-11 15:19:48 +08:00 |
|
liankong
|
569183efe9
|
添加super_access机制
|
2025-04-11 15:19:18 +08:00 |
|
crazymrli
|
937cf25e9b
|
Merge pull request #38 from ShirkNeko/main
Merge to dev
|
2025-04-11 15:17:01 +08:00 |
|
Kousei
|
e2b6617577
|
Add String-vi (#36)
Add Vietnamese language translation
|
2025-04-10 23:42:28 +08:00 |
|
Re*Index. (ot_inc)
|
8323d6394b
|
Fix Japanese Translate! (#35)
* Update Japanese!
* Fix typo
* Fix typo 2
* Update strings.xml
* Update strings.xml
|
2025-04-10 23:39:02 +08:00 |
|
Re*Index. (ot_inc)
|
e31b892a20
|
Update Japanese Translate! (#34)
* Update Japanese!
* Fix typo
|
2025-04-10 15:48:24 +08:00 |
|
ShirkNeko
|
65b1518e26
|
Opt KPM module installation to support URL-encoded filenames and extract module IDs for dynamically constructed names.
This will fix the flashback issue due to path issue
Signed-off-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com>
|
2025-04-10 01:25:59 +08:00 |
|
ShirkNeko
|
865dbd3799
|
feat: Load Existing KPM Modules on KPM Monitor Startup
|
2025-04-08 19:03:29 +08:00 |
|
ShirkNeko
|
7de9d7967a
|
Add embedded and load-optimized KPM module installation and uninstallation prompt messages
|
2025-04-08 18:56:14 +08:00 |
|
ShirkNeko
|
aa2d2454e1
|
feat: 引入anyhow库以增强错误处理能力
|
2025-04-07 22:33:45 +08:00 |
|
ShirkNeko
|
b850336872
|
feat: Optimize KPM file processing logic, use is_some_and method to simplify extension checking, and enhance readability and stability of event processing.
|
2025-04-07 22:28:22 +08:00 |
|
ShirkNeko
|
138dec35c7
|
feat: Add KPM module management function, support loading, unloading and deleting all KPM modules.
|
2025-04-07 22:13:21 +08:00 |
|
ShirkNeko
|
569fffa962
|
feat: 引入notify库以支持KPM目录的文件监控
|
2025-04-07 21:40:25 +08:00 |
|
ShirkNeko
|
2a283e6793
|
feat: 修复unload_kpm函数的定义,添加缺失的fn关键字
|
2025-04-07 21:35:44 +08:00 |
|
ShirkNeko
|
73a7ba3ac9
|
feat: 将KPM相关函数公开以支持外部调用
|
2025-04-07 21:32:41 +08:00 |
|
ShirkNeko
|
c0c4ea9f86
|
feat: 引入KPM模块以支持文件系统数据处理
|
2025-04-07 21:26:08 +08:00 |
|
ShirkNeko
|
a13179cd09
|
feat: 添加KPM模块以支持KPM相关功能
|
2025-04-07 21:21:36 +08:00 |
|
ShirkNeko
|
de089b7b73
|
feat: Adding a KPM monitor to handle KPM file creation and deletion events
|
2025-04-07 21:18:14 +08:00 |
|
ShirkNeko
|
1b700fb8e0
|
Merge pull request #33 from ShirkNeko/dev
增加了两个必要的兼容函数,以确保能够运行Peekaboo.KPM
|
2025-04-07 19:48:03 +08:00 |
|
liankong
|
f0febf13f2
|
增加了两个必要的兼容函数,以确保能够运行Peekaboo.KPM
|
2025-04-07 19:43:06 +08:00 |
|
ShirkNeko
|
a002967a92
|
Refactor dialog implementation, replace ListDialog with AlertDialog to optimize user interaction experience.
This will improve fixing KMI and restoring init_boot image style issues
|
2025-04-07 16:56:40 +08:00 |
|
ShirkNeko
|
1167b20d89
|
Merge pull request #32 from ShirkNeko/dev
|
2025-04-07 15:40:48 +08:00 |
|
ShirkNeko
|
297ff3ae90
|
Dev (#31)
* 添加安装工具类,并增加把kpmmgr安装到/data/adb/ksu/bin的功能,方便模块调用
* Update README
* Update README
---------
Co-authored-by: liankong <xhsw.new@qq.com>
|
2025-04-07 15:38:04 +08:00 |
|
liankong
|
a39e2ce15a
|
Update README
|
2025-04-07 15:36:46 +08:00 |
|
liankong
|
78eda275d6
|
Update README
|
2025-04-07 15:35:21 +08:00 |
|
ShirkNeko
|
1fce0fd77d
|
添加安装工具类,并增加把kpmmgr安装到/data/adb/ksu/bin的功能,方便模块调用 (#30)
Co-authored-by: liankong <xhsw.new@qq.com>
|
2025-04-07 15:17:46 +08:00 |
|
liankong
|
c942393f21
|
添加安装工具类,并增加把kpmmgr安装到/data/adb/ksu/bin的功能,方便模块调用
|
2025-04-07 15:09:05 +08:00 |
|
ShirkNeko
|
040cc30e73
|
manager: Updates the sub-levels and patch levels of the Android version
|
2025-04-06 13:54:57 +08:00 |
|
ShirkNeko
|
6b75ffc928
|
Delete .github/dependabot.yml
|
2025-04-06 00:24:46 +08:00 |
|
WenHao2130
|
a7f1b21f91
|
manager: move more_settings_simplicity_mode to custom_settings (#28)
Signed-off-by: WenHao2130 <WenHao2130@outlook.com>
|
2025-04-05 15:28:09 +08:00 |
|
WenHao2130
|
c8f7d9d5bc
|
manager: beta -> Beta (#27)
Signed-off-by: WenHao2130 <WenHao2130@outlook.com>
|
2025-04-05 11:46:41 +08:00 |
|
WenHao2130
|
2520d45dc4
|
manager: add some animation (#26)
Signed-off-by: WenHao2130 <98936399+WenHao2130@users.noreply.github.com>
|
2025-04-05 02:59:25 +08:00 |
|
WenHao2130
|
8bdf8d98c3
|
manager: allow hide susfs status information
Signed-off-by: WenHao2130 <WenHao2130@outlook.com>
|
2025-04-04 21:32:06 +08:00 |
|
WenHao2130
|
04025f3d32
|
manager: allow hide some other information
Signed-off-by: WenHao2130 <WenHao2130@outlook.com>
|
2025-04-04 21:32:06 +08:00 |
|
ShirkNeko
|
4c7ed9c8ee
|
修正 SukiSU Ultra 展望字符串中的空格格式
|
2025-04-04 18:01:57 +08:00 |
|
ShirkNeko
|
c36f8b0df3
|
Opt the transparency slider display logic with AnimatedVisibility and update the formatting in the Chinese string resource.
Signed-off-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com>
|
2025-04-04 17:51:27 +08:00 |
|
WenHao2130
|
5ccec93940
|
manager: Use AnimatedVisibility for Exclude Modifications SwitchItem
Co-authored-by: Light summer <93428659+lightsummer233@users.noreply.github.com>
Co-authored-by: WenHao2130 <WenHao2130@outlook.com>
Signed-off-by: WenHao2130 <WenHao2130@outlook.com>
|
2025-04-04 17:24:36 +08:00 |
|
ShirkNeko
|
14b15e18f3
|
Update README.md
|
2025-04-04 15:49:21 +08:00 |
|
ShirkNeko
|
3e6f3b4d80
|
Merge pull request #22 from WenHao2130/main
ksud: update banner
|
2025-04-04 15:04:48 +08:00 |
|
WenHao2130
|
470b3106cb
|
ksud: update banner
Signed-off-by: WenHao2130 <WenHao2130@outlook.com>
|
2025-04-04 15:00:55 +08:00 |
|
ShirkNeko
|
e0074bc3ab
|
Docs: simplify susfs branch usage instructions, remove redundant information
|
2025-04-04 14:27:07 +08:00 |
|
ShirkNeko
|
8d04ecdc52
|
Adjust card transparency and shadow settings to improve visualization
|
2025-04-04 13:44:21 +08:00 |
|
ShirkNeko
|
c83b1e88b9
|
Merge pull request #19 from ShirkNeko/dev
Dev
|
2025-04-03 23:34:01 +08:00 |
|
ShirkNeko
|
0446cc499e
|
Merge branch 'main' into dev
|
2025-04-03 23:33:04 +08:00 |
|
ShirkNeko
|
8a6507e834
|
Manager: Add clean mode switch and option to hide kernel version number
|
2025-04-03 23:23:05 +08:00 |
|
ShirkNeko
|
09893b9472
|
Merge pull request #18 from WenHao2130/main
manager: optimize layout
|
2025-04-03 16:07:38 +08:00 |
|