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>
APatch_11159_acfb4cf_main-release-signed.apk
5.8 MB
Commit acfb4cf on branch main
manager: introduce webui package manager api (#1337)
* manager: introduce pm api in webui
- sync with tiann/KernelSU#2928
Signed-off-by: KOWX712 <leecc0503@gmail.com>
Co-authored-by: Rifat Azad <33044977+rifsxd@users.noreply.github.com>
Co-authored-by: Fahrez256Bit <167403685+fahrez256@users.noreply.github.com>
❤6
APatch_11160_18efd27_main-release-signed.apk
5.8 MB
Commit 18efd27 on branch main
feat(ui): Add KPM config dialog and optimize extra items style (#1341)
* feat(ui): Add KPM configuration dialog and optimize the style of extra items
- Add a configuration dialog for KPM extra items, supporting the editing of events and parameters
- Remove the original inline editing function and adopt the dialog mode instead
- Adjust the background transparency of extra item cards to be opaque
❤12🔥2
APatch_11160_18efd27_workflow-release-signed.apk
5.8 MB
Commit 18efd27 on branch workflow
⚠ Don't download 不要下载
feat(ui): Add KPM config dialog and optimize extra items style (#1341)
* feat(ui): Add KPM configuration dialog and optimize the style of extra items
- Add a configuration dialog for KPM extra items, supporting the editing of events and parameters
- Remove the original inline editing function and adopt the dialog mode instead
- Adjust the background transparency of extra item cards to be opaque
⚠ Don't download 不要下载
APatch_11164_b51fdd9_main-release-signed.apk
5.8 MB
Commit b51fdd9 on branch main
Workflow run
ci: upload mapping artifacts and improve Telegram notifications (#1343)
- Update Python noscript to handle two APK uploads via sendMediaGroup
* Add Release1 (release APK) and Release2 (debug APK) media attachments
* Move caption to second document for better visibility
- Fix Telegram workflow to match field names with noscript
* Use -F "Release1=@$RELEASE_APK" -F "Release2=@$DEBUG_APK"
* Upload both variants in single request instead of separate calls
- Add ProGuard mapping file upload for crash deobfuscation
- Merge artifacts into single APatch package containing both variants
This enables simultaneous delivery of both build variants,
improving testing workflows.
Signed-off-by: Prslc <prslc113@gmail.com>
Workflow run
🤔11👍3🔥3❤2
APatch_11167_9c541f9_main-debug-signed.apk
24.7 MB
Commit 9c541f9 on branch main
Workflow run
fix #1182 #451 #926
In this commit, we will replace/bin/sh with the Android universal path/system/bin/sh to fix the issue where the module cannot take effect and the su path cannot be set to/system/bin/su instead of kp during startup. If you think this problem still persists, please reopen the issue,thanks for user @zhongxuegaohyyy help
Workflow run
🔥7❤2👍1