Alexander Perfilyev
Alexander Perfilyev
@davideas hi! any improvements on that? negative margin in xml doesn't seem to work for me.
thanks! [this](https://github.com/TonicArtos/SuperSLiM) library can do it but it doesn't seem to work with search view at all
Thanks! I will try to look into it on the weekend as well.
Paging is 1.0 as of may 8th
Okay, I will take a look into it. Should I create a new NetworkObservingStrategy like for M and above?
I think we have a misunderstanding. There might be no internet connection in Doze mode, so ReactiveNetwork should trigger connectivity change because ConnectivityManager may return that we are connected when...
> Proposal with the additional receiver will trigger a change when device idle mode will change. What's wrong with it? We can't make a network call in Doze mode, so...
@pwittchen so it seems there is another one broadcast being sent about light idle mode `android.os.PowerManager#ACTION_LIGHT_DEVICE_IDLE_MODE_CHANGED`. Can I submit a PR to fix this?
@pwittchen As I see in the [source](https://github.com/pwittchen/ReactiveNetwork/blob/RxJava2.x/library/src/main/java/com/github/pwittchen/reactivenetwork/library/rx2/network/observing/strategy/MarshmallowNetworkObservingStrategy.java#L82), it listens only for `PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED` which is deep doze mode.
> That exception is bizarre though, it might just be worth filing on the intellij gradle plugin repo to see if it has an obvious solution is it related to...