Releases: TazkiyaTech/android-test-utils
3.0.0
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
Converted the ViewPager2Actions Java source file to Kotlin.
2.1.0
Upgraded the androidx.test.uiautomator:uiautomator dependency to version 2.3.0.
2.0.0
Bumped up the library's "compile SDK" and "target SDK" versions to Android 14 (i.e. API Level 34).
1.9.0
Bumped up the library's "compile SDK" and "target SDK" versions to Android 13 (i.e. API Level 33).
1.8.0
Upgraded the androidx.test.espresso:espresso-contrib and androidx.test:core dependency versions.
1.7.0
Renamed the isNotDisplayed() view matcher function to notDisplayed().
1.6.0
Added isMenuDropDownListView() and withPositionInMenuDropDownListView(position:) view matcher functions.
1.5.0
Changes in this release:
- Added an
equalToCompressingDirectionalFormattingCharacters(expectedString:)text matcher function. - Removed the
withHtmlText(text:)view matcher function.
1.4.0
Upgraded the Dokka documentation engine used by this project from version 0.10.1 to version 1.6.10.