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

Input validation: Use TextView.setError() for errors #220

Closed marczych closed 9 years ago

marczych commented 10 years ago

Any input validation should use TextView.setError() to display errors. The only place I can think of that doesn't currently do this is login and register. This should simplify the error displaying code and make it look much better too.

timothyasp commented 10 years ago

:+1: agreed.