EyeSeeTea / pictureapp

Mobile application designed to report cases of malaria (to a DHIS2 server)
GNU General Public License v3.0
4 stars 4 forks source link

Add password variation to password edit text in soft login #2433

Closed xurxodev closed 5 years ago

xurxodev commented 5 years ago

:pushpin: References

:tophat: What is the goal?

:gear: branches

app: Origin: maintenance/change_soft_login_password_edit_text_to_number_paswordTarget: v1.4_connect bugshaker-android: Origin: downgrade_gradle_version EyeSeeTea-sdk: Origin: Development

:memo: How is it being implemented?

Setting input type in password edit text for soft login to TYPE_CLASS_NUMBER | TYPE_NUMBER_VARIATION_PASSWORD)

:boom: How can it be tested?

Use Case 1: Soft login password should be hidden while writing

:floppy_disk: Requires DB migration?

:art: UI changes?