taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 767c7bfb838bb6667239a4854ed0c51b504fb625
parent 9df45adc3bb4a4e4f38a5e8ba44d6f00058bcdc4
Author: Iván Ávalos <avalos@disroot.org>
Date:   Thu,  7 Mar 2024 10:49:18 -0600

DD53: screens from Android wallet

Diffstat:
M.gitignore | 2++
Mdesign-documents/053-wallet-ui.rst | 32++++++++++++++++++++++++++++++--
Adesign-documents/wallet-screenshots/android-wallet/accept-tos.png | 0
Adesign-documents/wallet-screenshots/android-wallet/cta-deposit.png | 0
Adesign-documents/wallet-screenshots/android-wallet/cta-payment-paid.png | 0
Adesign-documents/wallet-screenshots/android-wallet/cta-payment.png | 0
Adesign-documents/wallet-screenshots/android-wallet/cta-peer-pull-initiate.png | 0
Adesign-documents/wallet-screenshots/android-wallet/cta-peer-push-initiate.png | 0
Adesign-documents/wallet-screenshots/android-wallet/cta-url-entry-1.png | 0
Adesign-documents/wallet-screenshots/android-wallet/cta-url-entry-2.png | 0
Adesign-documents/wallet-screenshots/android-wallet/cta-wire-transfer-1.png | 0
Adesign-documents/wallet-screenshots/android-wallet/cta-wire-transfer-2.png | 0
Adesign-documents/wallet-screenshots/android-wallet/cta-withdraw-1.png | 0
Adesign-documents/wallet-screenshots/android-wallet/cta-withdraw-2.png | 0
Adesign-documents/wallet-screenshots/android-wallet/cta-withdraw-done.png | 0
15 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -12,3 +12,5 @@ images/deposit.png images/reserve.png *.png texinfo/ + +!/design-documents/wallet-screenshots/**/*.png diff --git a/design-documents/053-wallet-ui.rst b/design-documents/053-wallet-ui.rst @@ -98,6 +98,9 @@ fee, restrictions and ETA should be clear for the user. .. attention:: User should be able to play with the amount, not possible in the current design +.. image:: ./wallet-screenshots/android-wallet/cta-withdraw-2.png + :width: 30% + cta-wire-transfer ----------------- @@ -116,6 +119,10 @@ the wire transfer to complete a manual withdrawal operation. * automatic: screen changes to "cta-withdraw-done" upon completion .. image:: ../screenshots/cta-wire-transfer-firefox-latest.png +.. image:: ./wallet-screenshots/android-wallet/cta-wire-transfer-1.png + :width: 30% +.. image:: ./wallet-screenshots/android-wallet/cta-wire-transfer-2.png + :width: 30% cta-withdraw-done ----------------- @@ -134,7 +141,9 @@ a completed withdraw operation (bank-integrated or manual) * delete: deletes information about the withdrawal operation .. image:: ../screenshots/cta-withdraw-done-firefox-latest.png - + :width: 60% +.. image:: ./wallet-screenshots/android-wallet/cta-withdraw-done.png + :width: 30% cta-url-entry ------------- @@ -156,6 +165,10 @@ depending on implementation specifics. * back: return to previous view .. image:: ../screenshots/cta-url-entry-firefox-latest.png +.. image:: ./wallet-screenshots/android-wallet/cta-url-entry-1.png + :width: 30% +.. image:: ./wallet-screenshots/android-wallet/cta-url-entry-2.png + :width: 30% cta-payment @@ -182,6 +195,9 @@ fee, restrictions and ETA should be clear for the user. * cancel: user will be redirected to ``balance`` .. image:: ../screenshots/cta-payment-firefox-latest.png + :width: 60% +.. image:: ./wallet-screenshots/android-wallet/cta-payment.png + :width: 30% cta-payment-paid ---------------- @@ -201,6 +217,9 @@ about a historic payment. * back: user will be redirected to ``balance`` .. image:: ../screenshots/cta-payment-paid-firefox-latest.png + :width: 60% +.. image:: ./wallet-screenshots/android-wallet/cta-payment-paid.png + :width: 30% cta-deposit ------------ @@ -221,6 +240,8 @@ fee, restrictions and ETA should be clear for the user. .. attention:: User should be able to play with the amount, not possible in the current design +.. image:: ./wallet-screenshots/android-wallet/cta-deposit.png + :width: 30% cta-peer-pull-initiate ---------------------- @@ -249,6 +270,8 @@ fee, restrictions and ETA should be clear for the user. Is the invoice creation always free of charge or does the exchange have a mechanism to impose a fee to pay on creation? +.. image:: ./wallet-screenshots/android-wallet/cta-peer-pull-initiate.png + :width: 30% cta-peer-pull-confirm --------------------- @@ -289,6 +312,9 @@ fee, restrictions and ETA should be clear for the user. * confirm operation: on success will be redirected to the ``transaction-details`` screen where the detail of the current transaction will be displayed * cancel: user will be redirected to ``balance`` +.. image:: ./wallet-screenshots/android-wallet/cta-peer-push-initiate.png + :width: 30% + cta-peer-push-confirm --------------------- @@ -349,7 +375,9 @@ user already accepted ToS) * save/print tos: will save the ToS outside of the wallet .. image:: ../screenshots/cta-accept-tos-firefox-latest.png - + :width: 45% +.. image:: ./wallet-screenshots/android-wallet/accept-tos.png + :width: 45% Q / A ===== diff --git a/design-documents/wallet-screenshots/android-wallet/accept-tos.png b/design-documents/wallet-screenshots/android-wallet/accept-tos.png Binary files differ. diff --git a/design-documents/wallet-screenshots/android-wallet/cta-deposit.png b/design-documents/wallet-screenshots/android-wallet/cta-deposit.png Binary files differ. diff --git a/design-documents/wallet-screenshots/android-wallet/cta-payment-paid.png b/design-documents/wallet-screenshots/android-wallet/cta-payment-paid.png Binary files differ. diff --git a/design-documents/wallet-screenshots/android-wallet/cta-payment.png b/design-documents/wallet-screenshots/android-wallet/cta-payment.png Binary files differ. diff --git a/design-documents/wallet-screenshots/android-wallet/cta-peer-pull-initiate.png b/design-documents/wallet-screenshots/android-wallet/cta-peer-pull-initiate.png Binary files differ. diff --git a/design-documents/wallet-screenshots/android-wallet/cta-peer-push-initiate.png b/design-documents/wallet-screenshots/android-wallet/cta-peer-push-initiate.png Binary files differ. diff --git a/design-documents/wallet-screenshots/android-wallet/cta-url-entry-1.png b/design-documents/wallet-screenshots/android-wallet/cta-url-entry-1.png Binary files differ. diff --git a/design-documents/wallet-screenshots/android-wallet/cta-url-entry-2.png b/design-documents/wallet-screenshots/android-wallet/cta-url-entry-2.png Binary files differ. diff --git a/design-documents/wallet-screenshots/android-wallet/cta-wire-transfer-1.png b/design-documents/wallet-screenshots/android-wallet/cta-wire-transfer-1.png Binary files differ. diff --git a/design-documents/wallet-screenshots/android-wallet/cta-wire-transfer-2.png b/design-documents/wallet-screenshots/android-wallet/cta-wire-transfer-2.png Binary files differ. diff --git a/design-documents/wallet-screenshots/android-wallet/cta-withdraw-1.png b/design-documents/wallet-screenshots/android-wallet/cta-withdraw-1.png Binary files differ. diff --git a/design-documents/wallet-screenshots/android-wallet/cta-withdraw-2.png b/design-documents/wallet-screenshots/android-wallet/cta-withdraw-2.png Binary files differ. diff --git a/design-documents/wallet-screenshots/android-wallet/cta-withdraw-done.png b/design-documents/wallet-screenshots/android-wallet/cta-withdraw-done.png Binary files differ.