Vitalii

Results 25 issues of Vitalii

Added some improvements

Hello, thanks for sample. From AndroidStudio I can build both iOS App and Android App. But from XCode I have the following issue: ``` PhaseScriptExecution Run\ Script /Users/my_user/Library/Developer/Xcode/DerivedData/iosApp-gxixacvuxnguydenupeipfhevyeo/Build/Intermediates.noindex/iosApp.build/Debug-iphonesimulator/iosApp.build/Script-7555FFB5242A651A00829871.sh (in target...

When I run instrumentation tests from terminal using `./gradlew clean app:connectedDebugAndroidTest` using `Kaspresso` dependency, Gradle shows me an error: ``` > A failure occurred while executing com.android.build.gradle.internal.tasks.DexMergingTaskDelegate > There was...

Hello guys, I want to thank you for this amazing Framework! And I want to suggest you providing an auto-run setup for `adbserver-desktop.jar`. In the appropriate a gradle module `build.gradle`...

enhancement

https://github.com/uber/AutoDispose/blob/7d86ab1d191e2e9c78a2ccf05ea514ad0ca0dc71/android/autodispose-android/src/main/java/com/uber/autodispose/android/DetachEventCompletable.java?_pjax=%23js-repo-pjax-container%2C%20div%5Bitemtype%3D%22http%3A%2F%2Fschema.org%2FSoftwareSourceCode%22%5D%20main%2C%20%5Bdata-pjax-container%5D#L79 Hello, Thank you very much for that great library. I think I found a leak when `DetachEventCompletable.Listener` isn't removed from listeners inside a View. And this view was multiple...

From RxJava 2.2.1 this lib is not compatible any more. The issue is in renamed fields in RxJava2 `BasicFuseableObserver.qs` (was renamed to `BasicFuseableObserver.qd`) and `BasicFuseableObserver.actual` (was renamed to `BasicFuseableObserver.downstream`).

When I use only one property with `TestParameter` annotation tests works well. As soon as I add a 2nd property with `TestParameter` annotation then all tests fail. After some investigation...

Hello, I've tried this plugin with Android Studio, and the generating POJO from JSON schema doesn't work as described in [this article](https://android.jlelse.eu/android-studio-tip-8-json-models-13ce45e4e8f3). Any suggestions?

Hello, thank you for your efforts! Could you please integrate the feature `Filter lines by string or regex matching`?

Hello, thanks for you plugin. Feature request: [JSON schema](http://json-schema.org/) to POJO.