stripe-android icon indicating copy to clipboard operation
stripe-android copied to clipboard

Stripe Android SDK

Results 385 stripe-android issues
Sort by recently updated
recently updated
newest added

Bumps [org.tensorflow:tensorflow-lite](https://github.com/tensorflow/tensorflow) from 2.11.0 to 2.15.0. Release notes Sourced from org.tensorflow:tensorflow-lite's releases. TensorFlow 2.15.0 Release 2.15.0 TensorFlow Breaking Changes tf.types.experimental.GenericFunction has been renamed to tf.types.experimental.PolymorphicFunction. Major Features and Improvements oneDNN...

dependencies

Hi, when I click to open the AddressSheet in my compose app, the app crashes. Exception: ``` java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/compose/ui/platform/LocalSoftwareKeyboardController; at com.stripe.android.common.ui.BottomSheetKeyboardHandlerKt.rememberBottomSheetKeyboardHandler(BottomSheetKeyboardHandler.kt:38) at com.stripe.android.common.ui.BottomSheetKt.rememberBottomSheetState(BottomSheet.kt:96) at com.stripe.android.paymentsheet.addresselement.AddressElementActivity$onCreate$1.invoke(AddressElementActivity.kt:56) at com.stripe.android.paymentsheet.addresselement.AddressElementActivity$onCreate$1.invoke(AddressElementActivity.kt:51)...

bug

## Summary Hi Team, We've encountered a crash on Firebase Crashlytics within the Stripe SDK, as we're not directly calling this class so can't provide much information. ## Code to...

bug

# Summary # Motivation # Testing - [ ] Added tests - [ ] Modified tests - [ ] Manually verified # Screenshots | Before | After | | -------------...

# Summary Use Compose `PrimaryButton` in `PaymentSheet`. # Motivation Resolves [MOBILESDK-1498](https://jira.corp.stripe.com/browse/MOBILESDK-1498) # Testing - [ ] Added tests - [x] Modified tests - [x] Manually verified

## Summary When #onRestoreState runs, the CardInputWidget breaks and nothing can be entered. Specifically I believe the internal `cardNumberTextInputLayout` has a width of 0 and therefore nothing can be entered....

bug

## Summary Re-opening #6116, since we're still seeing the crash on latest versions. ## Code to reproduce Simple usage, creating a scanner using CardScanSheet.create. Cannot reproduce this manually, can see...

bug

# Summary # Motivation # Testing - [ ] Added tests - [ ] Modified tests - [ ] Manually verified # Screenshots | Before | After | | -------------...

## Summary We're seeing an occasional crash on Samsung devices when presenting the payment sheet with a payment intent. ` FATAL EXCEPTION: main Process: com.ksl.android.classifieds, PID: 13363 java.lang.ClassCastException: android.graphics.drawable.VectorDrawable cannot...

bug

## Summary Android App trying to open url returned from call to "https://api.stripe.com/v1/accounts" in a Webview fails. This is during a Connect account onboarding process. ## Code to reproduce Stacktrace...

bug