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 This pull request adds proper pane slide transitions in the bank auth flow, and a fade effect for the Stripe logo in the top bar. We exclude the...

# Summary We're not properly handling hosted surfaces across Connections integrations: - L1 (direct integrations): hosted surface should be null - PaymentSheet: hosted surface should be `payment_element` - CustomerSheet: hosted...

work-cli

# Summary Simplify isInstanceOf syntax # Motivation Follow up on code review comment: https://github.com/stripe/stripe-android/pull/8696#discussion_r1657830476

# Summary Wait for nodes with text in e2e tests # Motivation Reduce test flakiness. I made this [change for TestBacs](https://github.com/stripe/stripe-android/pull/8676) last week, but we ran into a [similar issue](https://jira.corp.stripe.com/browse/RUN_MOBILESDK-3344)...

flake-fix

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

# Summary Move logic for which PM is selected on "select saved payment methods" screen to its interactor BaseSheetViewModel now only keeps track of which `PaymentOptionsItem`s are available, not which...

# Summary Fix vertical mode payment method selection This PR depends on the changes to BaseSheetViewModel in https://github.com/stripe/stripe-android/pull/8710, specifically removing the `updateSelection` call in `onUserBack` # Motivation https://jira.corp.stripe.com/browse/MOBILESDK-2177 # Testing...

# Summary Add permissions to `CustomerState` # Motivation Add permissions to `CustomerState` # Testing - [x] Added tests - [ ] Modified tests - [ ] Manually verified

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

# Summary Update `PrimaryButtonUiStateMapper` to use `resolvableString` to handle per app localization # Motivation Needed for merchants using per-app localization that are below API 33 To test: 1. Add ```...