Piotr Wittchen
Piotr Wittchen
Hi, First of all, cool project! Thanks! It would be nice if it could be possible to set a custom icon for notification. Regards, Piotr
Release notes: - **migrated library to RxJava3.x** on RxJava3.x branch and released it as `reactivenetwork-rx3` artifact - the `onError` method in `NetworkObservingStrategy` now requires a `Throwable` instead of an `Exception`....
We should migrate build, check, tests and test coverage.
link: https://github.com/dodie/scott
References: - https://github.com/hcoles/pitest - https://github.com/szpak/gradle-pitest-plugin
reference: https://github.com/jqno/equalsverifier
References: - https://developer.android.com/reference/android/net/ConnectivityManager.html#getNetworkCapabilities(android.net.Network) - https://stackoverflow.com/questions/29224026/how-to-get-networkcapabilities-object-on-android
Reference: https://developer.android.com/reference/android/net/ConnectivityManager.html#isActiveNetworkMetered()
Consider adding Observable for NetworkInfo.DetailedState. Reference: https://developer.android.com/reference/android/net/NetworkInfo.DetailedState.html
Reference: https://developer.android.com/reference/android/net/ConnectivityManager.NetworkCallback.html We can create new observables for the following methods: - `onCapabilitiesChanged(Network network, NetworkCapabilities networkCapabilities)` - `onLinkPropertiesChanged(Network network, LinkProperties linkProperties)` - `onLosing(Network network, int maxMsToLive)` General thoughts: - Optionally,...