Manifest and changelog for v1.13
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:versionCode="218"
|
||||
android:versionName="1.12-r9d"
|
||||
android:versionCode="221"
|
||||
android:versionName="1.13-r0"
|
||||
package="keepass2android.keepass2android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:installLocation="auto">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:versionCode="218"
|
||||
android:versionName="1.12-r9d"
|
||||
android:versionCode="221"
|
||||
android:versionName="1.13-r0"
|
||||
package="keepass2android.keepass2android_nonet"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:installLocation="auto">
|
||||
|
||||
@@ -730,6 +730,13 @@
|
||||
<string name="CloseDbAfterFailedAttempts">Close database after three failed biometric unlock attempts.</string>
|
||||
<string name="WarnFingerprintInvalidated">Warning! Biometric authentication can be invalidated by Android, e.g. after adding a new fingerprint in your device settings. Make sure you always know how to unlock with your master password!</string>
|
||||
|
||||
<string-array name="ChangeLog_1_13">
|
||||
<item>Improved password quality estimation by considering most popular passwords.</item>
|
||||
<item>Block password-based QuickUnlock (for security reasons) if the device does not have a screen lock activated.</item>
|
||||
<item>Update network security configuration to disable clear-text transfer.</item>
|
||||
</string-array>
|
||||
|
||||
|
||||
<string-array name="ChangeLog_1_12">
|
||||
<item>Upgraded from Xamarin Android to .net 8</item>
|
||||
<item>Upgraded to Target SDK 34</item>
|
||||
|
||||
Reference in New Issue
Block a user