mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 12:44:34 +01:00
Handle launch to external bank application.
This commit is contained in:
@@ -48,6 +48,9 @@
|
||||
<action
|
||||
android:id="@+id/action_donateToSignalFragment_to_donationPendingBottomSheet"
|
||||
app:destination="@id/donationPendingBottomSheet" />
|
||||
<action
|
||||
android:id="@+id/action_donateToSignalFragment_to_idealTransferDetailsFragment"
|
||||
app:destination="@id/idealTransferDetailsFragment" />
|
||||
|
||||
</fragment>
|
||||
|
||||
@@ -162,6 +165,11 @@
|
||||
android:name="return_uri"
|
||||
app:argType="android.net.Uri"
|
||||
app:nullable="false" />
|
||||
|
||||
<argument
|
||||
android:name="stripe3DSData"
|
||||
app:argType="org.thoughtcrime.securesms.components.settings.app.subscription.donate.stripe.Stripe3DSData"
|
||||
app:nullable="false" />
|
||||
</dialog>
|
||||
|
||||
<dialog
|
||||
|
||||
@@ -136,6 +136,11 @@
|
||||
android:name="return_uri"
|
||||
app:argType="android.net.Uri"
|
||||
app:nullable="false" />
|
||||
|
||||
<argument
|
||||
android:name="stripe3DSData"
|
||||
app:argType="org.thoughtcrime.securesms.components.settings.app.subscription.donate.stripe.Stripe3DSData"
|
||||
app:nullable="false" />
|
||||
</dialog>
|
||||
|
||||
<dialog
|
||||
|
||||
@@ -5846,6 +5846,10 @@
|
||||
<!-- Button label for paying with iDEAL -->
|
||||
<string name="GatewaySelectorBottomSheet__ideal">iDEAL</string>
|
||||
|
||||
<!-- Dialog title for launching external intent -->
|
||||
<string name="ExternalNavigationHelper__leave_signal_to_confirm_payment">Leave Signal to confirm payment?</string>
|
||||
<string name="ExternalNavigationHelper__once_this_payment_is_confirmed">Once this payment is confirmed, return to Signal to finish processing your donation.</string>
|
||||
|
||||
<!-- IdealBank -->
|
||||
<!-- iDEAL bank name -->
|
||||
<string name="IdealBank__abn_amro">ABN AMRO</string>
|
||||
|
||||
Reference in New Issue
Block a user