Skip to content

Releases: Keyspace-cloud/android

Version 1.4.2

06 Feb 16:35
569bdee
Compare
Choose a tag to compare

📚 Release Notes

Compiles changes for the 1.4.2 release from the following PRs:

#50 - TOTP length validation
#49 - Crash logging
#53 - Settings UI updates
#45 - Support for 19-digit cards
#46 - Update username / email behavior for login forms
#54 - Delete local.properties from repo
#56 - Bump app version

Release checksum

4a0fbc6678c0fc5a13d2bce031e361a304f51d788b07b1a6a2e2eb2457ea3cd9  keyspace-app-1.4.2-universal-release.apk

Version 1.4.1

30 Dec 14:23
64cb5aa
Compare
Choose a tag to compare

Features

  • Added sharesheet integration to notes. Text can now be shared to the Keyspace app.
  • Added grid layout support to notes on dashboard. Notes can now be viewed as sticky notes.
  • Added preview mode to notes. Notes can now be previewed first when tapped, with the option to directly edit notes when tapped.
  • Added a new graphic for no search results.
  • Added ability to search by icon name.

Bug fixes

  • Fixed a bug backend sync bug where a 500 response crashed the app (replaced nested Coroutines).
  • Fixed a bug where card text was invisible in light mode.
  • Fixed a bug where tag and other data may overlap with note timestamp.
  • Fixed a bug where the graphic for no vault data had misaligned arrows on tablets.
  • Fixed a bug that would cause the search bar to crop into Dashboard items.

Others

  • Got rid of unnecessary code in CryptoUtilities.kt.
  • Shrunk top bar height in Dashboard.
  • Moved color picker in notes from top bar to markdown toolbar.

Release checksum

84cd7ef6a4a143e4f42b371f579db81168646ac1102b00dcc8b9eacb960b1d20  keyspace-app-1.4.1-universal-release.apk

Version 1.4.0

27 Dec 13:24
16a6cb1
Compare
Choose a tag to compare

v1.4.0

Big update!

Bug fixes

  • Fixed crash/500 bug when editing an item
  • Fixed bug where a missing tag would show "dummy tag" in the mini dialog
  • Fixed glitchy queue where items would pile up
  • Increased note touch target size
  • Fixed glitching credit/debit card pin layout.
  • Fixed markdown toolbar bug where note would be lost when a line is selected and styled
  • Fixed accidental bottom swiper triggers on even the slightest FAB drags
  • Fixed Keyspace tile bug where queue wouldn't be cleared
  • Replaced pixelated dashboard empty vault graphic
  • Reduced code complexity in several locations throughout app
  • Fixed bug where word chips would jump around during onboarding

Features

  • New look for login cards
  • Added full screen dashboard scroll support
  • Simpler, faster and less buggy tag picker
  • Improved onboarding flow
  • Added animation to FAB
  • Added option to retry when connection fails during onboarding

Release checksum

f490f34983aec04708ba442b0de9871335c203632b3b828b382b4b591dd95662  keyspace-app-1.4.0-universal-release.apk

Version 1.3

23 Dec 11:14
ef32497
Compare
Choose a tag to compare

Bugfixes and improvements:

  • A bug where the backend would return a 500 when signing in despite authenticating successfully.
  • A bug where the app would crash after making an account, due to a redundant API call.
  • Bugs where the app would crash when any exception was thrown (due to issues with supportFragmentManager).
  • Visual bug on the tap words screen where tapping on a wrong word would cause the whole screen to move around.
  • Sped up animations to strike balance between prettiness and functionality.
  • Modified progress icon sizes to make them more consistent.
  • Simplified code in StartHere.kt and NetworkUtilities.kt.

Release checksum

7b2aa044ccdb95dbe47d2af857c602eca9b10f31b7647b089e8673d078ddecbe  keyspace-app-v1.3-universal-release.apk

Version: 1.2

09 Dec 16:11
Compare
Choose a tag to compare

Dashboard

  • Added offline support via task queues

  • Made 2fa time icons smoother

  • removed vault sync circular progress indicator

  • removed connection status ribbon and replaced with dot

  • Disabled animations on item updates from server

  • Removed all connection error dialog boxes

  • Fixed search lag via multithreading

  • Fixed search term ambiguities

  • Reduced sync interval to 2500ms

  • Added ascending sorting option for vault items (sort by name, tag, color, recent, oldest, 2fa and more)

  • Made card pin hidden

  • Revamped mini dialog for login entries

  • Added password history, backup codes and more to mini dialog

Tag

  • Added tag colors (as dots)

  • Added support for deleting other tags and present tags

  • Revamped tag picker UI

Login

  • Added offline support via task queues

  • Added icon while typing site name

  • Removed all connection error dialog boxes

  • Fixed multiple tag dialog bugs

  • Added icon picker

Note

  • Added offline support via task queues

  • Removed all connection error dialog boxes

  • Fixed multiple tag dialog bugs

  • Added notes markdown bar

  • Changed library to RxMarkdown

  • Changed default behavior: edit mode previews markdown live

  • Added smarter markdown support

Card

  • Added offline support via task queues

  • Added icon while typing bank name

  • Removed all connection error dialog boxes

  • Fixed multiple tag dialog bugs

  • Added icon picker

Settings

  • Added a new secret Developer options menu

  • Removed autofill from Settings and System settings for now

QR Scanner

  • Fixed bug where 2fa codes would be saved incorrectly

  • Added offline support for 2fa codes via task queues

  • Keyroute connection now closes when connection is successful

  • Keyroute progress dialog is real time and dismisses only when sign in is completed

Others

  • Changed hashing from argon2i to blake2b

  • Changed authentication method from single use token to fresh token per request

  • Simplified comparator logic

  • Got rid of cross-activity animations

  • Replaced all XML drawables with SVGs

Release checksum

7474fde3a4f6d519334a1a617fc7dcd83d60f892f8bb4f1ed994f6e51f096cf6  keyspace-app-v1.2-universal-release.apk