Releases: PhilippC/keepass2android
v1.16-pre1
Improvements to passkey support:
- Changed how Private Key data is stored in the entries. This fixes issues e.g. on Discord Web and improves compatibility with KeepassXC
- Made CredentialID, PrivateKey and UserHandle fields protected
- changes BE/BS flags to 0/1 instead of false/true for compatibility with other tools
- removed the "passkey:" prefix in the URL field
- when searching for passkey, KP2A now correctly searches the KPEX_PASSKEY_RELYING_PARTY fields instead of URL
- fixes calculation of clientDataHash and origin-id extraction, fixing issues with non-browser based usage.
v1.16-pre0
v1.15-r1
Compared to 1.15-pre:
- Improvements to OneDrive Authentication
- Minor bug fixes
- Merged changes for 1.14-r2..r4 to comply with Google policies
From 1.15:
- Added background synchronization: Keepass2Android now uses the internal cache copy of the database for loading and saving to make these operations faster. After this, synchronization with the remote database is started.
- Added user preferences to control behavior of background synchronization. You can enable periodic background synchronization and control if synchronization should be performed always or only in Wi-Fi networks.
- Improvements to URL handling for WebDav with non-ASCII characters
v1.14-r4
v1.14-r3
It's ridiculous... Google Play suddenly decided that this app "collects personal data" but doesn't declare this on Google Play. Their definition is clear - only data transmitted to the developer or third parties is relevant and that is obviously not the case for Keepass2Android. Anyway, they refuse to accept updates, even after an appeal. They present "proof" by a screenshot of adding an entry based on the E-mail template.
So what should I do? Only bad options... I removed that template for new databases π€·ββοΈ
v1.14-r2
Removed donation button in about dialog and link to plugins wiki page.
v1.15-pre3
Merge changes from v1.14-r2
v1.15-pre2
Fix another issue with WebDav file transactions (#3030).
All credits to @linuxhenhao for providing #3078
v1.15-pre1
Improvements to URL handling for WebDav with non-ASCII characters (#3030)
v1.15-pre0
- Added background synchronization: Keepass2Android now uses the internal cache copy of the database for loading and saving to make these operations faster. After this, synchronization with the remote database is started.
- Added user preferences to control behavior of background synchronization. You can enable periodic background synchronization and control if synchronization should be performed always or only in Wi-Fi networks.