iFixit / iFixitAndroid

Official iFixit Android App
https://play.google.com/store/apps/details?id=com.dozuki.ifixit
GNU General Public License v3.0
162 stars 88 forks source link

Step edit text: Remove autoComplete #192

Closed marczych closed 10 years ago

marczych commented 10 years ago

http://stackoverflow.com/questions/13831955/using-textautocorrect-and-textautocomplete-together-in-android

Apparently textAutoCorrect and textAutoComplete are mutually exclusive and textAutoComplete takes precedence. Turns out, textAutoComplete doesn't get us much of anything unless we want to add a custom glossary for completion choices. textAutoCorrect gives us auto correction and "double space to period space" that is really useful.

Note: This is now the same as the step title with "textMultiLine" rather than "textShortMessage". Also, I removed "text" because "textMultiLine" implies "text".

timothyasp commented 10 years ago

Good to know, CR :+1: