ReactiveNetwork Versions Save

Android library listening network connection state and Internet connectivity with RxJava Observables

v3.0.8-rx2

4 years ago
  • updated project dependencies
  • update gradle version
  • fixed bug #422 and #415 (changed port for default host for checking internet connectivity from https to http)

v3.0.7-rx2

4 years ago
  • updated project dependencies
  • fixed bug #379 (changed default host protocol to https in InternetObservingSettings)

v0.13.0

4 years ago
  • replacing default protocol HTTP with HTTPS in WalledGardenInternetObservingStrategy - PR #376, issue #323

v3.0.6-rx2

4 years ago
  • added new method for creating HttpsUrlConnection (HttpsURLConnection createHttpsUrlConnection(final String host, final int port, final int timeoutInMs)) in WalledGardenInternetObservingStrategy, appropriate method is chosen automatically basing on the protocol (http or https) - solves #323
  • note: version 3.0.5 was skipped due to sonatype issues

v3.0.4-rx2

4 years ago
  • fixed bug #330 - State CONNECTED sometimes is not returned when wifi is turned off while having mobile internet connection (Android 9)
  • fixed bug #307 - Mobile data connection is not active
  • switched default protocol from http to https in WalledGardenInternetObservingStrategy - solves #323
  • added nopen for static code analysis - solves #322
  • bumped project dependencies
  • updated docs

v3.0.3-rx2

4 years ago
  • migrated: com.android.support:support-annotations:28.0.0 -> androidx.annotation:annotation:1.0.2 - PR #332
  • migrated com.android.support:appcompat-v7:28.0.0 -> androidx.appcompat:appcompat:1.0.2 - PR #332
  • updated Kotlin to 1.3.31 - PR #332
  • updated RxJava to 2.2.8 - PR #332
  • updated RxAndroid 2.1.1 - PR #332
  • added release.sh script to make release process more automated

v3.0.2-rx2

5 years ago

bumped project dependencies: d486f80459c2d52f8012af0c707528ebc972b4a2

3.0.1-rx2

5 years ago

v3.0.0-rx2

5 years ago
  • updated project dependencies
  • updated target SDK
  • simplified codecov.io configuration
  • documented usage of usesClearTextTraffic setting and added it to the sample apps
  • added possibility to configure HTTP response code via httpResponse(int) method in InternetObservingSettings class (API-breaking changes - a few method signatures were changed) - it works for WalledGardenInternetObservingStrategy only
  • updated builder in InternetObservingSettings - removed unused methods

v2.1.0-rx2

5 years ago