Totally tested on production!
After using Barista on InfoJobs, Coches.net, Fotocasa, Vibbo, WorkSí, Next-Visit and some internal Android libraries, we proudly move the library to 1.0.0! 🙌
In addition, this version adds these great features:
#58: Add a version of swipeViewPagerForward()
and swipeViewPagerBack()
that doesn't need to know the ViewPager
's id, to speed up writing tests.
#55: Barista scrolls until the View
you're interacting to becomes visible, to speed up writing tests.
#51: Only interacts with visible things. That's useful when you have a ViewPager
with the same page again and again: interacting with any view inside the ViewPager
will be a hell, cos they will be repeated, as described at #49, #17 and #8.
#53: Old BaristaSwipeActions
are now called BaristaViewPagerActions
. This change has been done to be coherent with the other BaristaActions, that talk about the View
that interacts to, not about the behavior of a user.