manifest and changelog for 1.09-pre2
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
<!-- Specific intents and packages we query for (required since Android 11) -->
|
<!-- Specific intents and packages we query for (required since Android 11) -->
|
||||||
<package android:name="keepass2android.plugin.keyboardswap2" />
|
<package android:name="keepass2android.plugin.keyboardswap2" />
|
||||||
<package android:name="keepass2android.AncientIconSet" />
|
<package android:name="keepass2android.AncientIconSet" />
|
||||||
|
<package android:name="com.dropbox.android" />
|
||||||
|
|
||||||
<intent>
|
<intent>
|
||||||
<action android:name="android.intent.action.OPEN_DOCUMENT" />
|
<action android:name="android.intent.action.OPEN_DOCUMENT" />
|
||||||
|
|||||||
@@ -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="178"
|
android:versionCode="181"
|
||||||
android:versionName="1.09b-pre0"
|
android:versionName="1.09b-pre2"
|
||||||
package="keepass2android.keepass2android"
|
package="keepass2android.keepass2android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
@@ -11,6 +11,7 @@
|
|||||||
<!-- Specific intents and packages we query for (required since Android 11) -->
|
<!-- Specific intents and packages we query for (required since Android 11) -->
|
||||||
<package android:name="keepass2android.plugin.keyboardswap2" />
|
<package android:name="keepass2android.plugin.keyboardswap2" />
|
||||||
<package android:name="keepass2android.AncientIconSet" />
|
<package android:name="keepass2android.AncientIconSet" />
|
||||||
|
<package android:name="com.dropbox.android" />
|
||||||
|
|
||||||
<intent>
|
<intent>
|
||||||
<action android:name="android.intent.action.OPEN_DOCUMENT" />
|
<action android:name="android.intent.action.OPEN_DOCUMENT" />
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
<!-- Specific intents and packages we query for (required since Android 11) -->
|
<!-- Specific intents and packages we query for (required since Android 11) -->
|
||||||
<package android:name="keepass2android.plugin.keyboardswap2" />
|
<package android:name="keepass2android.plugin.keyboardswap2" />
|
||||||
<package android:name="keepass2android.AncientIconSet" />
|
<package android:name="keepass2android.AncientIconSet" />
|
||||||
|
<package android:name="com.dropbox.android" />
|
||||||
|
|
||||||
<intent>
|
<intent>
|
||||||
<action android:name="android.intent.action.OPEN_DOCUMENT" />
|
<action android:name="android.intent.action.OPEN_DOCUMENT" />
|
||||||
|
|||||||
@@ -830,6 +830,8 @@
|
|||||||
<item>Fix disappearing autofill prompt in Firefox</item>
|
<item>Fix disappearing autofill prompt in Firefox</item>
|
||||||
<item>Integrate autofill suggestions with keyboard (requires Android 11+)</item>
|
<item>Integrate autofill suggestions with keyboard (requires Android 11+)</item>
|
||||||
<item>Allow to change app language in settings</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>
|
</string-array>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user