Results 3 issues of Sinan Gunes

Here is my configuration: ```xml 12dp 2 1.2 @array/progressColors 2 4.4 spb_interpolator_acceleratedecelerate false ``` ```xml ``` it always starts activated. Device: android 7.1 emulator

Fixes following issues: https://github.com/eclipse/paho.mqtt.android/issues/238 https://github.com/eclipse/paho.mqtt.android/issues/318 https://github.com/eclipse/paho.mqtt.android/issues/429 Please make sure that the following boxes are checked before submitting your Pull Request, thank you! - [x] You have signed the [Eclipse ECA](https://wiki.eclipse.org/ECA)...

Hello, due to the nature of AndroidX tests, the library flow does not fit well. ``` protected PublishSubject resultSubject = PublishSubject.create(); @Override public void onActivityResult(int requestCode, int resultCode, Intent data)...