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

Prevent Bluetooth cancel from showing the wrong activity #278

Open ericcornelissen opened 7 years ago

ericcornelissen commented 7 years ago

User story

As a user I want to go directly to the MainActivity/BluetoothConnectionActivity when I cancel a Bluetooth exchange process (at any point in the process)

What

This issue demands that canceling/pressing back while in a exchange process with another phone will cancel the connection and lead back to the MainActivity/BluetoothConnectionActivity

Why

This issue is needed for the project because it improves user experience and makes clear the connection has been canceled.

How

This feature can be added by (proposed solution, not sure if this works) adding noHistory to the activities involved in the Bluetooth exchange process.

Definition of ready

Either done when #249 is merged, or this issue can be combined with #249

Definition of done

This task can be considered done when

Notes

None