Skip to content

Releases: 0x4f53/Wristkey

v3.1

03 Mar 13:43
564d67d
Compare
Choose a tag to compare

What's new

  • Added a new compact mode. This lets the same APK work on both Wear OS and Android, without needing to maintain two separate projects.

v3.0

18 Feb 21:42
561e063
Compare
Choose a tag to compare

What's new

  • Encrypted standalone WiFi transfers (phone to watch, phone to phone, watch to phone. etc.) using XSalsa-Poly1305 public key encryption with X25519 (#19 )
  • Added drag-to-rearrange gesture (#2)
  • Fixed a lockscreen bug
  • Added new tap-to-reveal gesture
  • Added swipe to edit gesture
  • Made search more optimized and accurate
  • Optimized layout for round watches
  • Added support for rotating bezels and crowns (@huynhduc0)
  • Device agnostic: app can now run on any Android device
  • Changed the UI a bit to make the app look better on OLED displays
  • Performance improvements

v2.2

26 Nov 22:51
5c3afa1
Compare
Choose a tag to compare

What's new

  • Refreshed account item UI
  • Added search button
  • Updated about screen

v2.1

18 Nov 22:23
b25a6a2
Compare
Choose a tag to compare

What's new

  • Added file picker option for devices that support it
  • New monochrome colors to be more platform agnostic
  • Fixed import bugs.
  • Made export screen stay always on

Bug fixes

  • Fixed a bug with decodeOtpAuthUrl() where the period parameter could get extracted incorrectly

v2.0

16 Nov 00:06
cb2ec75
Compare
Choose a tag to compare

What's new

  • Refreshed UI and support for Wear OS 3.0
  • Added batched exports
  • Added a persistent clock to all screens
  • Made app compatible with any device running Android 7.1+ (phones included)
  • Added a camera QR code scanning option for devices with cameras

Bug fixes

  • Fixed a bug where lock screens weren't working
  • Fixed a bug where pattern lock screens wouldn't show
  • Fixed app lag and choppy performance
  • Fixed several export algorithms
  • Fixed a bug where permissions wouldn't be asked properly

Removals

  • Removed the theming menu. Themes can now be applied by cloning the project and editing the gradient start and end colors in colors.xml.

v1.3.1

06 Jun 09:41
Compare
Choose a tag to compare

What's New

  • Added option to import from otpauth URLs, QR Codes and andOTP.
  • Added icons for Aegis Authenticator, andOTP, Bitwarden and Google Authenticator.
  • Added digit length 5.
  • Refactored code.

Bug Fixes

  • Fixed counter-based accounts not working.
  • Fixed crash when counter-based accounts are added.

v1.3

06 Jun 09:41
Compare
Choose a tag to compare

What's New

  • Added option to edit data for individual accounts after entry.
  • Moved delete option to edit screen.
  • Added support for Aegis authenticator importing.
  • Added support for Wristkey backup importing.
  • Added support for Bitwarden non-Google Authenticator importing.
  • App data (theme settings, privacy settings etc) are now stored encrypted.

Bug Fixes

  • Fixed security flaw where lock screen could be disabled via ADB.
  • Fixed QR code visibility issues.
  • Fixed theme colors not being set properly.

v1.2.2

06 Jun 09:42
Compare
Choose a tag to compare

What's New

  • Added exporting support

Bug Fixes

  • Fixed API and Chaquopy license error
  • Fixed app closing unexpectedly
  • Fixed security flaw with unsafe data passing
  • Fixed oversized QR code

v1.2.1

06 Jun 09:46
Compare
Choose a tag to compare

What's New

  • Added in-app settings for lockscreen and ambient mode.
  • Added JPG support for Google Authenticator importing.
  • Added lock screen (when available) for QR Code display, and item deletion.

Bug Fixes

  • Fixed security flaw where app would launch after incorrect credentials.
  • Fixed import with username checkbox not working on Google Authenticator import screen.
  • Fixed latest Google Authenticator data not being extracted.
  • Fixed theme colors not being set properly.
  • Fixed app closing on new item add.
  • Fixed app freezing when importing Google Authenticator data.

v1.2: Added Google Authenticator importing, secured data storage, refactore…

06 Jun 09:43
Compare
Choose a tag to compare

What's New

  • App locking via watch Pattern / PIN / Password (must be enabled in watch Settings).
  • Added Google Authenticator importing.
  • Data is now stored with 256-bit encryption by default.
  • TOTP codes are now formatted with a split.
  • Added number of logins in settings.
  • Moved import options to Add screen.

Bug Fixes

  • Fixed permissions not being asked upon app launch.
  • Fixed scrolling issues.
  • Fix latency when more items are added.

Other

  • Renamed application package to com.wristkey (if on a previous release build, please uninstall the app and reinstall it).