Ivan Dyatlov

Results 3 issues of Ivan Dyatlov

I noticed that we are waiting 1000ms after every swipe event. Can it be fixed or at least can the reason for that be documented? https://github.com/avito-tech/avito-android/blob/7b6e591e936c589e0bc12786d8c633f4980306c6/subprojects/android-test/ui-testing-core/src/main/kotlin/com/avito/android/test/action/ActionsImpl.kt#L33

**Describe the bug** Due to the recent [renaming](https://android.googlesource.com/platform/frameworks/base/+/68d63ef153a69376afb2bd6ceb7b57a20fec9c83) of the `mIInputContext` field to `mFallbackInputConnection`, everything crashes when trying to write text on Android 13. **How to reproduce** Launch any test...

bug

Hello, we still use your library for the instrumentation tests and I see that you [fixed the crash ](https://github.com/avito-tech/avito-android/blob/71051edaf5ed3097fbe3854a140e5a13b16ee756/subprojects/android-test/ui-testing-core/src/main/kotlin/com/avito/android/test/element/field/actions/TypeText.kt#L79) when typing text on Android 15. However the `2024.31` version is...

bug