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

## Summary So Xiaomi devices tend to inject darkMode and invert true black and true white colors, while I have controlled this using `false` in App theme and `AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO)` in...

bug

## Summary We are seeing some crashes coming from the SDK ``` Exception java.lang.IllegalArgumentException: Required value was null. at com.stripe.android.identity.camera.IdentityCameraManager.requireCameraAdapter (IdentityCameraManager.java:31) at com.stripe.android.identity.viewmodel.IdentityScanViewModel.stopScan (IdentityScanViewModel.kt:146) at com.stripe.android.identity.ui.LiveCaptureLaunchedEffectKt$LiveCaptureLaunchedEffect$1.invokeSuspend (LiveCaptureLaunchedEffect.kt:33) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:33)...

bug

## Summary We are seeing some crashes coming from the SDK ``` Exception java.lang.IllegalStateException: at com.stripe.android.identity.viewmodel.IdentityViewModel.uploadScanResult$identity_release (IdentityViewModel.kt:440) at com.stripe.android.identity.ui.LiveCaptureLaunchedEffectKt$LiveCaptureLaunchedEffect$1.invokeSuspend (LiveCaptureLaunchedEffect.kt:36) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:108) at androidx.compose.ui.platform.AndroidUiDispatcher.performTrampolineDispatch (AndroidUiDispatcher.android.kt:81) at...

bug

## Summary The error message in the payment sheet is not translated when using 3DS ## Android version Android 13 ## Impacted devices Samsung Galaxy S20 UItra ## Installation method...

bug

# Summary - Fixes `CardDetectTest` and `SSDOcrTest` `TODO`s # Motivation Quick PR fixing `CardDetectTest` and `SSDOcrTest` `TODO`s that I found while exploring `stripe-android`'s repo / learning how Stripe's Android SDK...

# Summary - Introduces `SailColors` on the `ui-core` module, so that base components used across SDKs can make use of them - Provides `SailColors` via StripeTheme together with the existing...

work-cli

## Summary Hi, I'm having a problem with `com.stripe.android.view.CardInputWidget` - it crashes when inflated inside BottomSheetDialog from SDK version `20.32.0` - version `20.31.0` is fine. The issue is still present...

bug

Error: Expecting type and name instead of just '' before '(' in line 182 of file 'E:\myCode\ABox\app\build\outputs\dexguard\configs\vmos\release\consumer-rules.pro', included from argument number 6 Execution failed for task ':app:dexguardApkVmosRelease'. > Process 'command...

bug
fix-in-progress
financial-connections

## Summary After opening the new card interface clicking on the card number the keyboard been shown and the focus move to expiration date ## Android version tested with Api...

bug

Hi, I'm using the following appearance for my address sheet: ```kotlin PaymentSheet.Appearance( colorsLight = PaymentSheet.Colors( surface = Color(0xFFFEFBFF), // almost white component = Color(0xFFE2E1EC), // grey // ... ), colorsDark...

bug