Skip to content

Commit

Permalink
version and changelog for 1.08c-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippC committed Oct 19, 2020
1 parent 7d98ea3 commit 8b072a3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/keepass2android/ChangeLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public static void ShowChangeLog(Context ctx, Action onDismiss)
builder.SetTitle(ctx.GetString(Resource.String.ChangeLog_title));
List<string> changeLog = new List<string>{
BuildChangelogString(ctx, Resource.Array.ChangeLog_1_08b, "1.08b"),
BuildChangelogString(ctx, Resource.Array.ChangeLog_1_08b, "1.08b"),
BuildChangelogString(ctx, Resource.Array.ChangeLog_1_08, "1.08"),
ctx.GetString(Resource.String.ChangeLog_1_07b),
ctx.GetString(Resource.String.ChangeLog_1_07),
Expand Down
4 changes: 2 additions & 2 deletions src/keepass2android/Properties/AndroidManifest_net.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="160"
android:versionName="1.08b-r1"
android:versionCode="161"
android:versionName="1.08c-r0"
package="keepass2android.keepass2android"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="29" />
Expand Down
8 changes: 8 additions & 0 deletions src/keepass2android/Resources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,14 @@

<string name="CloseDbAfterFailedAttempts">Close database after three failed biometric unlock attempts.</string>


<string-array name="ChangeLog_1_08c">
<item>No longer storing package names of Android apps in the URL field</item>
<item>Improve locking behavior - no longer displaying biometric prompt immediately after unlocking</item>
<item>Update OkHttp to support HTTP/2</item>
<item>Fix missing translations</item>
</string-array>

<string-array name="ChangeLog_1_08b">
<item>Force HTTP/1.1 due to issue with HTTP/2 implementation of OkHttp</item>
<item>Improve keyboard dialog on Android 9+</item>
Expand Down

0 comments on commit 8b072a3

Please sign in to comment.