René Kilczan
René Kilczan
I tried to keep it short, but you are right again. I skipped the `Error: ` log statement above. So the `DnssecValidationFailedException` is thown as implied by the title. [removed...
I added a `err.printStackTrace()`: private fun checkDomain(domain: String) : AddressStatus { // domain is here github.xxx return try { val result = DnssecResolverApi.INSTANCE.resolve(Question(domain, Record.TYPE.MX)) // line 36 when { result.wasSuccessful()...
My code snip it above is a simple proof of concept which works for me. Thank you for your feedback. I'll check if can fulfill your requirements and then I'll...
Is there no other way? I would prefer not to change that property everytime the view becomes resized.
I think that is not possible with the CustomSlidableAction
I ended with a full custom implementation. In other words I'm not using this widget.
It's right now part of a commercial closed source project. So this is a bit tricky. Currently it also would leak internal usage, but I need to refactor it anyway....
You should make it easier to fix your issue by providing more information like your screen size (or device) font scaling settings and the problematic library names
Might be my pull request #191 will fix this too by using the artifact name instead of the full maven id
Any chance that you can add the dependency management of the play services like in [`LicensesTask.addGooglePlayServiceLicenses(...)`](https://github.com/google/play-services-plugins/blob/oss-licenses-plugin-v0.10.4/oss-licenses-plugin/src/main/groovy/com/google/android/gms/oss/licenses/plugin/LicensesTask.groovy#L140-L171)?