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 Use `id document` instead of `id card` # Motivation # Testing - [ ] Added tests - [ ] Modified tests - [x] Manually verified # Screenshots |...

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

# Summary Add `CustomerSheetDataRepository` interface. # Motivation Will be used to implement wrap `CustomerAdapter` and introduce a `CustomerSession` implementation then used in `CustomerSheet` instead of `CustomerAdapter` directly. # Testing -...

## Summary When opening a `PaymentSheet`, a `NoSuchMethodError` is thrown after upgrading AndroidX Lifecycle to version `2.8.0`. ## Android version Android 12 ## Impacted devices Only tested on OnePlus HD1903...

bug

This pull request contains the latest translations from Lokalize.

# Summary This pull request fixes a memory leak in `TestPaymentSheetScreenshots` that’s happening on some Samsung devices. # Motivation # Testing - [ ] Added tests - [ ] Modified...

# Summary This pull request is a follow-up to https://github.com/stripe/stripe-android/pull/8480. Instead of creating a new `PaymentSheet` or `FlowController` whenever the provided callbacks change (and they really shouldn’t), we now just...

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

# Summary - Replaces activity resizing by insets (keyboard now smoothly animates) - On signup pane, keeps bottom panel behind keyboard - Focuses on email when empty - Focuses on...

work-cli

## Summary Postcode field entry does not work as expected when using SwiftKey keyboard - some characters are entered correctly, others are not. ## Android version 12+ ## Impacted devices...

bug