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

Create an activity to select verification method #183

Closed ericcornelissen closed 7 years ago

ericcornelissen commented 7 years ago

User story

As a user I want to be able to select a verification method to verify the partner I'm pairing with so that I'm sure I'm getting their key(s).

What

This issue demands an activity where users can select a verification method and after that the activity for that method should be opened.

Why

This issue is needed for the project because users should have some freedom as to how they want to secure their Bluetooth connection.

How

This feature can be added by creating an activity with a <ListView> which contains a (hardcoded) list of the verification methods.

Definition of ready

This features is not ready until the following issues are finished: n/a

Definition of done

This task can be considered done when

Notes

None