Merge remote branch 'cryptomator/develop' into access-kde-wallets

This commit is contained in:
Ralph Plawetzki
2020-08-21 19:30:46 +02:00
57 changed files with 390 additions and 164 deletions
@@ -28,6 +28,9 @@ class LinuxSecretServiceKeychainAccessImpl implements KeychainAccessStrategy {
if (list == null) {
keyring.createItem(LABEL_FOR_SECRET_IN_KEYRING, passphrase, createAttributes(key));
}
else {
changePassphrase(key, passphrase);
}
} catch (IOException e) {
throw new KeychainAccessException(e);
}