Auto capitalization and suggestions in pref EditTexts

It seems the server URL, username, and password fields should not be
autocapitalized or have suggestions from IME. Attached is a very
simple patch that adds inputType of textNoSuggestions to the
appropriate xml file, in case anyone else has experienced this. I'd
suggest this be added to the next release. I wasn't sure about the
other fields in the prefs screen as I don't use them.

prefs-no-suggestions.diff (843 Bytes)

Thanks Tom. I've filed it at
http://code.google.com/p/opendatakit/issues/detail?id=568.

ยทยทยท On Wed, May 2, 2012 at 8:56 AM, Thomas Smyth wrote: > It seems the server URL, username, and password fields should not be > autocapitalized or have suggestions from IME. Attached is a very > simple patch that adds inputType of textNoSuggestions to the > appropriate xml file, in case anyone else has experienced this. I'd > suggest this be added to the next release. I wasn't sure about the > other fields in the prefs screen as I don't use them.