Upgrade to 3.3.1

Fix Japanese keyboard in search #1248
This commit is contained in:
J-Jamet
2022-02-25 12:44:38 +01:00
parent 74107b90bb
commit 3eed5e395e
5 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
KeePassDX(3.3.1)
* Fix Japanese keyboard in search #1248
* Better OOM management #256
KeePassDX(3.3.0)
* Quick search and dynamic filters #163 #462 #521
* Keep search context #1141

View File

@@ -12,8 +12,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 15
targetSdkVersion 31
versionCode = 102
versionName = "3.3.0"
versionCode = 103
versionName = "3.3.1"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -20,6 +20,6 @@
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
android:label="@string/search"
android:searchMode="showSearchLabelAsBadge"
android:inputType="textNoSuggestions|textVisiblePassword"
android:inputType="textNoSuggestions"
android:imeOptions="actionSearch|flagNoPersonalizedLearning"
/>

View File

@@ -0,0 +1,2 @@
* Fix Japanese keyboard in search #1248
* Better OOM management #256

View File

@@ -0,0 +1,2 @@
* Correction du clavier japonais dans la recherche #1248
* Meilleur gestion d'OOM #256