]> Pileus Git - ~andy/freeotp/commitdiff
Make secret entry use capital characters
authorNathaniel McCallum <npmccallum@redhat.com>
Wed, 4 Dec 2013 21:00:14 +0000 (16:00 -0500)
committerNathaniel McCallum <npmccallum@redhat.com>
Wed, 4 Dec 2013 21:00:14 +0000 (16:00 -0500)
res/layout/manual.xml

index 3ab84209a742233d71803c00c0a34810dd6be323..61e32d75bc81aea114594846419c1bffbd702c67 100644 (file)
@@ -85,7 +85,7 @@
                 android:layout_height="match_parent"
                 android:layout_weight="1"
                 android:digits="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ234567="
-                android:inputType="textVisiblePassword|textNoSuggestions"
+                android:inputType="textVisiblePassword|textCapCharacters|textNoSuggestions"
                 android:hint="(Base32 encoded)"
                 android:textAppearance="?android:attr/textAppearanceSmall" />
         </TableRow>