Handle launch to external bank application.

This commit is contained in:
Alex Hart
2023-10-23 08:26:31 -04:00
committed by GitHub
parent e63137d293
commit d497ed4195
35 changed files with 788 additions and 89 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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>