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

generate qr, closes #62 #98

Closed KilianCallebaut closed 7 years ago

KilianCallebaut commented 7 years ago

What

This adds the abillity to create a QR code in the form of a bitmap from a given string.

Why

This issue is needed for the project because people want to be able to see a public key (for example to exchange it) and because a textual representation can be too long when the keys are very large

How

By using the zxing library we added encoding and decoding methods for a QR code.

Notes

These are just static methods and aren't connected to the app itself yet. I also implemented the ability to test JUnit in the androidtests. Note that the loginactivitysteps fail, yet I haven't touched those.