Piotr Wittchen

Results 193 comments of Piotr Wittchen

You can do that too right now. You can use RxJava operators like `debounce(...)`, `sample(...)` or something like that. Have a look at docs: https://github.com/ReactiveX/RxJava/wiki/Filtering-Observables.

It's not explicitly supported now and I haven't tested it for such cases. Nevertheless, I'm open for improvements.

It should be false if device doesn't have access to the Internet. Can you provide more details about your case? 30.08.2017 3:55 AM "TonyTang" napisał(a): > the Internet Status will...

I haven't tested it with a proxy. We can investigate that issue.

> Help wifi connection global @isakgithub I don't understand your message.

Hi @stari4ek, Thanks for reporting this. According to the logs, it may be related to `ConnectivityManager.getActiveNetworkInfo()` method from Android API, which could throw `DeadSystemException`. I haven't seen that error before....

Error from the last log looks like it's caused by another library, but general problem is probably the same.

It can be combined with any library. It's developer choice how to perform an integration. In the case of the linked library, everything depends on what you want to achieve.

I don't want to add too many dependencies to this library. If you want to combine network-connection-class and ReactiveNetwork, then it should be done in your application. Moreover, I don't...

I know, but this library has single responsibility. I don't want to put too many things in it. You can combine these two projects in your app by yourself if...