adjust changelog for 1.08b-r1

This commit is contained in:
Philipp Crocoll
2020-07-27 11:38:30 +02:00
parent 0661598244
commit 160dd70412
2 changed files with 2 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ namespace keepass2android
AlertDialog.Builder builder = new AlertDialog.Builder(new ContextThemeWrapper(ctx, Android.Resource.Style.ThemeHoloLightDialog));
builder.SetTitle(ctx.GetString(Resource.String.ChangeLog_title));
List<string> changeLog = new List<string>{
BuildChangelogString(ctx, Resource.Array.ChangeLog_1_08, "1.08-r0"),
BuildChangelogString(ctx, Resource.Array.ChangeLog_1_08, "1.08b-r1"),
ctx.GetString(Resource.String.ChangeLog_1_07b),
ctx.GetString(Resource.String.ChangeLog_1_07),
ctx.GetString(Resource.String.ChangeLog_1_06),

View File

@@ -782,6 +782,7 @@
<string name="CloseDbAfterFailedAttempts">Close database after three failed biometric unlock attempts.</string>
<string-array name="ChangeLog_1_08">
<item>Improve handling of AutoFill requests for websites in unrecognized apps</item>
<item>Add notification button for copying TOTP to clipboard</item>
<item>Switch to using FluentFTP to provide support for TLS 1.2</item>
<item>Switch to BiometricPrompt API to improve user experience with fingerprint unlock and allow to use face unlock, e.g. on Pixel 4.</item>