Adds support for manual key entry (of RFC 3548 base32 key strings)
Literally closes #7
Replaces the FAB with Clans/FloatingActionButton, providing a contextual menu to support adding a account by different means (either via QR or Private key) without sacrificing the sleek design.
It currently does some kind of form validation will adding a new account, by verifying wherever the user provided a private key or not, will validating the key itself isn't really possible.
Includes some basic code to select between TOTP/HOTP keys, its all commented until #10 gets implemented.
Hi @defkev! Thanks for you pull request :).
I had something simular in mind for manually entering a screct . I will have a look at your commit next time when I touch the code!
Hello. Any news from this feature ?