Mugurell
Mugurell
Seems like we need `drawable-night` versions of these drawables. @lobontiumira Does the issue with the speaker being white happens on Fenix also when testing on the Xiaomi device?
We can copy-paste the Fenix code to AC as an abstract class which can then be extended on Fenix and Focus for providing their own pending intents and maybe override...
There is also [Jetpack Glance](https://developer.android.com/jetpack/androidx/releases/glance) that allows for building the widgets using compose but given that is still in alpha and we want to have a stable implementation in AC...
Not sure how a concurrent read-write may happen since we rely on JUnit callback which I expect will ensure the calls about when a test is finished and another one...
This should only happen on newer devices while the test should run as before on slightly older Android versions. > androidx.test.services.speakeasy.client.ToolConnection$ToolConnectionPostIcs.doCall(ToolConnection.java:193) > java.lang.IllegalArgumentException: Wrong number of arguments; expected 6, got...
@mhammond We normally leave it up to the author to decide when to merge usually using the `needs-landing` label for the PR. Not sure if you have Github permissions to...
@lobontiumira is the same issue also reproducing in other browsers (Fenix/Chrome) if testing on the same device?
As a quick solution to this we could just close these prompts when the screen rotates. Otherwise, supporting the transition from portrait to landscape and reverse on our own, with...
This PR refactors other settings also to use a custom tab (which makes reviewing a bit hard, would be nice to split the work in multiple commits) but I'm not...
Because there are big implications with switching to use custom tabs I also tested on other browsers: - Chrome - does not seem to have "Learn more" like links in...