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

Add a screen to choose between Bluetooth verification methods #191

Closed ericcornelissen closed 7 years ago

ericcornelissen commented 7 years ago

What

This Pull Request adds to a new activity to the repository which can be used to select a verification method when pairing over Bluetooth. The choice is either a visual pattern or a tab pattern. When selecting a verification method an activity for that method will be opened.

Why

This Pull Request is needed because we want to user to be able to select a verification method (currently visual patter or tab pattern).

How

You can change the target activity in the intent in the EntryActivity to be SelectVerificationMethodActivity. When you did that and you start the app, the new activity will open immediately.

Alternative implementation

None, we want the user to be able to choice a verification method and for that we kinda need a activity (a popup would be possible, but very ugly/unintuitive imho).

Notes

There are a few important things to not here:

jverbraeken commented 7 years ago

I changed your title to a more descriptive one