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

Use popup instead of a new activity to activate bluetooth #194

Closed clenrock closed 7 years ago

clenrock commented 7 years ago

What

This Pull Request deletes the ActivateBluetoothActivity and replaces it with a neat popup asking the user if he wants to enable Bluetooth.

Why

This Pull Request is needed because this makes using Bluetooth much more user friendly and convenient.

How

This feature can be viewed/tested within the project by opening the app and pressing the Bluetooth button when Bluetooth is off.

Notes