Skip to content

Releases: psanford/wormhole-william-mobile

v1.0.10: Set BUILDTOOLS env in shell.nix

22 Nov 17:32
Compare
Choose a tag to compare

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

21 Aug 01:27
Compare
Choose a tag to compare

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

24 Feb 16:34
Compare
Choose a tag to compare
  • Upgrade GIU to fix crash #24 (thanks @uyar)
  • Space now converts to dash for easier wormhole code entry #20

v1.0.8rc2

24 Feb 00:50
Compare
Choose a tag to compare
v1.0.8rc2 Pre-release
Pre-release

-Fix paste from clipboard button

v1.0.8rc1

23 Feb 01:35
Compare
Choose a tag to compare
v1.0.8rc1 Pre-release
Pre-release
  • Fix app crash in UI framework #24
  • Convert spacebar to '-' for easier code entry

v1.0.7

28 Dec 22:35
Compare
Choose a tag to compare
  • Add support for android screen readers for accessibility

v1.0.6

20 Dec 01:55
Compare
Choose a tag to compare
  • Fix compatibility issue with the rust Magic Wormhole implementation.

v1.0.5

27 Nov 22:53
Compare
Choose a tag to compare
  • Fix issue with file send adding additional data to the end of the file #15 (thanks @rboyer)

v1.0.5rc1

09 Nov 04:37
Compare
Choose a tag to compare
v1.0.5rc1 Pre-release
Pre-release
  • Fix file copy send issue where we were appending extra data to the end of the file #15

v1.0.4

14 Jun 12:28
Compare
Choose a tag to compare
  • 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.