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 # Motivation # Testing - [ ] Added tests - [ ] Modified tests - [ ] Manually verified # Screenshots | Before | After | | -------------...

Bumps `androidxFragmentVersion` from 1.5.1 to 1.5.2. Updates `fragment-testing` from 1.5.1 to 1.5.2 Updates `fragment-ktx` from 1.5.1 to 1.5.2 Dependabot will resolve any conflicts with this PR as long as you...

dependencies

Bumps [accompanist-flowlayout](https://github.com/google/accompanist) from 0.25.0 to 0.25.1. Release notes Sourced from accompanist-flowlayout's releases. v0.25.1 🌈 Upgrade to Compose 1.2.1 (#1286) Upgrade to Compose Compiler 1.3.0 - Kotlin 1.7.10 (#1286) Commits 3e261b5...

dependencies

# Summary Add setup example for connect bank account # Motivation I was testing the setup flow on native to try to reproduce an issue # Testing - [ ]...

How can I create PaymentSheet.FlowController in compose? I tried to do it like this: ``` val activity = LocalContext.current as ComponentActivity LaunchedEffect(key1 = Unit, block = { PaymentSheet.FlowController.create(activity, {}, {})...

PaymentSheet

Bumps [turbine](https://github.com/cashapp/turbine) from 0.8.0 to 0.9.0. Release notes Sourced from turbine's releases. 0.9.0 FlowTurbine is now called ReceiveTurbine. This is the consume-only type with which you assert on events it...

dependencies

## Summary All StripeEditText subclasses made open instead of final. ## Motivation Allows extending all StripeEditTexts in order to customize them in places where styling won't help, and fix bugs...

## Is your feature request related to a problem? Please describe. `GooglePayPaymentMethodLauncher` works without an issue for `activities`/`fragments`, but it will be very nice to consider support it an alternative...

feature

## Summary Our app uses "androidx.security:security-crypto:1.0.0-rc02". When updating from Stripe 18.2.0 to 20. 5.0 we see in the dependency tree that Stripe is overriding the version used in the app...

bug

# Summary - Adds StripeImage composable, that accepts urls and loads them asynchronously. - Implements an in-memory LRU cache to cache loaded bitmaps. - Implements a disk LRU cache to...