Releases: psanford/wormhole-william-mobile
Releases · psanford/wormhole-william-mobile
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.
v1.0.5
- Fix issue with file send adding additional data to the end of the file #15 (thanks @rboyer)
v1.0.5rc1
- Fix file copy send issue where we were appending extra data to the end of the file #15
v1.0.4
- Fix issue on Android-10 where downloads were not being saved to the system Downloads folder.
- Add support for QR code scanning of Wormhole codes.
- Add configuration options for Rendezvous URL and default code length.
- Add a sharing intent to allow sharing files directly from other apps.