Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Releases: agoda-com/Kakao

1.2.1 release

30 Jan 09:55
9d6588e
Compare
Choose a tag to compare
  • Kotlin version updated to 1.2.21
  • Bug fix for pressImeAction. Not it's moved to BaseActions and cannot be accessed on the Screen level
  • Added withContentDescription for string resources
  • Documentation updated in repository

1.2.0 release

19 Dec 10:41
0e33c97
Compare
Choose a tag to compare
  • 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

16 Nov 07:55
49f2e7c
Compare
Choose a tag to compare
  • 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 to 26.0.2

1.0.1 Release

12 Oct 06:33
Compare
Choose a tag to compare
  • hasBackgroundColor assertions and withBackgroundColor matcher added
  • isCliclable matcher added
  • KRatingBar, it's actions, assertions and matchers added
  • minor issue fixes

Initial Release

10 Oct 02:57
Compare
Choose a tag to compare

Initial Release with the core functionality of Kakao

  • Added generic KViews
  • Support KListView and KRecyclerView
  • BaseActions / BaseAssertions
  • Provided ViewBuilder for ViewMatching
  • Samples