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

Make a Bluetooth service #150

Closed jverbraeken closed 7 years ago

jverbraeken commented 7 years ago

User story

As a developer I want to have the Bluetooth functionality in an Android service instead of the service locator so that it keeps running on the background and the connections are consistent during activity switching

What

This issue demands to make a service from AndroidBluetoothHandler

Why

This issue is needed for the project because it should keep running on the background and the connections should be consistent during activity switching

How

This feature can be added by making the new service and starting it in the manifest

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