This repository has been archived by the owner on May 26, 2021. It is now read-only.
Releases: agoda-com/Kakao
Releases · agoda-com/Kakao
1.2.1 release
- Kotlin version updated to
1.2.21
- Bug fix for
pressImeAction
. Not it's moved toBaseActions
and cannot be accessed on theScreen
level - Added
withContentDescription
for string resources - Documentation updated in repository
1.2.0 release
- Intent extensions added
- SeekBar support added
- Compile and target SDK version increased to 27
- Support libraries updated to 27.0.2
- Kotlin version increased to 1.2.10
1.1.0 Release
- A lot of new KView classes has been added:
KSwipeRefreshLayout
KTextInputLayout
KTabLayout
KSnackbar
KNavigationView
KProgressBar
KBottomNavigationView
isRoot
matcher added- All missing standard actions from Espresso added:
pressImeAction
pressKey
pressMenuKey
repeatUntil
openUri
- Android Gradle plugin updated to version
3.0.0
- Support libraries versions updated to
26.1.0
, build tools to26.0.2
1.0.1 Release
hasBackgroundColor
assertions andwithBackgroundColor
matcher addedisCliclable
matcher addedKRatingBar
, it's actions, assertions and matchers added- minor issue fixes
Initial Release
Initial Release with the core functionality of Kakao
- Added generic KViews
- Support KListView and KRecyclerView
- BaseActions / BaseAssertions
- Provided ViewBuilder for ViewMatching
- Samples