Rubén Viguera Marañón

Results 16 comments of Rubén Viguera Marañón

PR https://github.com/pedrovgs/Shot/pull/292 provides support for this

I also wanted to give Paparazzi a try. As it claims to not use any emulator I wanted to use it in a **unit test** with fragment-testing library, but I...

Ah I forgot to say that even though I have java 17 installed this is run on Android Studio that has its own JDK 11 embedded, and Gradle also is...

This is something I already tried, and it was promising at the beginning making the test to pass. It even created a report in build directory. But I made some...

Maybe mine is not the same problem and I should open a new issue. But the point with my sample is that it works when I don't use the AndroidJUnit4...

Possible duplicate of #36. If so is fixed on pull request #41

Hi Louis, Of course you can. Glad to read your proposal. Let me know about the public url if available as I'd like to switch to a repository in my...

I think yours is the same problem as issue #23 or at least may be related. There's a fork that is supposed to fix that problem, https://github.com/formatBCE/AdaptiveTableLayout. You could give...

I had the same issue in my kotlin application and recently I've fixed in my own fork. I've made a pull request on #41