stripe_android 2.0.2
stripe_android: ^2.0.2 copied to clipboard
Stripe platform implementation for Android
2.0.2 #
- New params
primaryButtonColor,billingDetailsandallowsDelayedPaymentMethodsforinitPaymentSheet - Fixed iOS focus issues #408
2.0.1 #
- FIX: focus issue on CardFormField on Android. #397
- DOCS: correct AppCompat mention in README.md. #392
2.0.0 #
1.3.0 #
** BREAKING CHANGES **
- Deprecate redundant parameters for payment sheet.
Other changes
- Add new multiline card form.
- Add Stripe Google pay integration.
- Add WeChat payment method.
- Improved example app.
1.2.0 #
** Breaking changes **
- Rename
confirmPaymentMethodtoconfirmPaymentaccordingly with the change in the native SDK
Other changes
- Sync with latest Stripe sdk.
- Add
StripeExceptionthat encapsulates finer grained and localized error messaging coming from the Stripe SDK. - Add
CardEditControllerto handle theclear,focus,blurmethods from the cardfield. - Implement
FontFamilyon iOS. - Add
dangerouslyUpdateCardDetailsto allow custom UIs. (Please be sure to understand the severe implications of this approach here).
1.1.0 #
** Breaking changes **
- Make
paymentIntentClientSecretnullable for SetupPaymentSheetParameters and add setupIntentClientSecret. - Rename
ThreeDSecureSubmitButtonThemeDatatoThreeDSecureButtonThemeDatain order to facilitate for a generic class to customise 3D secure buttons.
Other changes
- Sync with latest Stripe sdk.
- Fix #147 add
urlscheme to initialise method. Thanks to @dariuspo. - Improved focus behavior on Cardfield.
- Add
dangerouslyGetFullCardDetailsandFontFamilyto cardfield. - Better debug logging in case something goes wrong.
1.0.2 #
1.0.1+3 #
- Fix: CardField textColor and enablePostalCode params
1.0.1 #
- Include Payment Sheet
1.0.0 #
- Initial beta release