fossasia / open-event-attendee-android

Open Event Attendee Android General App https://github.com/fossasia/open-event-android/blob/apk/open-event-dev-app-playStore-debug.apk
Apache License 2.0
1.95k stars 554 forks source link

chore(deps): bump com.stripe:stripe-android from 17.1.0 to 20.27.1 #2900

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps com.stripe:stripe-android from 17.1.0 to 20.27.1.

Release notes

Sourced from com.stripe:stripe-android's releases.

stripe-android v20.27.1

PaymentSheet

  • [FIXED]6992 Fixed an issue where incorrect padding was set on the Google Pay button.

See the changelog for more details.

stripe-android v20.27.0

PaymentSheet

See the changelog for more details.

stripe-android v20.26.0

PaymentSheet

  • [ADDED]6583 Added top-level methods rememberPaymentSheet() and rememberPaymentSheetFlowController() for easier integration in Compose.
  • [DEPRECATED]6583 PaymentSheetContract has been deprecated and will be removed in a future release. Use the PaymentSheet constructor or new rememberPaymentSheet() method instead.

Payments

  • [ADDED]6912 GooglePayPaymentMethodLauncher can now be presented with an amount of type Long. The method to present with an Int has been deprecated.
  • [DEPRECATED]6912 GooglePayLauncherContract and GooglePayPaymentMethodLauncherContract have been deprecated and will be removed in a future release. Use GooglePayLauncher and GooglePayPaymentMethodLauncher directly instead.

See the changelog for more details.

stripe-android v20.25.8

Financial Connections

  • [CHANGED]6919 Updated polling options for account retrieval and OAuth results to match other platforms.

See the changelog for more details.

stripe-android v20.25.7

Financial Connections

See the changelog for more details.

stripe-android v20.25.6

Financial Connections

  • [FIXED]6836 Prevents double navigation when tapping too quickly.
  • [FIXED]6853 Handle process kills after returning from browsers in Auth sessions.
  • [FIXED]6837 Don't create duplicated Auth sessions after user closes web browser.
  • [CHANGED]6850 Removes Toast shown after gracefully failing if no browser installed.

See the changelog for more details.

stripe-android v20.25.5

PaymentSheet

  • [CHANGED] The experimental API for finalizing payments on the server has changed:
    • Instead of providing only the PaymentMethod ID, CreateIntentCallback now provides the entire PaymentMethod object.
    • CreateIntentCallbackForServerSideConfirmation has been removed. If you’re using server-side confirmation, use CreateIntentCallback and its new shouldSavePaymentMethod parameter.
    • CreateIntentCallback, CreateIntentResult, and ExperimentalPaymentSheetDecouplingApi have been moved to the paymentsheet module. Update your imports from com.stripe.android.* to com.stripe.android.paymentsheet.*.

... (truncated)

Changelog

Sourced from com.stripe:stripe-android's changelog.

20.27.1 - 2023-07-17

PaymentSheet

  • [FIXED]6992 Fixed an issue where incorrect padding was set on the Google Pay button.

20.27.0 - 2023-07-10

PaymentSheet

20.26.0 - 2023-07-05

PaymentSheet

  • [ADDED]6583 Added top-level methods rememberPaymentSheet() and rememberPaymentSheetFlowController() for easier integration in Compose.
  • [DEPRECATED]6583 PaymentSheetContract has been deprecated and will be removed in a future release. Use the PaymentSheet constructor or new rememberPaymentSheet() method instead.

Payments

  • [ADDED]6912 GooglePayPaymentMethodLauncher can now be presented with an amount of type Long. The method to present with an Int has been deprecated.
  • [DEPRECATED]6912 GooglePayLauncherContract and GooglePayPaymentMethodLauncherContract have been deprecated and will be removed in a future release. Use GooglePayLauncher and GooglePayPaymentMethodLauncher directly instead.

20.25.8 - 2023-06-26

Financial Connections

  • [CHANGED]6919 Updated polling options for account retrieval and OAuth results to match other platforms.

Payments

[ADDED]6925 Added top-level remember methods for PaymentLauncher, GooglePayLauncher, and GooglePayPaymentMethodLauncher. [DEPRECATED]6925 Deprecated static rememberLauncher() methods for PaymentLauncher, GooglePayLauncher, and GooglePayPaymentMethodLauncher.

20.25.7 - 2023-06-20

Financial Connections

20.25.6 - 2023-06-12

Financial Connections

  • [FIXED]6836 Prevents double navigation when tapping too quickly.
  • [FIXED]6853 Handle process kills after returning from browsers in Auth sessions.
  • [FIXED]6837 Don't create duplicated Auth sessions after user closes web browser.
  • [CHANGED]6850 Removes Toast shown after gracefully failing if no browser installed.

20.25.5 - 2023-06-05

PaymentSheet

  • [CHANGED] The experimental API for finalizing payments on the server has changed:
    • Instead of providing only the PaymentMethod ID, CreateIntentCallback now provides the entire PaymentMethod object.
    • CreateIntentCallbackForServerSideConfirmation has been removed. If you’re using server-side confirmation, use CreateIntentCallback and its new shouldSavePaymentMethod parameter.
    • CreateIntentCallback, CreateIntentResult, and ExperimentalPaymentSheetDecouplingApi have been moved to the paymentsheet module. Update your imports from com.stripe.android.* to com.stripe.android.paymentsheet.*.

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #2901.