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 a back and delete button on the ContactActivity, connects to #68 #95

Closed clenrock closed 7 years ago

clenrock commented 7 years ago

What

This adds two buttons to the ContactActivity. One which will get you back to the previous Activity, and one to delete the Contact you are currently on.

Why

We needed a way to get back to the previous Activity, and to delete a Contact.

How

When you open the app, press on one of the list items in the MainActivity to go to the ContactPage. Here you can press the buttons on the top.

Notes

The delete button doesn't delete the contact yet, when #91 and the part of showing the information of a certain contact is on develop, I will fix this.

ericcornelissen commented 7 years ago

@clenrock Could you also add at least one Cucumber test for the additions in this PR? 😇

clenrock commented 7 years ago

@ericcornelissen Good point!