Piotr Wittchen

Results 52 issues of 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

enhancement

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`....

release process
RxJava3.x

We should migrate build, check, tests and test coverage.

enhancement

link: https://github.com/dodie/scott

unit tests
static code analysis

References: - https://github.com/hcoles/pitest - https://github.com/szpak/gradle-pitest-plugin

unit tests
static code analysis

reference: https://github.com/jqno/equalsverifier

unit tests
static code analysis

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

enhancement

Reference: https://developer.android.com/reference/android/net/ConnectivityManager.html#isActiveNetworkMetered()

enhancement

Consider adding Observable for NetworkInfo.DetailedState. Reference: https://developer.android.com/reference/android/net/NetworkInfo.DetailedState.html

enhancement

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,...

enhancement