Gaëtan Muller

Results 113 comments of Gaëtan Muller

What do you think about also using the following plugin: https://github.com/autonomousapps/dependency-analysis-gradle-plugin? It reports unused plugins/dependencies, and warn if the wrong configuration is used (for example, `api` vs `implementation`). Edit: I've...

I'll try to look into this issue. Thanks for providing all these info @hoisie

@hoisie just to be sure, the test case you shared in the issue detail should also call `bootstrapWrapper.callSetUpApplicationState();`, right? Otherwise the default display doesn't get created.

Robolectric 4.12 through 4.13 provide improved fidelity in RNG. Can you try the latest version to see if you still see they small differences?

Just out of curiosity, did you try using the latest version of Robolectric (4.11.1) to see if the issue still exists @ArpitPatel009?

No worry. I saw that there are many deprecated methods in the projects, but only removed these because there is a removal version in te deprecation message. If you prefer...

> After reviewing code again, if we can confirm that we can use standard APIs to retrieve Display's metrics and real metrics, we can remove these two deprecated APIs first...

Here's the PR to remove every deprecated methods in `ShadowDisplay`: https://github.com/robolectric/robolectric/pull/8840 > These methods have been deprecated for years right? All the methods were meant to be removed in Robolectric...

@Devashishbasu any update on this PR?

I've updated the description of the PR to includes links to usages of each deprecated method. I've used GitHub's search and excluded HTML and Markdown files, to ignore documentation usages.