Skip to content

fix: Resilient patch bundle loading + quieter ADB logging + unique version output naming - #224

Open
prateek-who wants to merge 3 commits into
devfrom
gui-patch-bundle-error-fix
Open

fix: Resilient patch bundle loading + quieter ADB logging + unique version output naming#224
prateek-who wants to merge 3 commits into
devfrom
gui-patch-bundle-error-fix

Conversation

@prateek-who

@prateek-who prateek-who commented Jul 24, 2026

Copy link
Copy Markdown
Contributor
  • Failing to load a patch source now properly throws an error instead of loading forever. We also show a banner mentioning that a patch source has failed to load.
  • abd logs are now quieter. Now only connect, disconnect, and status transitions are logged.
  • Output names already tried to encode the app version, but it came from the input filename, so a renamed input fell back to "patched" and different app versions overwrote each other. The app version is now read from the APK manifest (versionName) properly.
  • Also changed how the LEDs work on the source sheet and the source pill. The LEDs now properly reflect the state of the patch source instead of just showing what is active or inactive.
  • Patcher version is now properly read from classpath instead of trusting the libs.toml file.
  • Patch load failures no longer surface as a blank "Failed to load". Full chain is logged and shown in the UI. (Even when the .message is null (might need more fixing in other places.)
  • Log the patcher and library info in the logs and the tools dialog.

…nique output naming

- Failing to load a patch source now properly throws an error instead of loading forever. We also show a banner mentioning that a patch source has failed to load.
- abd logs are now quieter. Now only connect, disconnect, and status transitions are logged.
- Output names already tried to encode the app version, but it came from the input filename, so a renamed input fell back to "patched" and different app versions overwrote each other. The app version is now read from the APK manifest (versionName) properly.
…(library and patcher) versions logging in logs and tools dialog

- patcher version is now properly read from classpath instead of trusting the libs.toml file.
- Patch load failures no longer surface as a blank "Failed to load". Full
chain is logged and shown in the UI. (Even when the .message is null (might need more fixing in other places.)
- Log the patcher and library info in the logs and the tools dialog.
@LisoUseInAIKyrios LisoUseInAIKyrios changed the title fix: resilient patch bundle loading + quieter ADB logging + version unique output naming fix: Resilient patch bundle loading + quieter ADB logging + unique version output naming Jul 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant