Releases: psanford/wormhole-william-mobile
Releases · psanford/wormhole-william-mobile
v1.0.13
Bump targetSdkVersion for play store compatibility.
v1.0.12
Restore clipboard/copy/paste behavior.
v1.0.11
Fixes rendering issues on Android 15.
Upgrade gio to 0.7.1 which fixes the issue where no text was being displayed on android 15 devices.
The copy paste functionality has been disabled to expedite this fix. It will be added back in a future release.
v1.0.10: Set BUILDTOOLS env in shell.nix
Fix permission check issue on Android 13+
On Android 13+ prompting for WRITE_EXTERNAL_STORAGE
always fails. We don't need to perform this check to write to the downloads directory.
v1.0.9
Minor upgrades.
- Update the targetsdk version to make the play store happy.
- Update wormhole-william library to get a few small fixes.
v1.0.8
- Upgrade GIU to fix crash #24 (thanks @uyar)
- Space now converts to dash for easier wormhole code entry #20
v1.0.8rc2
-Fix paste from clipboard button
v1.0.8rc1
- Fix app crash in UI framework #24
- Convert spacebar to '-' for easier code entry
v1.0.7
- Add support for android screen readers for accessibility
v1.0.6
- Fix compatibility issue with the rust Magic Wormhole implementation.