Releases: stripe/stripe-android
Releases · stripe/stripe-android
stripe-android v21.8.0
PaymentSheet
- [CHANGED]10480 Updated Afterpay branding in the US to be Cash App Afterpay.
- [FIXED]10492 Update Add Payment Method screen to use
PaymentSheet.Appearance.Colors.onSurface
as the header text color whenPaymentMethodLayout
isVertical
. - [ADDED]10496 Improve Google Pay troubleshooting with detailed user facing logs.
- [ADDED]10437 Added
LinkConfiguration
to allow control over Link in PaymentSheet.
Connect (Private Preview)
- [Added] Connect SDK to add connected account dashboard functionality to your app using Connect embedded components.
stripe-android v21.7.1
PaymentSheet
- [CHANGED][https://github.com//pull/10421] Afterpay no longer requires a shipping address to be shown.
- [CHANGED]10382 Don't show price as $0.00 in Google Pay for setup intents in US and CA.
- [FIXED]10436 Update payment method rows to use
PaymentSheet.Appearance.Colors.placeholderText
as the subtitle color whenPaymentMethodLayout
isVertical
.
stripe-android v21.7.0
PaymentSheet
- [FIXED]10327 Improve accessibility for postal code.
- [ADDED] Support for default payment methods in private beta.
stripe-android v21.6.0
PaymentSheet
- [ADDED]10202 Added card brand filtering to specify allowed or blocked card brands. Learn more by visiting the docs.
Dependencies updated in 9512 and 10250:
- Bumped Android Gradle Plugin from 8.7.1 to 8.8.1.
- Bumped Androidx Activity from 1.8.2 to 1.9.3.
- Bumped Androidx Annotation from 1.9.0 to 1.9.1.
- Bumped Androidx Fragment from 1.8.4 to 1.8.6.
- Bumped Androidx Lifecycle from 2.8.6 to 2.8.7.
- Bumped Camerax from 1.3.4 to 1.4.1.
- Bumped Constraint Layout from 2.1.4 to 2.2.0.
- Bumped Google Places from 3.3.0 to 3.5.0.
- Bumped Gson from 2.11.0 to 2.12.1.
- Bumped Hilt from 2.52 to 2.55.
- Bumped Kotlin from 2.0.21 to 2.1.10.
- Bumped Kotlinx Coroutines from 1.9.0 to 1.10.1.
- Bumped Kotlinx Serialization from 1.7.3 to 1.8.0.
- Bumped Okio from 3.9.1 to 3.10.2.
- Bumped Play Services Coroutines from 1.7.3 to 1.10.1.
- Bumped Poko from 0.17.2 to 0.18.2.
stripe-android v21.5.1
Payments
- [FIXED]10211 Fixed an issue where some LPMs couldn't be confirmed.
stripe-android v21.5.0
CardScan
- [FIXED]10181 Fixed a crash that happened on some devices with odd camera-to-screen ratios
Financial Connections
- [ADDED] Financial Connections now supports dark mode and will automatically adapt to the device's theme. Learn more about configuring appearance settings.
stripe-android v21.4.2
Bug fixes and improvements.
stripe-android v21.4.1
PaymentSheet
- [ADDED]10015 Fixed a bug in
PaymentSheet.FlowController
where the result callback wouldn't be called if a user cancelled confirmation during CVC recollection.
stripe-android v21.4.0
PaymentSheet
- [ADDED]9937 Added support for Crypto to PaymentSheet.
stripe-android v21.3.2
Financial Connections
- [FIXED] Fixes a rare crash that could occur when presenting a bottom sheet.
PaymentSheet
- [FIXED]9871 Fixes issue with autocomplete caused by render loop in text field.