Kakao Versions Save

This repo is no longer supported. Please visit a https://github.com/KakaoCup/Kakao

1.2.1

6 years ago
  • 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

6 years ago
  • 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

6 years ago
  • 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

6 years ago
  • hasBackgroundColor assertions and withBackgroundColor matcher added
  • isCliclable matcher added
  • KRatingBar, it's actions, assertions and matchers added
  • minor issue fixes

1.0.0

6 years ago

Initial Release with the core functionality of Kakao

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