Skip to content

Commit

Permalink
release 1.09c-r0. This solves the problem with Google Drive API block…
Browse files Browse the repository at this point in the history
…ed, closes #1833, closes #1859 and closes #1862
  • Loading branch information
PhilippC committed Jan 12, 2022
1 parent 14c7663 commit 675fd5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/keepass2android/ChangeLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public static void ShowChangeLog(Context ctx, Action onDismiss)
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_09c, "1.09c"),
BuildChangelogString(ctx, Resource.Array.ChangeLog_1_09b, "1.09b"),
BuildChangelogString(ctx, Resource.Array.ChangeLog_1_09a, "1.09a"),
BuildChangelogString(ctx, Resource.Array.ChangeLog_1_08d, "1.08d"),
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="184"
android:versionName="1.09b-r2"
android:versionCode="185"
android:versionName="1.09c-r0"
package="keepass2android.keepass2android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto">
Expand Down
4 changes: 3 additions & 1 deletion src/keepass2android/Resources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,9 @@

<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_09c">
<item>Re-implemented Google Drive authentication, re-enabled Google Drive support</item>
</string-array>
<string-array name="ChangeLog_1_09b">
<item>Fix disappearing autofill prompt in Firefox</item>
<item>Integrate autofill suggestions with keyboard (requires Android 11+)</item>
Expand Down

0 comments on commit 675fd5b

Please sign in to comment.