Skip to content

Releases: dnet/androsphinx

v0.5.2

04 Jan 22:47
v0.5.2
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release
  • improved AutoFill behavior
    • match the latest recommendations of the official platform documentation
    • implemented AutoFill for domainless (e.g. non-browser app) cases
  • fixed user list fetching bugs
    • fixed phantom user when all users get deleted for a host
    • fixed server error for hosts without users when connecting to Zig servers (zphinx-zerver)
  • fixed the icon for older devices without vector icon support

v0.5.1

03 Jan 12:34
v0.5.1
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
  • Implemented finer control over symbol set (#13)
  • Fixed an issue that arised when (the non-default) rwd_keys=1 configuration was used

v0.5

01 Jan 21:49
v0.5
Compare
Choose a tag to compare
v0.5 Pre-release
Pre-release
  • Network protocol modified heavily to match the new behavior of the Python server, including brute force protection using Equihash (this makes the APK even bigger)
  • Clipboard is now cleared automatically (#4)
  • Fixed a crash when input fields cannot be detected (#2)
  • UI changes: the app got an icon based on websphinx and the main activity got some general help text
  • The app is now signed with a brand new 384-bit ECDSA key using SHA-256, since having even one SHA-1 signature with the old key could make it possible in the future to build rogue versions with a matching signature
  • This is ready for accessibility audit

v0.4.1

23 Feb 21:49
v0.4.1
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Fixed a bug regarding key generation, this is ready for security testing.

v0.4

23 Feb 20:51
v0.4
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release

Version made for security audit, but not everyday use. It also contains a bug regarding key generation.

v0.3

26 May 18:30
v0.3
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

Complete SPHINX network protocol implementation with a basic GUI for server configuration and basic account management. The app is also a share target for plain text, so sharing a URL (e.g. from a browser) also arrives as a search by hostname command.

v0.2

14 May 13:10
v0.2
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

Complete SPHINX network protocol implementation with a text-based REPL for conformance testing. For latter, a Python script is included that compares output between Androsphinx and pwdsphinx. This version is compatible with the v2-bcrypto branch of latter with rwd_keys enabled.

v0.1

26 Sep 14:03
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Proof of concept that exercises SPHINX routines based on hardcoded values and displays result to verify correctness.