Merge: app.nit UI: Intro an attribute to toggle password entry on TextFields
authorJean Privat <jean@pryen.org>
Thu, 10 Mar 2016 04:55:45 +0000 (23:55 -0500)
committerJean Privat <jean@pryen.org>
Thu, 10 Mar 2016 04:55:45 +0000 (23:55 -0500)
The attribute `TextField::is_password` toggles hiding the content of the field using platform specific services. So on Android, not only is the text hidden but it also notifies the soft keyboard to behave accordingly.

In the future, we could add alternative modes for email entry and more.

Pull-Request: #1978
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge