Romain Piel
Romain Piel
**Description:** When a `DialogFragment` gets dismissed, leak canary reports a memory leak caused by OneSignal. Note that I have no reference to the onesignal SDK in that dialog fragment. **Environment**...
Not sure if it's a bug or on purpose but DeepLinkDispatch does not handle Uris with just the base scheme, like `airbnb://`. In that case, `DeepLinkUri.parse()` with return `ParseResult.INVALID_HOST`. Not...
DeepLinkDispatch is not very memory efficient when it comes to matching the uris. Say that you have 20 entries, building the registry will parse 20 pattern in the constructor even...
## Summary I am setting a custom config for the 3DS screen just before I create my `Stripe` object: ``` PaymentAuthConfig.init( PaymentAuthConfig.Builder() .set3ds2Config( PaymentAuthConfig.Stripe3ds2Config.Builder() .setTimeout(5) .setUiCustomization( PaymentAuthConfig.Stripe3ds2UiCustomization.Builder() .setAccentColor("#FF6900") .setToolbarCustomization( PaymentAuthConfig.Stripe3ds2ToolbarCustomization.Builder()...
## Is your feature request related to a problem? Please describe. There's currently no easy way to use `handleNextActionForPayment()` (or any other `handleNextAction` functions) in a compose screen. It would...
License
Hi, Is there any license for this?
This is an attempt to end up every camera bugs. Camera API is a mess on Android and I might end up using https://github.com/commonsguy/cwac-camera to have a stable basis. The...
"Feature request. The French invasion has made it clear to me that we need an equivalent of crome's auto translate. Perhaps we could allow the mobile user to specify a...