- android.permission.INTERNET
- android.permission.READ_EXTERNAL_STORAGE
- android.permission.WRITE_EXTERNAL_STORAGE
- android.permission.CAMERA
- android.permission.USE_FINGERPRINT
- android.permission.USE_BIOMETRIC
- android.permission.ACCESS_NETWORK_STATE
Sep 19, 2020
* Fix: Make sure files can only be opened once at the same time, even from different sources.
(ie. prevent opening a copy of a file at the same time as the original)
* Fix: Synchronized saving of kdbx files - previously saving the same file twice at the same time
could lead to corrupted database files.
* Desktop: copy with ctrl/cmd+c will now only copy selected text (if there is a selection,
otherwise copy full field).