Matt Inger
Matt Inger
It would be awesome if the plugin would also include configuration of the appropriate tasks of type JacocoCoverageVerification. Right now, i have to kind of hack around this by doing...
If i try to use calligraphy for a password field as such: ``` ``` It seems that the inputType attribute is forcing the hint into being monospaced (which seems to...
Component.Factory is a much simpler way to create a component than the builder pattern. THere's a lot less boilerplate code, plus it mostly forces you into having no arg constructors...
What kind of issue is this? - [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do something, or to...
@iainmcgin Our qa finally got a phone into the right state for this to happen. Here's the short version of the activity stack: Running activities (most recent first): TaskRecord{e189f08 #3014...
Gradle 6.7.1 Java 11 Marathon 0.6.2 AGP 4.2.2 I'm having a bit of trouble with the reports. They are not loading into the web page. I suspect that's due to...
It would be helpful if one could override the data format that is sent. Currently, it appears that it just joins log records with a line separator. However, if one's...
It would be great if we could include letters as recognizable as part of the phone number pattern. I know that android.util.Patterns.PHONE doesn't cover this, but it should be easy...
### Description We have some code that edits shared preferences, and uses the `apply` method and not `commit`. As a result, when we run a robolectric test against this code,...