Maximal search elements to 10 #793

This commit is contained in:
J-Jamet
2020-11-22 19:06:35 +01:00
parent 8afb58a044
commit c88c489633
5 changed files with 6 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ KeePassDX(2.9.2)
* Fix same save shared info #783
* Fix switch back to previous keyboard #782
* Fix read only #792
* Better UI #719 #534 #617
* Better UI #719 #534 #617 #793
KeePassDX(2.9.1)
* Copy password from generator #697

View File

@@ -34,7 +34,7 @@ import com.kunzisoft.keepass.timeout.TimeoutHelper
class SearchHelper {
companion object {
const val MAX_SEARCH_ENTRY = 6
const val MAX_SEARCH_ENTRY = 10
/**
* Utility method to perform actions if item is found or not after an auto search in [database]

View File

@@ -38,6 +38,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:maxLines="2"
android:ellipsize="end"
android:paddingRight="12dp"
android:paddingEnd="12dp"
android:paddingLeft="0dp"

View File

@@ -6,4 +6,4 @@
* Fix same save shared info #783
* Fix switch back to previous keyboard #782
* Fix read only #792
* Better UI #719 #534 #617
* Better UI #719 #534 #617 #793

View File

@@ -6,4 +6,4 @@
* Correction de la sauvegarde d'une même info partagée #783
* Correction du changement vers le clavier précédent #782
* Correction de lecture seule #792
* Meilleure UI #719 #534 #617
* Meilleure UI #719 #534 #617 #793