manifest and changelog for 1.09-pre2

This commit is contained in:
Philipp Crocoll
2021-11-17 12:06:56 +01:00
parent 294e6f5edf
commit 3b0b349f4c
4 changed files with 7 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
<!-- Specific intents and packages we query for (required since Android 11) -->
<package android:name="keepass2android.plugin.keyboardswap2" />
<package android:name="keepass2android.AncientIconSet" />
<package android:name="com.dropbox.android" />
<intent>
<action android:name="android.intent.action.OPEN_DOCUMENT" />

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="178"
android:versionName="1.09b-pre0"
android:versionCode="181"
android:versionName="1.09b-pre2"
package="keepass2android.keepass2android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto">
@@ -11,6 +11,7 @@
<!-- Specific intents and packages we query for (required since Android 11) -->
<package android:name="keepass2android.plugin.keyboardswap2" />
<package android:name="keepass2android.AncientIconSet" />
<package android:name="com.dropbox.android" />
<intent>
<action android:name="android.intent.action.OPEN_DOCUMENT" />

View File

@@ -11,6 +11,7 @@
<!-- Specific intents and packages we query for (required since Android 11) -->
<package android:name="keepass2android.plugin.keyboardswap2" />
<package android:name="keepass2android.AncientIconSet" />
<package android:name="com.dropbox.android" />
<intent>
<action android:name="android.intent.action.OPEN_DOCUMENT" />

View File

@@ -830,6 +830,8 @@
<item>Fix disappearing autofill prompt in Firefox</item>
<item>Integrate autofill suggestions with keyboard (requires Android 11+)</item>
<item>Allow to change app language in settings</item>
<item>Add option to synchronize database after QuickUnlock</item>
<item>Bug fix: Do not make filenames lowercase when saving to Dropbox</item>
</string-array>