From 4fe04766fbf5328d0816f7cd862228a71690fd1c Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 6 Sep 2022 18:18:47 -0300 Subject: [wallet] implement prototype for outgoing peer transactions --- wallet/src/main/res/navigation/nav_graph.xml | 48 +++++++++++++++++++++++++++- wallet/src/main/res/values/strings.xml | 18 +++++++++++ 2 files changed, 65 insertions(+), 1 deletion(-) (limited to 'wallet/src/main/res') diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml index 871ba53..e3d526e 100644 --- a/wallet/src/main/res/navigation/nav_graph.xml +++ b/wallet/src/main/res/navigation/nav_graph.xml @@ -33,6 +33,23 @@ app:destination="@id/nav_uri_input" /> + + + + + + + + + + + + + tools:layout="@layout/fragment_transactions"> @@ -146,6 +178,12 @@ android:label="@string/transactions_detail_title" tools:layout="@layout/fragment_transaction_withdrawal" /> + + + + + + diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml index 4fdfd4f..96a3453 100644 --- a/wallet/src/main/res/values/strings.xml +++ b/wallet/src/main/res/values/strings.xml @@ -46,6 +46,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card Scan Taler QR Code Enter Taler URI Copy + Copy Taler URI Paste Clipboard contains an invalid data type Not a valid Taler URI @@ -95,6 +96,8 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card Refund from %s PENDING Coin expiry change fee + Push payment + Invoice Payment +%s payment fee @@ -109,6 +112,21 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card Already paid You\'ve already paid for this purchase. + Amount to receive + Amount invalid + Choose where to receive money from: + Withdraw from bank account + Invoice another wallet + Request payment + Create invoice + Let the payer scan this QR code to pay: + Alternatively, copy and send this URI: + + Amount to send + Send funds now + Warning: Funds will leave the wallet immediately. + Let the payee scan this QR code to receive: + Withdrawal initiated Withdrawal Withdraw -- cgit v1.2.3