Draft
Conversation
Reduces memory requirements for bytecode patches and speeds up dex rebuilding. Adds flag `--bytecode-mode` which can be set to * `FULL` - the legacy behavior, rebuilds all dex files, requires the most time and memory * `STRIP_FAST` - default, fastest with least memory requirements but produces bigger APK files * `STRIP_SAFE` - faster than `FULL` with somewhat reduced memory requirements, not as performant as `STRIP_FAST` --------- Co-authored-by: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com>
# [1.8.0-dev.1](v1.7.0...v1.8.0-dev.1) (2026-04-18) ### Features * Faster dex rebuilding + reduced memory requirements ([#108](#108)) ([ed8918e](ed8918e))
2 tasks
# [1.8.0-dev.2](v1.8.0-dev.1...v1.8.0-dev.2) (2026-04-18) ### Bug Fixes * Include Notice and License files in shadow jar release ([#113](#113)) ([a9a2402](a9a2402))
# [1.8.0-dev.3](v1.8.0-dev.2...v1.8.0-dev.3) (2026-04-18) ### Features * Add in-app dependency license viewer ([#114](#114)) ([77a1dde](77a1dde))
# [1.8.0-dev.4](v1.8.0-dev.3...v1.8.0-dev.4) (2026-04-19) ### Bug Fixes * Update to latest patcher ([efd0cf1](efd0cf1))
2 tasks
# [1.8.0-dev.5](v1.8.0-dev.4...v1.8.0-dev.5) (2026-04-20) ### Bug Fixes * Re-enable strip libs feature ([#117](#117)) ([6d2bb94](6d2bb94))
# [1.8.0-dev.6](v1.8.0-dev.5...v1.8.0-dev.6) (2026-04-21) ### Bug Fixes * continue-on-error fix + force windows to `FULL` ([#120](#120)) ([036faba](036faba))
2 tasks
2 tasks
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request will Merge branch
devtomain.