sshropshire

Results 221 comments of sshropshire

Thanks @nick-titov-sw. It's interesting the portion of the code that throws the NPE is virtually the same for [TLSCertificatePinning.kt in v4.44.0](https://github.com/braintree/braintree_android/blob/f97b8b0a4a8a8d4a8af81b9e2ca685eadad06ba0/BraintreeCore/src/main/java/com/braintreepayments/api/TLSCertificatePinning.kt#L92). We did update the SDK's pinned certificates, but we...

@nick-titov-sw going to try this to see if it helps resolve: https://github.com/braintree/braintree_android/pull/1036.

@all we've provided a potential fix for this issue in our latest [4.48.0](https://github.com/braintree/braintree_android/blob/main/CHANGELOG.md#4480-2024-07-02) version. Please upgrade and feel free to re-open this issue if the crashes persist.

It's definitely close. There's retry logic that needs to be re-implemented for this to be fully complete. It used to happen in [HttpClient](https://github.com/braintree/braintree_android/blob/c53317c8cf5cd6530e1c49aaa02f6cccd3392089/SharedUtils/src/main/java/com/braintreepayments/api/sharedutils/HttpClient.java#L73) but it makes more sense for it...

Hi @sawyermade thanks for using the Braintree SDK for Android. I'm trying to reproduce this error but I'm having trouble on a Pixel 6 Pro and a Galaxy S21 5G....

@sawyermade awesome thanks! For the PayPal flow we use a Chrome custom tab, so there isn't as much View inflation happening in that flow. Our DropIn library depends on another...

@sawyermade nothing stands out as out of place. Technically your layout shouldn't affect the presentation of DropIn since it's contained in its own `Activity` and has its own view. I'd...

@sawyermade interesting I can't say that I have. We have an import statement in [AddCardFragment.java](https://github.com/braintree/braintree-android-drop-in/blob/ba342f08e0bb2ed7865fb937f14b45e00481722b/Drop-In/src/main/java/com/braintreepayments/api/AddCardFragment.java#L14) that references the `R` class generated by the DropIn library. Out of curiosity if you...

@sawyermade are y'all using proguard in your project? And to confirm it's the same behavior when using an emulator?

Hi @EugeneSytnyk thanks for using the Braintree SDK for Android. Are you able to reproduce this 100%? Also what version of Android are you using?