mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Maximal search elements to 10 #793
This commit is contained in:
@@ -7,7 +7,7 @@ KeePassDX(2.9.2)
|
|||||||
* Fix same save shared info #783
|
* Fix same save shared info #783
|
||||||
* Fix switch back to previous keyboard #782
|
* Fix switch back to previous keyboard #782
|
||||||
* Fix read only #792
|
* Fix read only #792
|
||||||
* Better UI #719 #534 #617
|
* Better UI #719 #534 #617 #793
|
||||||
|
|
||||||
KeePassDX(2.9.1)
|
KeePassDX(2.9.1)
|
||||||
* Copy password from generator #697
|
* Copy password from generator #697
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ import com.kunzisoft.keepass.timeout.TimeoutHelper
|
|||||||
class SearchHelper {
|
class SearchHelper {
|
||||||
|
|
||||||
companion object {
|
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]
|
* Utility method to perform actions if item is found or not after an auto search in [database]
|
||||||
|
|||||||
@@ -38,6 +38,8 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
|
android:maxLines="2"
|
||||||
|
android:ellipsize="end"
|
||||||
android:paddingRight="12dp"
|
android:paddingRight="12dp"
|
||||||
android:paddingEnd="12dp"
|
android:paddingEnd="12dp"
|
||||||
android:paddingLeft="0dp"
|
android:paddingLeft="0dp"
|
||||||
|
|||||||
@@ -6,4 +6,4 @@
|
|||||||
* Fix same save shared info #783
|
* Fix same save shared info #783
|
||||||
* Fix switch back to previous keyboard #782
|
* Fix switch back to previous keyboard #782
|
||||||
* Fix read only #792
|
* Fix read only #792
|
||||||
* Better UI #719 #534 #617
|
* Better UI #719 #534 #617 #793
|
||||||
@@ -6,4 +6,4 @@
|
|||||||
* Correction de la sauvegarde d'une même info partagée #783
|
* Correction de la sauvegarde d'une même info partagée #783
|
||||||
* Correction du changement vers le clavier précédent #782
|
* Correction du changement vers le clavier précédent #782
|
||||||
* Correction de lecture seule #792
|
* Correction de lecture seule #792
|
||||||
* Meilleure UI #719 #534 #617
|
* Meilleure UI #719 #534 #617 #793
|
||||||
Reference in New Issue
Block a user