]> Pileus Git - ~andy/freeotp/commitdiff
Disable suggestions for issuer, label and secret fields
authorNathaniel McCallum <npmccallum@redhat.com>
Wed, 4 Dec 2013 20:59:38 +0000 (15:59 -0500)
committerNathaniel McCallum <npmccallum@redhat.com>
Wed, 4 Dec 2013 20:59:38 +0000 (15:59 -0500)
res/layout/manual.xml

index 145d32bc32b41be91cf427db29bfc1c52094bfb4..3ab84209a742233d71803c00c0a34810dd6be323 100644 (file)
@@ -42,6 +42,7 @@
                 android:layout_width="0dp"
                 android:layout_height="match_parent"
                 android:layout_weight="1"
+                android:inputType="textNoSuggestions"
                 android:hint="jdoe@example.com"
                 android:textAppearance="?android:attr/textAppearanceSmallInverse" />
         </TableRow>
@@ -62,6 +63,7 @@
                 android:layout_width="0dp"
                 android:layout_height="match_parent"
                 android:layout_weight="1"
+                android:inputType="textNoSuggestions"
                 android:hint="18c5d06cfcbd4927"
                 android:textAppearance="?android:attr/textAppearanceSmallInverse" />
         </TableRow>
@@ -83,6 +85,7 @@
                 android:layout_height="match_parent"
                 android:layout_weight="1"
                 android:digits="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ234567="
+                android:inputType="textVisiblePassword|textNoSuggestions"
                 android:hint="(Base32 encoded)"
                 android:textAppearance="?android:attr/textAppearanceSmall" />
         </TableRow>