mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-12-22 06:58:50 -05:00
1.01-pre4 release
This commit is contained in:
parent
edb4779039
commit
673ffb8e79
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:versionCode="85"
|
android:versionCode="86"
|
||||||
android:versionName="1.01-pre3"
|
android:versionName="1.01-pre4"
|
||||||
package="keepass2android.keepass2android"
|
package="keepass2android.keepass2android"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="23" />
|
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="23" />
|
||||||
|
@ -687,11 +687,13 @@
|
|||||||
</string>
|
</string>
|
||||||
<string name="ChangeLog_1_01">
|
<string name="ChangeLog_1_01">
|
||||||
Version 1.01 preview\n
|
Version 1.01 preview\n
|
||||||
|
* added support for the new KDBX-4-format (compatible with Keepass 2.35) including Argon2 key derivation and ChaCha20 encryption. Argon2 is currently only implemented in managed code. Expect a slow transformation process. Note: This is still in testing, please make sure you have backups of your files before using these features!\n
|
||||||
* Reimplemented WebDav file storage, now allows file browsing and supports modern encryption.\n
|
* Reimplemented WebDav file storage, now allows file browsing and supports modern encryption.\n
|
||||||
* Reimpleented FTP file storage, now allows file browsing and supports encryption (FTPS).\n
|
* Reimpleented FTP file storage, now allows file browsing and supports encryption (FTPS).\n
|
||||||
* Updated to OneDrive SDK (previously used Live SDK is no longer updated)\n
|
* Updated to OneDrive SDK (previously used Live SDK is no longer updated)\n
|
||||||
* Updated to Dropbox SDK v2 (previously v1 SDK is deprecated).\n
|
* Updated to Dropbox SDK v2 (previously v1 SDK is deprecated).\n
|
||||||
* added preview-support for the new KDBX-4-format (see http://keepass.info/help/kb/kdbx_4.html) including Argon2 key derivation and ChaCha20 encryption. Argon2 is currently only implemented in managed code. Expect a slow transformation process. This is for TESTING ONLY!\n
|
* Added support for OwnCloud.\n
|
||||||
|
* Prompt for storage permission before opening local files
|
||||||
</string>
|
</string>
|
||||||
<string name="ChangeLog_1_0_0e">
|
<string name="ChangeLog_1_0_0e">
|
||||||
Version 1.0.0e\n
|
Version 1.0.0e\n
|
||||||
|
Loading…
Reference in New Issue
Block a user