changelog and manifest for 1.09a-pre1
This commit is contained in:
@@ -27,6 +27,8 @@ namespace keepass2android
|
|||||||
AlertDialog.Builder builder = new AlertDialog.Builder(new ContextThemeWrapper(ctx, Android.Resource.Style.ThemeHoloLightDialog));
|
AlertDialog.Builder builder = new AlertDialog.Builder(new ContextThemeWrapper(ctx, Android.Resource.Style.ThemeHoloLightDialog));
|
||||||
builder.SetTitle(ctx.GetString(Resource.String.ChangeLog_title));
|
builder.SetTitle(ctx.GetString(Resource.String.ChangeLog_title));
|
||||||
List<string> changeLog = new List<string>{
|
List<string> changeLog = new List<string>{
|
||||||
|
|
||||||
|
BuildChangelogString(ctx, Resource.Array.ChangeLog_1_09a, "1.09a"),
|
||||||
BuildChangelogString(ctx, Resource.Array.ChangeLog_1_08d, "1.08d"),
|
BuildChangelogString(ctx, Resource.Array.ChangeLog_1_08d, "1.08d"),
|
||||||
BuildChangelogString(ctx, Resource.Array.ChangeLog_1_08c, "1.08c"),
|
BuildChangelogString(ctx, Resource.Array.ChangeLog_1_08c, "1.08c"),
|
||||||
BuildChangelogString(ctx, Resource.Array.ChangeLog_1_08b, "1.08b"),
|
BuildChangelogString(ctx, Resource.Array.ChangeLog_1_08b, "1.08b"),
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:versionCode="167"
|
android:versionCode="169"
|
||||||
android:versionName="1.08d-r4"
|
android:versionName="1.09a-pre1"
|
||||||
package="keepass2android.keepass2android"
|
package="keepass2android.keepass2android"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="29" />
|
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="29" />
|
||||||
|
|||||||
@@ -787,6 +787,14 @@
|
|||||||
|
|
||||||
<string name="CloseDbAfterFailedAttempts">Close database after three failed biometric unlock attempts.</string>
|
<string name="CloseDbAfterFailedAttempts">Close database after three failed biometric unlock attempts.</string>
|
||||||
|
|
||||||
|
|
||||||
|
<string-array name="ChangeLog_1_09a">
|
||||||
|
<item>Improvements to Autofill (fixed popup not showing in Chrome, better subdomain support)</item>
|
||||||
|
<item>Improvements to OneDrive implementation: no more size limit, no more superfluous authentication requests</item>
|
||||||
|
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
|
||||||
<string-array name="ChangeLog_1_08d">
|
<string-array name="ChangeLog_1_08d">
|
||||||
<item>Add support for new key file format introduced in Keepass 2.47</item>
|
<item>Add support for new key file format introduced in Keepass 2.47</item>
|
||||||
<item>Add support for Argon2id as key derivation function</item>
|
<item>Add support for Argon2id as key derivation function</item>
|
||||||
|
|||||||
@@ -85,6 +85,8 @@
|
|||||||
<JavaMaximumHeapSize>4G</JavaMaximumHeapSize>
|
<JavaMaximumHeapSize>4G</JavaMaximumHeapSize>
|
||||||
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
|
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
|
||||||
<AndroidLinkTool>proguard</AndroidLinkTool>
|
<AndroidLinkTool>proguard</AndroidLinkTool>
|
||||||
|
<AndroidUseAapt2>false</AndroidUseAapt2>
|
||||||
|
<AndroidDexTool>dx</AndroidDexTool>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseNoNet|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseNoNet|AnyCPU' ">
|
||||||
<DebugType>none</DebugType>
|
<DebugType>none</DebugType>
|
||||||
|
|||||||
Reference in New Issue
Block a user