Carmen Alvarez
Carmen Alvarez
Disclaimer: I'm not actually using this lib, but came across the [blog post](https://medium.com/@cketti/android-sending-email-using-intents-3da63662c58f) mentioning it, when troubleshooting issues sending e-mails. This project is a great way to try out different...
Here's some test results that can maybe help. These were testing our app, which doesn't use this library, but it basically does the same thing as this library does in...
Thanks for the feedback! Actually I didn't mention that in addition to the full Uri (with to, subject, and body), we also send `EXTRA_TEXT` with the original newlines, unmodified. (I...
btw, indeed the "missing newlines" issue only appeared in Gmail. We also tested other mail clients like samsung mail and outlook too, it's mentioned in the tables in the [previous...
Sorry for the delay. I've reached out to our team working on the backend integration. They're currently busy focusing on other parts of the stripe integration, so I don't have...
Additional info: The new ui isn't customizable regarding the postal code: https://github.com/stripe/stripe-android/blob/v16.8.0/stripe/src/main/java/com/stripe/android/paymentsheet/ui/BillingAddressView.kt#L290 ```kt private fun updatePostalCodeView(countryCode: CountryCode?) { val shouldShowPostalCode = countryCode == null || CountryUtils.doesCountryUsePostalCode(countryCode) postalCodeLayout.isVisible = shouldShowPostalCode val...
@yuki-stripe Sorry I completely missed your question! I'll get in touch with the PO and report back here. From my POV, I'm thinking it would be best if we could...
I talked with our PO. This isn't the ideal solution we were hoping for. But it could be enough. We could accept showing these fields if they're pre-filled. However, if...
I also see this bug. I tried this in a test integration, using stripe sdk `17.1.2`, with test card `4000 0025 0000 1001`, which supports both "cartes_bancaires" and "visa" networks....
Same behavior with stripe sdk `17.2.0`: `pi_3JhdFiJgn5Rr4DxU1Quc26k7`