Dariusz Seweryn

Results 127 comments of Dariusz Seweryn

@kenwdelong You could try to use ` Observable queue(RxBleRadioOperationCustom operation);` function.

To all interested people: What is the supposed scenario for calling `BluetoothGatt.refresh()`? 1. Call it at the beginning of the connection 2. Call it in the middle of the connection...

Hi, what is the command you execute? Deprecation does not mean it is already not supported and you have not provided an error you encounter. AFAIK you cannot package an...

Android Studio comes with a packaged JDK 8 AFAIK and that is what Android officially supports – you may want to start with that. Usually the library is installed by...

TIL. New Android Studio does not list Gradle Tasks by default (need to change the setting under experimental) and it seems that Robolectric is now incompatible when run under AS....

Moving the entire test suite from Spock to something else is a major investment I think. I am looking into making stubs of used Android dependency classes in tests and...

RxAndroid does not seem to be used in the tests?

RxAndroid is used only in example apps. They are not tested at all, so no problem there ;D We would only need to stub used classes of Android OS in...

We are now building with Gradle 7. Unfortunately there will be an issue when Gradle 8 comes but doesn't seem to be a big problem: > Configure project :mockrxandroidble The...

> This can be implemented externally to RxAndroidBle [like this](https://stackoverflow.com/a/34790442/392986)... To be honest — when I was experimenting with that API it turned out to be working only for classic...