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

Commit

Permalink
Merge pull request #211 from Vacxe/release/2.3.2
Browse files Browse the repository at this point in the history
Release 2.3.2
  • Loading branch information
Unlimity committed May 9, 2020
2 parents bdb99f4 + 0dada93 commit 78b80d5
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -263,7 +263,7 @@ Maven
<dependency>
<groupId>com.agoda.kakao</groupId>
<artifactId>kakao</artifactId>
<version>2.3.1</version>
<version>2.3.2</version>
<type>pom</type>
</dependency>
```
Expand All @@ -274,7 +274,7 @@ repositories {
}
dependencies {
androidTestImplementation 'com.agoda.kakao:kakao:2.3.1'
androidTestImplementation 'com.agoda.kakao:kakao:2.3.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions buildsystem/dependencies.gradle
Expand Up @@ -51,8 +51,8 @@ ext.kakao = [
artifact : 'kakao',
name : 'kakao',
description : 'Kotlin based DSL for fluent AT with Espresso',
version : "2.3.1$alias",
version_desc : "Kakao 2.3.1$alias",
version : "2.3.2$alias",
version_desc : "Kakao 2.3.2$alias",
site : 'https://github.com/agoda-com/Kakao',
github : 'https://github.com/agoda-com/Kakao.git'
]
1 change: 1 addition & 0 deletions docs/kakao/alltypes/index.md
Expand Up @@ -90,6 +90,7 @@
| [com.agoda.kakao.common.matchers.NavigationItemMatcher](../com.agoda.kakao.common.matchers/-navigation-item-matcher/index.md) | Matches NavigationView with given item id checked |
| [com.agoda.kakao.navigation.NavigationViewActions](../com.agoda.kakao.navigation/-navigation-view-actions/index.md) | Provides actions for navigation view |
| [com.agoda.kakao.navigation.NavigationViewAssertions](../com.agoda.kakao.navigation/-navigation-view-assertions/index.md) | Provides assertions for NavigationView |
| [com.agoda.kakao.common.actions.NestedScrollToAction](../com.agoda.kakao.common.actions/-nested-scroll-to-action/index.md) | Scrolls to a given view with [NestedScrollView](#) support. |
| [com.agoda.kakao.common.matchers.PageMatcher](../com.agoda.kakao.common.matchers/-page-matcher/index.md) | Matches ViewPager which page index equals given |
| [com.agoda.kakao.common.matchers.PositionMatcher](../com.agoda.kakao.common.matchers/-position-matcher/index.md) | Matches RecyclerView descendant at given position in adapter |
| [com.agoda.kakao.progress.PreciseSwipe](../com.agoda.kakao.progress/-precise-swipe/index.md) | |
Expand Down
@@ -0,0 +1,8 @@
[kakao](../../index.md) / [com.agoda.kakao.common.actions](../index.md) / [NestedScrollToAction](index.md) / [&lt;init&gt;](./-init-.md)

# &lt;init&gt;

`NestedScrollToAction()`

Scrolls to a given view with [NestedScrollView](#) support.

@@ -0,0 +1,5 @@
[kakao](../../index.md) / [com.agoda.kakao.common.actions](../index.md) / [NestedScrollToAction](index.md) / [getConstraints](./get-constraints.md)

# getConstraints

`fun getConstraints(): Matcher<`[`View`](https://developer.android.com/reference/android/view/View.html)`>`
@@ -0,0 +1,19 @@
[kakao](../../index.md) / [com.agoda.kakao.common.actions](../index.md) / [NestedScrollToAction](./index.md)

# NestedScrollToAction

`class NestedScrollToAction : ViewAction`

Scrolls to a given view with [NestedScrollView](#) support.

### Constructors

| Name | Summary |
|---|---|
| [&lt;init&gt;](-init-.md) | `NestedScrollToAction()`<br>Scrolls to a given view with [NestedScrollView](#) support. |

### Functions

| Name | Summary |
|---|---|
| [getConstraints](get-constraints.md) | `fun getConstraints(): Matcher<`[`View`](https://developer.android.com/reference/android/view/View.html)`>` |
1 change: 1 addition & 0 deletions docs/kakao/com.agoda.kakao.common.actions/index.md
Expand Up @@ -7,5 +7,6 @@
| Name | Summary |
|---|---|
| [BaseActions](-base-actions/index.md) | `interface BaseActions`<br>Base interface for performing actions on view |
| [NestedScrollToAction](-nested-scroll-to-action/index.md) | `class NestedScrollToAction : ViewAction`<br>Scrolls to a given view with [NestedScrollView](#) support. |
| [ScrollableActions](-scrollable-actions/index.md) | `interface ScrollableActions : `[`BaseActions`](-base-actions/index.md)<br>Provides scrolling actions for view |
| [SwipeableActions](-swipeable-actions/index.md) | `interface SwipeableActions : `[`BaseActions`](-base-actions/index.md)<br>Provides swipe actions for views |
Expand Up @@ -30,8 +30,10 @@ and after that all of them will be combined with help of AllOf.allOf()
| [isNotDialog](is-not-dialog.md) | `fun isNotDialog(): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)<br>Matches root that is not dialog |
| [isNotFocusable](is-not-focusable.md) | `fun isNotFocusable(): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)<br>Matches root that is not focusable |
| [isNotPlatformPopup](is-not-platform-popup.md) | `fun isNotPlatformPopup(): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)<br>Matches root that is not platform popup |
| [isNotSystemAlertWindow](is-not-system-alert-window.md) | `fun isNotSystemAlertWindow(): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)<br>Matches root that is not system alert window |
| [isNotTouchable](is-not-touchable.md) | `fun isNotTouchable(): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)<br>Matches root that is not touchable |
| [isPlatformPopup](is-platform-popup.md) | `fun isPlatformPopup(): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)<br>Matches root that is platform popup |
| [isSystemAlertWindow](is-system-alert-window.md) | `fun isSystemAlertWindow(): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)<br>Matches root that is system alert window |
| [isTouchable](is-touchable.md) | `fun isTouchable(): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)<br>Matches root that is touchable |
| [withDecorView](with-decor-view.md) | `fun withDecorView(function: `[`ViewBuilder`](../-view-builder/index.md)`.() -> `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)`): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)<br>Matches root that has decor view matching given matcher |
| [withMatcher](with-matcher.md) | `fun withMatcher(matcher: Matcher<Root>): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)<br>Matches root with given custom matcher |
@@ -0,0 +1,8 @@
[kakao](../../index.md) / [com.agoda.kakao.common.builders](../index.md) / [RootBuilder](index.md) / [isNotSystemAlertWindow](./is-not-system-alert-window.md)

# isNotSystemAlertWindow

`fun isNotSystemAlertWindow(): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)

Matches root that is not system alert window

@@ -0,0 +1,8 @@
[kakao](../../index.md) / [com.agoda.kakao.common.builders](../index.md) / [RootBuilder](index.md) / [isSystemAlertWindow](./is-system-alert-window.md)

# isSystemAlertWindow

`fun isSystemAlertWindow(): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)

Matches root that is system alert window

0 comments on commit 78b80d5

Please sign in to comment.