Skip to content

Releases: psanford/wormhole-william-mobile

v1.0.13

30 Nov 19:41
Compare
Choose a tag to compare

Bump targetSdkVersion for play store compatibility.

v1.0.12

30 Nov 19:28
Compare
Choose a tag to compare

Restore clipboard/copy/paste behavior.

v1.0.11

30 Nov 06:13
Compare
Choose a tag to compare

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

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.