Commit Graph

504 Commits

Author SHA1 Message Date
ShirkNeko
d925036bd6 Optimize the error handling logic for loading and unloading modules, this will fix the file type error, and more detail handling-2 2025-04-02 17:59:59 +08:00
ShirkNeko
fbf2799674 Opt the error handling logic for loading and unloading modules, this will fix the file type error, and more detail handling 2025-04-02 17:59:29 +08:00
liankong
12c7558b91 给WebUI添加对KPM的操控支持 2025-04-02 14:03:50 +08:00
ShirkNeko
a971fee132 Revert "Add KPM module count display to the main page and update related string resources"
This reverts commit a45e0f78ef.
2025-04-01 17:27:51 +08:00
ShirkNeko
a45e0f78ef Add KPM module count display to the main page and update related string resources 2025-04-01 17:24:13 +08:00
ShirkNeko
e5f5b8f831 Add input dialogs to the KPM module to optimize control logic and display Snackbar prompts for operation results. 2025-04-01 17:04:00 +08:00
ShirkNeko
f71de1742a 优化KPM模块列表的获取逻辑,添加定时刷新功能,并调整空状态显示 2025-04-01 16:16:56 +08:00
ShirkNeko
57c65fdcda 移除调试签名配置,优化KPM版本显示逻辑,添加KPM控制成功和失败的提示字符串 2025-04-01 16:09:18 +08:00
ShirkNeko
0a9cf5f9aa Merge branch 'dev' of https://github.com/ShirkNeko/SukiSU-Ultra into dev 2025-04-01 15:56:40 +08:00
ShirkNeko
08fdf2bdad 为KPM模块添加控制功能,显示操作成功或失败的Snackbar提示,并优化模块信息获取逻辑 2025-04-01 15:56:30 +08:00
liankong
690c6bac38 Merge branch 'dev' of https://github.com/ShirkNeko/SukiSU-Ultra into dev 2025-04-01 15:54:03 +08:00
liankong
af81308097 修复获取不到完整信息的bug 2025-04-01 15:53:58 +08:00
ShirkNeko
90b79f5c04 将KPM模块的Snackbar持续时间从长改为短,以改善用户体验 2025-04-01 15:04:09 +08:00
liankong
0c5dcec7bc 尝试修复KPM信息解析 2025-04-01 14:57:22 +08:00
ShirkNeko
a30dfbc15d 优化KPM模块加载和卸载逻辑,改进错误处理,增强模块信息获取功能 2025-04-01 14:34:24 +08:00
ShirkNeko
408c3be675 优化Kpm模块相关函数的返回类型,改为Boolean或Int以提高可读性和准确性 2025-04-01 02:40:58 +08:00
ShirkNeko
f67f16733f 优化KPM模块加载逻辑,更新相关字符串资源,调整KPM版本显示条件 2025-03-31 23:22:03 +08:00
ShirkNeko
e9c5ffb430 优化HomeScreen,移除KPM状态检查,调整ContributionCard显示逻辑 2025-03-31 22:33:20 +08:00
ShirkNeko
cb2cdaed12 删除KernelConfigUtils.kt文件 2025-03-31 22:32:57 +08:00
ShirkNeko
37b00d49c8 添加KPM状态检查功能,并更新相关UI文本 2025-03-31 22:11:52 +08:00
ShirkNeko
c739bf6bfb 更新应用名称为 SukiSU Ultra,并修改相关提示信息为 SukiSU beta版管理器 2025-03-31 17:30:51 +08:00
ShirkNeko
b668378e23 重命名函数并更新命令以获取KPM版本信息 2025-03-31 15:52:57 +08:00
ShirkNeko
cb116286ed Manager: Fix the problem that the contrast of key color is too light 2025-03-31 14:50:27 +08:00
ShirkNeko
7f0ae95dfb Improve font color blending and contrast in dark mode.
Fix login issue (#19).

Modify styles for more settings.

Do not show the status of susfs when using lkm mode.

Signed-off-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com>
2025-03-31 14:50:20 +08:00
ShirkNeko
57c8d69e83 Manager: simplify and fix SUSFS version display errors
Signed-off-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com>
2025-03-30 18:30:53 +08:00
ShirkNeko
e27471fa9e 更新下载接口为 SukiSU-Ultra 的最新版本 2025-03-30 02:02:56 +08:00
ShirkNeko
269aea7cfc Add KPM module support, update related strings and view models 2025-03-30 01:54:27 +08:00
ShirkNeko
6e24d427d2 manager: fix typo in hide kernel version summary string 2025-03-29 19:12:46 +08:00
WenHao2130
aa53223b02 [wip]manager: allow hide kernelsu version
This is an experimental commit

Signed-off-by: WenHao2130 <WenHao2130@outlook.com>
2025-03-29 18:20:34 +08:00
ShirkNeko
03c97d2720 manager: update .gitignore and add strings for kernel module management 2025-03-29 16:53:36 +08:00
WenHao2130
ddd0da86cd manager: enhanced device model retrieval with Huawei' market name checking
Signed-off-by: WenHao2130 <WenHao2130@outlook.com>
2025-03-29 16:11:39 +08:00
ShirkNeko
11ec41aadb manager: Add kpmmgr to build workflows and optimize device model retrieval logic 2025-03-29 16:03:56 +08:00
ShirkNeko
ae3c591638 Manager: Enhanced Device Model Retrieval with One Plus' Market Name Checking 2025-03-29 01:35:33 +08:00
WenHao2130
f4f78883b4 manager: update some translations
Signed-off-by: WenHao2130 <WenHao2130@outlook.com>
2025-03-28 16:55:12 +08:00
WenHao2130
02aee87987 manager: optimize layout
Signed-off-by: WenHao2130 <WenHao2130@outlook.com>
2025-03-28 16:45:20 +08:00
ShirkNeko
11ba242acc Update button colors to support dynamic themes 2025-03-27 12:44:26 +08:00
ShirkNeko
9e00e8feb6 Opt the code and add color to the buttons. 2025-03-26 18:59:58 +08:00
ShirkNeko
52514cc5b3 Updated agp version to 8.9.1, added white color theme 2025-03-26 14:53:10 +08:00
ShirkNeko
a33094f45f Opt Flash and Install interface button elements, adjust colors and dialog box styles 2025-03-24 14:31:11 +08:00
ShirkNeko
06cb43b3a1 Opt theme color management
adjust button color to fit dark mode
2025-03-23 18:05:04 +08:00
ShirkNeko
0266115dac Opt theme mode management
Update card color and dark color setting logic
2025-03-23 16:50:00 +08:00
ShirkNeko
cca608954a - Optimizing interface text
- Use string resources instead of hardcoding
2025-03-23 10:36:10 +08:00
ShirkNeko
82edd46e0e - Optimize the logic of obtaining the model number of Xiaomi devices
- Add custom transparency settings, adjust the default transparency in dark color mode
2025-03-23 02:46:26 +08:00
ShirkNeko
04db01cdbc Fix the problem of disappearing background in dark color mode 2025-03-23 00:26:58 +08:00
ShirkNeko
7265d5aacd - Manger: Fix the device model acquisition logic
- Manger: Update card default shadow and transparency settings, optimize theme color scheme

- Manger: Optimize dark color mode style

Signed-off-by:ShirkNeko<ShirkNeko@2773800761@qq.com>
2025-03-23 00:06:03 +08:00
ShirkNeko
ff99ab8e62 Changing the custom background expand more options logic
Co-authored-by:ShirkNeko <ShirkNeko@alone2832165@gmail.com>
2025-03-22 16:37:30 +08:00
ShirkNeko
192f36fb3c Changing the custom background expand more options logic
Co-authored-by:Shirkneko <ShirkNeko@alone2832165@gmail.com>
2025-03-22 16:35:56 +08:00
ShirkNeko
7b7fff91a6 Upload source files to complete submission of history changes
Co-authored-by:Shirkneko <Shirkneko@2773800761@qq.com>
2025-03-22 15:20:51 +08:00
Rifat Azad
3121eb0f9a manager: add susfs status and sus_su toggle
userspace: add susfsd
ci: build susfsd
ksud_overlayfs: update aarch64 bin  BusyBox v1.36.1.1 topjohnwu (2024-10-06 01:38:43 PDT)

Co-authored-by: rifsxd <rifat.44.azad.rifs@gmail.com>
2025-03-22 15:20:02 +08:00
ShirkNeko
3208a916e2 Cherry-pick commit 00ae4f9 2025-03-22 14:12:36 +08:00