Dmitry

Results 5 issues of Dmitry

Use of `bodyText2` as a base style every time had led to some inconsistencies in text rendering in our case. I made `bodyText2` usage conditional - only when there's no...

There are two "Edit diagram" options in menu for SVG file. The first one opens draw.io panel with "Not a diagram file" and the second one opens the editor properly....

In our team we have a multi-package application using Objectbox. For a while we had Objectbox and all classes using it in a root package. Now we want to decouple...

enhancement

I need to override `receiveTimeout` for single request and have an option to cancel a request, because I'm downloading a file. For this, I use both `@CancelRequest` and `@DioOptions` annotations...

Hello. I need to add an additional CA root certificate to trust in WebView. I know about `onReceivedServerTrustAuthRequest` callback but I don't need to check the website certificate. Instead I...