Releases: dnet/androsphinx
Releases · dnet/androsphinx
v0.5.2
- 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
v0.5
- 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
v0.4
v0.3
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
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.