Matt Inger

Results 37 comments of Matt Inger
trafficstars

@iainmcgin It's been some time, but has there been any movement on nailing this down yet?

@iainmcgin Have you been able to spend any time on this? This has been open for quite a long time, and another team in our org is facing a lot...

@iainmcgin I've been able now to produce this consistently. I installed an android 4.4.4 vm into genymotion. I also moved to the startActivityForResult/onActivityResult model, instead of using the service to...

What I ended up doing was setting the authorization management activity to single top launch mode and the redirecturireceiver activity to single task. That seems to have resolved the issue...

I'm not sure why that would be helpful. We're running under Jenkins, and basically publishing the report directory to the jenkins server. On that server, the timeline doesn't even render,...

I get that fully embedded content might not be the most efficient in all cases, but asking users to download the reports and run their own http servers seems like...

We are testing that but shouldn’t the runner automagically do this on its own? It seems odd to have to forcibly reset stuff like this

Was this added in a specific version? Because when we remove our hack we see these threads building up. One for every test function that uses the robolectric runner

We are using 4.8.2 and I can confirm that the threads are not going away on their own. When we remove our specific cleanup above, we see a buildup of...

The standard lifecycle viewModel functions for compose delegate to the composition local LocalViewModelStoreOwner. Wouldn't it just be a matter of coming up with a proper implementation of this which was...