Built on top of Obtainium v1.4.0
✨ New features
- Third-party installers can receive more than one APK at once (for example split or multi-APK installs). Paths are passed together so the external installer sees the full set, not only the base APK.
- XAPK, APKM, and similar ZIP-style bundles are opened with the right file type for the system and installers that expect a normal “open file” flow (similar to a file manager), which helps apps like InstallerX handle those bundles correctly.
⚡ Improved features
- After an install, copying APKs to your save folder and cleaning up temporary downloads runs in the background, so the installing state and UI can update sooner instead of waiting on file work.
- When downloaded files are deleted is more careful: it considers install success, whether you use an APK save folder, whether a copy succeeded, and skip rules for the current version, so leftovers and premature deletes are less likely.
🐛 Bug fixes
- Version strings with large numeric build numbers (for example numbers in parentheses) are no longer confused with git-style hex, so “update available” / version order should be clearer for those formats instead of wrongly looking ambiguous.
📌 Others
- Internal: small Android helper for MIME type of installable files and related content-provider behavior.