ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Auto capitalization for profile name input in create profile activity #323

Closed ericcornelissen closed 7 years ago

ericcornelissen commented 7 years ago

What

This Pull Request updates the activity_create_profile.xml so the input for the users name is capitalized per word, as one would expect for a name.

Why

This Pull Request is needed because it improves the user experience when creating a new profile.

How

This feature can be viewed/tested within the project by uninstalling the app, reinstalling the app and creating a new profile. You'll see that the input for the name will be capitalized per word.

Alternative implementation

None considered

Notes

None