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

Sort on key type fix #204

Closed jverbraeken closed 7 years ago

jverbraeken commented 7 years ago

User story

As a user I want to see when a certain text bar can be unfolded to show certain elements so that I can find for example the contacts that are ordered under RSAKey or DSAKey.

What

This issue solves the bug that now arrow-down is shown in the text bar and that the correct users are drawn under the correct text bar in MainActivity.

Why

This issue is needed for the project because the current implementation doesn't work and is not straight-forward because the arrow is missing.

How

This feature can be added by adding the down-arrow and by letting the correct contacts appear when clicked on an unfoldable text bar.

Definition of ready

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

Definition of done

This task can be considered done when

Notes