manifest and changelog for 1.09d-r0
This commit is contained in:
@@ -27,7 +27,8 @@ 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_09c, "1.09c"),
|
||||
BuildChangelogString(ctx, Resource.Array.ChangeLog_1_09d, "1.09d"),
|
||||
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"),
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:versionCode="185"
|
||||
android:versionName="1.09c-r0"
|
||||
android:versionCode="186"
|
||||
android:versionName="1.09d-r0"
|
||||
package="keepass2android.keepass2android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:installLocation="auto">
|
||||
|
||||
@@ -844,6 +844,14 @@
|
||||
|
||||
<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_09d">
|
||||
<item>Added support for viewing, removing and restoring of entry backups</item>
|
||||
<item>Implemented support for MEGA cloud storage</item>
|
||||
<item>Added support for Google Drive with restricted scope</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="ChangeLog_1_09c">
|
||||
<item>Re-implemented Google Drive authentication, re-enabled Google Drive support</item>
|
||||
</string-array>
|
||||
|
||||
Reference in New Issue
Block a user