Bernat Borrás Paronella
Bernat Borrás Paronella
Any option to provide custom Markets? Just as add my own server checks? (Provider url, check method)...
Hi @GauravP123 . On theory Espresso already waits until the view changes are done before doing any other interaction. If you are able to replicate the case in a test...
My main idea @danieldisu is to create a separate artifact *barista-compose*, with similar api as *barista* but using compose methods
HI @costular Thanks for the offer as a volunteer on moving barista to compose! I've created a discussion (https://github.com/AdevintaSpain/Barista/discussions/441) to move it further
With Espresso intents?
We use this: ``` @NonNull private Matcher getMatcherOpenMainActivity() { return hasComponent(DiscoverActivity.class.getName()); } ``` With Espresso intents is easy to do, but it will make `barista` depends on it
Sure. If you have time, go ahead with it
Heyb I used a webview to show the comments, but it get really really bad performance. I switched to your Html > Textview way, but now i can't show tables...
Hey @maniac103 , i add you to a Private Repository, where i pushed the base class i did long time ago. It's just the classes. I will work on that...