APatch_11145_46d714e_on_Lua-release-signed.apk
5.7 MB
Commit 46d714e on branch Lua
⚠ Don't download 不要下载
featrue: add new featrue support lua noscript
fix state '-' to '_'
⚠ Don't download 不要下载
APatch_11145_f5be171_on_Lua-release-signed.apk
5.7 MB
Commit f5be171 on branch Lua
⚠ Don't download 不要下载
featrue: add new featrue support lua noscript
fix state '-' to '_'
run lua in exec_stage_noscript
⚠ Don't download 不要下载
APatch_11145_fb92913_on_Lua-release-signed.apk
5.7 MB
Commit fb92913 on branch Lua
⚠ Don't download 不要下载
featrue: add new featrue support lua noscript
fix state '-' to '_'
run lua in exec_stage_noscript
add lite_mod and overlayfs state
⚠ Don't download 不要下载
🖕2
APatch_11145_a5a5c4a_on_Lua-release-signed.apk
5.7 MB
Commit a5a5c4a on branch Lua
⚠ Don't download 不要下载
featrue: add new featrue support lua noscript
fix state '-' to '_'
run lua in exec_stage_noscript
add lite_mod and overlayfs state
⚠ Don't download 不要下载
APatch_11145_a5a5c4a_on_main-release-signed.apk
5.7 MB
Commit a5a5c4a on branch main
featrue: add new featrue support lua noscript
fix state '-' to '_'
run lua in exec_stage_noscript
add lite_mod and overlayfs state
❤8🔥1
APatch_11147_4de284f_main-release-signed.apk
5.8 MB
Commit 4de284f on branch main
fixup! `570c572` getBranchName func and run fmt
Signed-off-by: GarfieldHan <2652609017@qq.com>
APatch_11148_bc9dbeb_main-release-signed.apk
5.8 MB
Commit bc9dbeb on branch main
Bump KernelPatch to `0.12.3`
Signed-off-by: GarfieldHan <2652609017@qq.com>
👍9❤3👎1🔥1
APatch_11149_647f964_exclude-release-signed.apk
5.8 MB
Commit 647f964 on branch exclude
⚠ Don't download 不要下载
feat: Add SuperUser global one-click exclusion feature
⚠ Don't download 不要下载
🔥6🤡1
APatch_11150_c142d52_main-release-signed.apk
5.8 MB
Commit c142d52 on branch main
apd: Fix UID comparison for cloned apps
Co-Authored-By: aa1919bc-ship-it <225540103+aa1919bc-ship-it@users.noreply.github.com>
🔥5❤1
APatch_11151_8e4b71a_main-release-signed.apk
5.8 MB
Commit 8e4b71a on branch main
kp: bump to 0.12.4
Fix package id logic
try to fix some kpm not work and device bootloop
❤3🥰2
APatch_11152_8b3b945_main-release-signed.apk
5.8 MB
Commit 8b3b945 on branch main
feat(ui): add module search (#1328)
Add a search bar in APM and KPM screens, supporting filtering modules by name, denoscription, and author
Remove the original TopBar component and replace it with SearchAppBar
❤7👍2🔥2🥰2
APatch_11156_1274f53_main-release-signed.apk
5.8 MB
Commit 1274f53 on branch main
manager: prevent module update crash by safely reading HTTP response
Previously, calling body!!.string() could crash if the HTTP response body was null.
Now, the response is read with body?.string().orEmpty() inside runCatching().getOrDefault(""),
so empty or failed responses won’t cause a crash. The update behavior itself is unchanged.
Fix part of #1123: resolved issue 2
Signed-off-by: Prslc <prslc113@gmail.com>
🥰3❤1
APatch_11155_34ff43a_main-release-signed.apk
5.8 MB
Commit 34ff43a on branch main
build(deps): bump the maven-dependencies group across 1 directory with 8 updates
......
❤7🥰6🔥2
APatch_11157_b5d80bd_main-release-signed.apk
5.8 MB
Commit b5d80bd on branch main
manager: remove text from module buttons (#1335)
* manager: remove text from module buttons
Signed-off-by: YangQi0408 <a123er3643@163.com>
Co-authored-by: Admire <admire1971@outlook.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>