Skip to content

Releases: TazkiyaTech/android-test-utils

3.0.0

12 Jul 17:53

Choose a tag to compare

Bumped up the minimum supported Android version from Android 5 (API Level 21) to Android 6 (API Level 23).

Upgraded the androidx.test.espresso:espresso-contrib, androidx.test:core and androidx.test.ext:junit dependencies to their latest release versions.

2.2.0

26 Apr 06:20

Choose a tag to compare

Converted the ViewPager2Actions Java source file to Kotlin.

2.1.0

08 Mar 19:03

Choose a tag to compare

Upgraded the androidx.test.uiautomator:uiautomator dependency to version 2.3.0.

2.0.0

12 Jan 15:04

Choose a tag to compare

Bumped up the library's "compile SDK" and "target SDK" versions to Android 14 (i.e. API Level 34).

1.9.0

14 Jul 17:14

Choose a tag to compare

Bumped up the library's "compile SDK" and "target SDK" versions to Android 13 (i.e. API Level 33).

1.8.0

06 Jan 12:00

Choose a tag to compare

Upgraded the androidx.test.espresso:espresso-contrib and androidx.test:core dependency versions.

1.7.0

13 Sep 17:35

Choose a tag to compare

Renamed the isNotDisplayed() view matcher function to notDisplayed().

1.6.0

02 Sep 15:38

Choose a tag to compare

Added isMenuDropDownListView() and withPositionInMenuDropDownListView(position:) view matcher functions.

1.5.0

26 Aug 17:09

Choose a tag to compare

Changes in this release:

  • Added an equalToCompressingDirectionalFormattingCharacters(expectedString:) text matcher function.
  • Removed the withHtmlText(text:) view matcher function.

1.4.0

26 Aug 17:07

Choose a tag to compare

Upgraded the Dokka documentation engine used by this project from version 0.10.1 to version 1.6.10.