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

Refractor the qr generator to a service #156

Closed jverbraeken closed 7 years ago

jverbraeken commented 7 years ago

What

This Pull Request adds to the repository the transfer of QRGenerator to the newly created util service

Why

This Pull Request is needed because classes that offer a platform-dependent service should be encapsulated in a service to reduce the coupling between the application and the platform

How

This feature can be viewed/tested within the project by checking if things are still working; running QRGeneratorTest

Alternative implementation

-

Notes

This is a copy of #138 , but this one doesn't include the "garbage" that the other PR had