Releases: 0x4f53/Wristkey
Releases · 0x4f53/Wristkey
v3.1
v3.0
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
v2.1
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
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
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
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
v1.2.1
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
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).