Ryan Harter
Ryan Harter
Sorry for the delay here. I'm going to close this ticket as #31 clarifies the usage in `.kts` files. As for the tasks not showing up, that setting that you...
This is available in 0.4.0 on Maven Central.
Thanks for the report. As @eamonnmcmanus mentioned, respecting GSON's `serializeNulls()` setting is most appropriate, and it looks like that would require querying for that value [here](https://github.com/rharter/auto-value-gson/blob/main/auto-value-gson-extension/src/main/java/com/ryanharter/auto/value/gson/AutoValueGsonExtension.java#L706) and only emitting the...
In Kotlin adding a click listener on a view as already a single call, so I'm not really sure of the need for this. ```kotlin button.setOnClickListener { // do stuff...
I'll be doing some investigation to verify, but on first pass it seems that the performance of this isn't optimal. Unlike things like clicks and text entry, gestures are fast...
I'm integrating this as well have have the same issue. Though, unlike what you might expect, The email does have a body. I have a custom lens that simply adds...
Hmm, notice how it's complaining about the `EXTRA_TEXT` field, not the `EXTRA_STREAM`. I wonder if this is relevant from the [Intent docs](https://developer.android.com/reference/android/content/Intent.html#ACTION_SEND_MULTIPLE): ``` If using this approach, you still must...
Updating my Lens to send a `FileProvider` uri to the local log file, and adding `Intent.FLAG_GRANT_READ_URI_PERMISSION` to the intent solves the issue of the attachment missing (makes sense). The warning...
You're correct. The missing log file was a different issue of mine. I haven't narrowed down the cause of the warning, but everything appears to be working as expected.
Looks like this isn't a problem on master, just need a release for cocoapods.