summaryrefslogtreecommitdiff
path: root/wallet/src/main/res
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-06-15 14:53:39 -0300
committerSebastian <sebasjm@gmail.com>2022-06-15 14:53:48 -0300
commit5b7bb5cf012fc41b2fbb6a41f6f858009c1ba092 (patch)
treed28fedbe31363f9c72fca31626d2104d4d375af6 /wallet/src/main/res
parent627fff034a85c6076c8d1693af33c38fa4a99825 (diff)
downloadtaler-android-5b7bb5cf012fc41b2fbb6a41f6f858009c1ba092.tar.gz
taler-android-5b7bb5cf012fc41b2fbb6a41f6f858009c1ba092.tar.bz2
taler-android-5b7bb5cf012fc41b2fbb6a41f6f858009c1ba092.zip
accept decimal and bitcoin exchanges
Diffstat (limited to 'wallet/src/main/res')
-rw-r--r--wallet/src/main/res/layout/fragment_manual_withdraw.xml2
-rw-r--r--wallet/src/main/res/values/strings.xml4
2 files changed, 5 insertions, 1 deletions
diff --git a/wallet/src/main/res/layout/fragment_manual_withdraw.xml b/wallet/src/main/res/layout/fragment_manual_withdraw.xml
index 724c3e2..ec176ff 100644
--- a/wallet/src/main/res/layout/fragment_manual_withdraw.xml
+++ b/wallet/src/main/res/layout/fragment_manual_withdraw.xml
@@ -76,7 +76,7 @@
android:id="@+id/amountView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:inputType="number" />
+ android:inputType="numberDecimal" />
</com.google.android.material.textfield.TextInputLayout>
diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml
index 7595060..592070c 100644
--- a/wallet/src/main/res/values/strings.xml
+++ b/wallet/src/main/res/values/strings.xml
@@ -119,6 +119,10 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card
<string name="withdraw_manual_ready_title">Exchange is ready for withdrawal!</string>
<string name="withdraw_manual_ready_intro">To complete the process you need to wire %s to the exchange bank account</string>
<string name="withdraw_manual_ready_details_intro">Bank transfer details</string>
+ <string name="withdraw_manual_bitcoin_ready_details_intro">Bitcoin transfer details</string>
+ <string name="withdraw_manual_bitcoin_ready_details_segwit">The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.</string>
+ <string name="withdraw_manual_bitcoin_ready_details_bitcoincore">In bitcoincore wallet use \'Add Recipient\' button to add two additional recipient and copy addresses and amounts</string>
+ <string name="withdraw_manual_bitcoin_ready_details_confirm">Make sure the amount show %s, else you have to change the base unit to BTC</string>
<string name="withdraw_manual_ready_iban">IBAN</string>
<string name="withdraw_manual_ready_subject">Subject</string>
<string name="withdraw_manual_ready_bank_button">Open in banking app</string>