Conversation
3 tasks
4 tasks
# [1.15.0-dev.1](v1.14.0...v1.15.0-dev.1) (2026-04-11) ### Bug Fixes * Cancel patcher worker immediately on user cancellation ([4f0b312](4f0b312)) * Refresh patch options only once on bundle load ([bf04846](bf04846)) * Show full patching log in error dialog when no specific error is captured ([f18d826](f18d826)) ### Features * Add Expert badge to patch bundle viewer ([169ff75](169ff75)) * Add import/export selection buttons in patch selection dialog ([c5b4ef6](c5b4ef6))
Replace `withContext` with `runInterruptible` in `Merger.merge` so that blocking operations (loadApkDirectory, mergeModules, writeApk) are interrupted immediately via `Thread.interrupt()` when the patcher worker is canceled. Previously, `withContext` would wait for the blocking call to finish naturally before throwing `CancellationException`, leaving temporary `split-<timestamp>` directories on disk and causing them to accumulate when the user restarted patching.
3 tasks
4 tasks
# [1.15.0-dev.3](v1.15.0-dev.2...v1.15.0-dev.3) (2026-04-14) ### Bug Fixes * Improve APK load error messages with distinct failure reasons ([3174f28](3174f28)) * Use `GetContent` instead of `OpenDocument` for APK/bundle pickers ([cb3551d](cb3551d))
4 tasks
`patch_selections` rows were not deleted when all patches were deselected, causing stale package counts. Fixed `getPackagesWithSelection` queries to use `INNER JOIN` `selected_patches` (only return packages with at least one selected patch), and added `deleteEmptySelections()` call in `updateSelections` to clean up orphaned rows. Note: existing orphaned rows in the user's database will persist until the next `updateSelections` call (i.e. after the next patch selection save). Cloese #427
4 tasks
This was
linked to
issues
Apr 15, 2026
Previously, `tryGetFromInstalled` returned data for disabled system apps, causing them to take priority over saved original APKs due to `INSTALLED` source ranking. Now disabled apps are skipped, allowing the resolver to correctly fall through to the saved APK. Closes #343
4 tasks
# [1.15.0-dev.4](v1.15.0-dev.3...v1.15.0-dev.4) (2026-04-15) ### Bug Fixes * Don't count empty patch selections in package badge ([e073ecf](e073ecf)) * Show success toast after bundle import completes ([74d05cb](74d05cb)) * Skip disabled installed apps in AppDataResolver ([8eaa88b](8eaa88b)) ### Features * Add Android TV launcher support ([38f2703](38f2703)) * Show update date for single default bundle in management sheet ([16e81bb](16e81bb))
3 tasks
3 tasks
… on fetch failure
# [1.15.0-dev.5](v1.15.0-dev.4...v1.15.0-dev.5) (2026-04-16) ### Bug Fixes * Re-download bundle if version matches but createdAt differs ([2e77833](2e77833)) * Show failing bundle name in error toast and auto-disable bundles on fetch failure ([1c3a384](1c3a384)) ### Features * Export/import third-party bundles with manager settings ([e5c826f](e5c826f)) * Group compatible versions by bundle in APK availability dialog ([#432](#432)) ([362d097](362d097))
LisoUseInAIKyrios
approved these changes
Apr 17, 2026
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.Before merging this PR