Skip to content

Releases: AdevintaSpain/Barista

v3.5.0

07 May 07:34
Compare
Choose a tag to compare
  • Exclude Room metadata when clearing DB (#343)

v3.4.0

15 Apr 12:28
92d7899
Compare
Choose a tag to compare
  • Add color styleable assertTextColorIs (#341)

v3.3.0

09 Apr 17:41
a83e720
Compare
Choose a tag to compare
  • Update color matcher to accept attribute colors and color int (#340)

  • Add test for vector image assertHasDrawable (#315)

  • Add open overflowMenu action (#332)

  • Add chips interactions and assertions (#321)

  • Add scrollTo() signatures to support scrolling on a custom view matcher (#323)

  • Removed exclude group: 'com.android.support' (#317)

  • Better explain how to mock the camera (#325)

Release v3.2.0

30 Jul 10:13
bfd3432
Compare
Choose a tag to compare
  • Fix permission granter on Android Q (#312)
  • Assert content description (#308)
  • Remove migration guide (#307)

v3.1.0

06 Jun 12:14
Compare
Choose a tag to compare
  • Assertion for TextInputLayout Text Helper Hint (#303)
  • Added support for string resource id in contains assertions (#305)

v3.0.0

21 May 13:30
Compare
Choose a tag to compare

Big change! We finally migrated from the Support Library to AndroidX. If you're using AndroidX already in your project, you should be safe to use Barista 3.0.0. Please report any issues you may find.

  • Migrate to AndroidX (#301)
  • Update Gradle and tools (#300)
  • Fix a typo in the reame
  • Issue templates (#291)
  • Add missing displayed examples (#290)

v2.10.0

27 Mar 15:01
63391f1
Compare
Choose a tag to compare
  • Add assertListNotEmpty (#288)
  • Add assertNotDisplayed assertion with view id and string resource (#289)

v2.9.0

13 Mar 14:09
ccc4ced
Compare
Choose a tag to compare
  • Add RatingBar interaction support (#285)
  • Add BaristaClickableAssertions (#277)
  • Add new features in BaristaListAssertions (#280)
  • Separate API sample code into blocks (#282)

v2.8.0

28 Feb 10:13
Compare
Choose a tag to compare
  • Apply new code style to the whole project (#272)
  • Rename assertionErrorMessage to assertionDescription (#273)
  • Adds assertDisplayed(Matcher) and assertNotDisplayed(Matcher) methods (#271)
  • Add Schibsted code style (#270)

v2.7.1

19 Dec 15:54
Compare
Choose a tag to compare
  • Fix assertListItemCount not throwing error when failed bug (#269)
  • Made license file link working (#263)
  • Clarify how to use the custom assertions message (#257)
  • Improve the explanation about custom assertions (#255)
  • Rename custom assertion message parameter to better explain its intention (#256)