Concordium / concordium-reference-wallet-android

Reference Android wallet for the Concordium blockchain
Apache License 2.0
12 stars 2 forks source link

Update simple and shielded transaction flows #89

Closed jens-concordium closed 1 year ago

jens-concordium commented 2 years ago

Task description

The transaction flows for the simple and shielded transaction should be updated a bit.

The first need-to-have update is a new option to just paste a recipient address, while the user should also be able to scan a QR code or look up addresses in the address book.

The second need-to-have update is an update to the available funds area shown at the top. As the shielded balance will be hidden as default, the shielded balance shouldn't be mentioned at the top of the transaction page. Instead it should show the public balance total, and the amount at disposal.

The two need-to-have updates are highlighted in the screenshot below. The full flow can be seen in "Flow 1" and "Flow 4" here: https://www.figma.com/file/pUlYPsHRU0Hvm0NoGIvxrv/Mobile-Wallet?node-id=2881%3A13697

You will see that the flows contain other changes compared to what we have now, but these are nice-to-have and will be described in another issue.

image

mh-concordium commented 2 years ago

Verified.

Balances are still wrong as stated here: https://github.com/Concordium/concordium-reference-wallet-android/issues/102 Retesting balances together with verification of that bug.

Versions