From 6876951cb30f057a852937a533d5d51d26645680 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Wed, 7 Sep 2022 15:48:00 -0300 Subject: [wallet] implement prototype for handling incoming pay-push URI --- wallet/src/main/res/navigation/nav_graph.xml | 14 ++++++++++++++ wallet/src/main/res/values/strings.xml | 4 ++++ 2 files changed, 18 insertions(+) (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 e3d526e..3170216 100644 --- a/wallet/src/main/res/navigation/nav_graph.xml +++ b/wallet/src/main/res/navigation/nav_graph.xml @@ -140,6 +140,16 @@ app:nullable="true" /> + + + + + + diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml index 96a3453..8601b14 100644 --- a/wallet/src/main/res/values/strings.xml +++ b/wallet/src/main/res/values/strings.xml @@ -98,6 +98,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card Coin expiry change fee Push payment Invoice + Invoice paid Payment +%s payment fee @@ -127,6 +128,9 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card Warning: Funds will leave the wallet immediately. Let the payee scan this QR code to receive: + Pay invoice + Do you want to pay this invoice? + Withdrawal initiated Withdrawal Withdraw -- cgit v1.2.3