Bruno R. Nunes

Results 40 comments of Bruno R. Nunes

Hi @romainpiel, thanks for filing the issue! Those customization parameters are applied to the 3DS2 native version. If your authentication flow is using `PaymentAuthWebViewActivity` that means you're going through a...

Hey @jt-gilkeson, thanks for reaching out! We use `1.1.0-alpha03` because it [supports Android API 21 (since alpha01)](https://developer.android.com/jetpack/androidx/releases/security#security-crypto-1.1.0-alpha01). If you exclude it, and at runtime `1.0.0-rc02` is available, I think that...

We use `EncryptedSharedPreferences` from that library, and [our implementation](https://github.com/stripe/stripe-android/blob/master/link/src/main/java/com/stripe/android/link/account/EncryptedStore.kt), uses the `MasterKey` class which is new to 1.1.0. So I think if you exclude 1.1.0 and include 1.0.0, it will...

Hi @GMetaxakis, Thanks for filing the issue. That's definitely something we want to support better. I'll take a look and test the PR.

Hi @GMetaxakis, yes, I deleted because I figured out the issue. I'll finish woking on this and submit a PR soon.

This is implemented in #5274, we're just doing a review and will submit it.

Hello, [Version 20.8.0](https://github.com/stripe/stripe-android/releases/tag/v20.8.0) released today contains the changes mentioned above. Please try it out and let us know if you have any feedback!