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

Implement shift key for custom keyboard #346

Closed justinvdk closed 7 years ago

justinvdk commented 7 years ago

What

This Pull Request adds to the repository a shift key for the custom keyboard.

Why

This Pull Request is needed because without shift key users cannot use capital letters in their password for now, and with closing #315 nowhere.

How

This feature can be viewed/tested within the project by opening custom keyboard (loginActivity as of now) .

Alternative implementation

Other implementations that I've have considered are None. Seems like the correct solution.

Notes

The unicode character used (u21e7) should be correct, but seems out of order. This is up to maintainers to accept or not.

justinvdk commented 7 years ago

Changed base branch