From 767c7bfb838bb6667239a4854ed0c51b504fb625 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Thu, 7 Mar 2024 10:49:18 -0600 Subject: DD53: screens from Android wallet --- .gitignore | 2 ++ design-documents/053-wallet-ui.rst | 32 +++++++++++++++++++-- .../android-wallet/accept-tos.png | Bin 0 -> 118553 bytes .../android-wallet/cta-deposit.png | Bin 0 -> 54746 bytes .../android-wallet/cta-payment-paid.png | Bin 0 -> 55338 bytes .../android-wallet/cta-payment.png | Bin 0 -> 59747 bytes .../android-wallet/cta-peer-pull-initiate.png | Bin 0 -> 54340 bytes .../android-wallet/cta-peer-push-initiate.png | Bin 0 -> 50363 bytes .../android-wallet/cta-url-entry-1.png | Bin 0 -> 87037 bytes .../android-wallet/cta-url-entry-2.png | Bin 0 -> 23916 bytes .../android-wallet/cta-wire-transfer-1.png | Bin 0 -> 68795 bytes .../android-wallet/cta-wire-transfer-2.png | Bin 0 -> 60355 bytes .../android-wallet/cta-withdraw-1.png | Bin 0 -> 42897 bytes .../android-wallet/cta-withdraw-2.png | Bin 0 -> 43977 bytes .../android-wallet/cta-withdraw-done.png | Bin 0 -> 44643 bytes 15 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 design-documents/wallet-screenshots/android-wallet/accept-tos.png create mode 100644 design-documents/wallet-screenshots/android-wallet/cta-deposit.png create mode 100644 design-documents/wallet-screenshots/android-wallet/cta-payment-paid.png create mode 100644 design-documents/wallet-screenshots/android-wallet/cta-payment.png create mode 100644 design-documents/wallet-screenshots/android-wallet/cta-peer-pull-initiate.png create mode 100644 design-documents/wallet-screenshots/android-wallet/cta-peer-push-initiate.png create mode 100644 design-documents/wallet-screenshots/android-wallet/cta-url-entry-1.png create mode 100644 design-documents/wallet-screenshots/android-wallet/cta-url-entry-2.png create mode 100644 design-documents/wallet-screenshots/android-wallet/cta-wire-transfer-1.png create mode 100644 design-documents/wallet-screenshots/android-wallet/cta-wire-transfer-2.png create mode 100644 design-documents/wallet-screenshots/android-wallet/cta-withdraw-1.png create mode 100644 design-documents/wallet-screenshots/android-wallet/cta-withdraw-2.png create mode 100644 design-documents/wallet-screenshots/android-wallet/cta-withdraw-done.png diff --git a/.gitignore b/.gitignore index 7dab94e6..b1119077 100644 --- 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 index c36d4759..d57dfb53 100644 --- 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 new file mode 100644 index 00000000..c9537071 Binary files /dev/null and b/design-documents/wallet-screenshots/android-wallet/accept-tos.png differ diff --git a/design-documents/wallet-screenshots/android-wallet/cta-deposit.png b/design-documents/wallet-screenshots/android-wallet/cta-deposit.png new file mode 100644 index 00000000..74435360 Binary files /dev/null and b/design-documents/wallet-screenshots/android-wallet/cta-deposit.png 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 new file mode 100644 index 00000000..51a412c7 Binary files /dev/null and b/design-documents/wallet-screenshots/android-wallet/cta-payment-paid.png differ diff --git a/design-documents/wallet-screenshots/android-wallet/cta-payment.png b/design-documents/wallet-screenshots/android-wallet/cta-payment.png new file mode 100644 index 00000000..d518c922 Binary files /dev/null and b/design-documents/wallet-screenshots/android-wallet/cta-payment.png 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 new file mode 100644 index 00000000..9be8abdf Binary files /dev/null and b/design-documents/wallet-screenshots/android-wallet/cta-peer-pull-initiate.png 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 new file mode 100644 index 00000000..8ee0ef7d Binary files /dev/null and b/design-documents/wallet-screenshots/android-wallet/cta-peer-push-initiate.png 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 new file mode 100644 index 00000000..0705e7f0 Binary files /dev/null and b/design-documents/wallet-screenshots/android-wallet/cta-url-entry-1.png 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 new file mode 100644 index 00000000..18ed9bdf Binary files /dev/null and b/design-documents/wallet-screenshots/android-wallet/cta-url-entry-2.png 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 new file mode 100644 index 00000000..71e354f6 Binary files /dev/null and b/design-documents/wallet-screenshots/android-wallet/cta-wire-transfer-1.png 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 new file mode 100644 index 00000000..719b890c Binary files /dev/null and b/design-documents/wallet-screenshots/android-wallet/cta-wire-transfer-2.png 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 new file mode 100644 index 00000000..3da47302 Binary files /dev/null and b/design-documents/wallet-screenshots/android-wallet/cta-withdraw-1.png 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 new file mode 100644 index 00000000..dbe4c7b1 Binary files /dev/null and b/design-documents/wallet-screenshots/android-wallet/cta-withdraw-2.png 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 new file mode 100644 index 00000000..5860f280 Binary files /dev/null and b/design-documents/wallet-screenshots/android-wallet/cta-withdraw-done.png differ -- cgit v1.2.3