1.02-pre2 release

This commit is contained in:
Philipp Crocoll
2017-09-18 20:10:06 +02:00
parent c2a6fd1dfc
commit 31dbdd5828
2 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="94"
android:versionName="1.02-pre1"
android:versionCode="95"
android:versionName="1.02-pre2"
package="keepass2android.keepass2android"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="23" />

View File

@@ -684,10 +684,13 @@
<string name="ShowKeyboardDuringFingerprintAuth">Show soft keyboard for password input when fingerprint scan is active.</string>
<string name="ChangeLog_1_02">
Version 1.02\n
* Several security improvements\n
* Support for KeyboardSwapPlugin (see password access options): allows to switch input method automatically on non-rooted devices. Thanks to Mishaal Rahman from XDA-Developers to make this possible.\n
* Fix for Accessibility Service with recent Chrome versions\n
* Fix for unnecessary clearing of fingerprint data\n
* Fix minor crashes\n
* Updated Dropbox SDK to ensure future compatibility\n
* Removed error reporting through Xamarin Insights\n
* Updated build tools\n
</string>