Releases: binsky08/passman-android
Releases · binsky08/passman-android
Passman Android v0.21
Attention: Unofficial release of the Passman Android app
Compatible with Passman version 2.3.6+
I recommend making a backup of the Passman (vault/server) data beforehand.
The changes should be merged into the main repository as soon as possible.
Installation hints
As this is not an official app version, the official Passman Android app cannot be updated to this version.
To use this version, the official app must be uninstalled beforehand.
Changelog
- Stability improvements
- Migrate response handlers
- Code cleanup
- Enable app debugging in the released alpha apks
Passman Android v0.2
Attention: Unofficial release of the Passman Android app
Compatible with Passman version 2.3.6
I recommend making a backup of the Passman (vault/server) data beforehand.
The changes should be merged into the main repository as soon as possible.
Installation hints
As this is not an official app version, the official Passman Android app cannot be updated to this version.
To use this version, the official app must be uninstalled beforehand.
Changelog
- Add support for adding credentials
- Add support for editing credentials
- Add support for deleting credentials
- Add support for adding files
- Add support for downloading files
- Add support for deleting files
- Add app settings
- Add a vault refresh button
- Add a vault lock button
- Add a loading dialog when the vault loads
- Deactivate the computationally expensive OTP generation if no OTP has been specified
- Add support for user CA certificates (requires at least Android API level 24)
- Update to gradle version 6.1.1
- Update openssl to version 1.1.1 stable
- Migrate to AndroidX package names
- Mark compromised credentials
- Add URL copy and open button
- Add app start password option based on the android user authentication (partly solves nextcloud#67)
- Enable code optimization in the C compiler options to speed up the C based encryption
- Use a random number generator for the salt length
- Do not reload the whole vault after adding, editing or deleting a credential
- Implement Android autofill feature (requires at least Android API level 26; based on the work of https://github.com/HahUK/passman-android/tree/feature-android-autofill-and-gen-additions)
- solves autofill issue nextcloud#50
- "automatic mode" requires the app to run in the background with unlocked vault, uses the opened vault
- "offline mode" saves a selected vault offline (encrypted), but requires a saved vault password to run completely independently in the background
- hopefully fixed bug with unset compromised field
- remove debugAndToast functions from generalUtils
- Add troubleshooting section to the project README (for developers)
- General improvements
- Solved issues: nextcloud#19 nextcloud#25 nextcloud#72