In the screen where a secret is displayed, QR code display should be improved in the following way:
for any secret: a button should be added in the 'secret' display box. When clicked, a qr version of the secret parsed text is shown in the box (same functionality as done currently when clicking on SeedQR).
For BIP 39 mnemonic (as shown as 12-24 word list): the SeedQR button should be displayed (as done currently) but only for BIP39 mnemonic (not password/public keys/...). When clicked, this button should show the mnemonic data with specific SeedQR encoding (more details below) in the 'secret' box.
In the screen where a secret is displayed, QR code display should be improved in the following way:
for any secret: a button should be added in the 'secret' display box. When clicked, a qr version of the secret parsed text is shown in the box (same functionality as done currently when clicking on SeedQR).
For BIP 39 mnemonic (as shown as 12-24 word list): the SeedQR button should be displayed (as done currently) but only for BIP39 mnemonic (not password/public keys/...). When clicked, this button should show the mnemonic data with specific SeedQR encoding (more details below) in the 'secret' box.
The SeedQR encoding is described here: https://github.com/SeedSigner/seedsigner/blob/dev/docs/seed_qr/README.md. More specifically, it is the compactseedqr-specification that must be implemented