Skip to content

Releases: pwittchen/ReactiveNetwork

3.0.8-rx2

02 Apr 09:04
0d80d3e
Compare
Choose a tag to compare
  • updated project dependencies
  • update gradle version
  • fixed bug #422 and #415 (changed port for default host for checking internet connectivity from https to http)

3.0.7-rx2

12 Mar 22:27
6986bc0
Compare
Choose a tag to compare
  • updated project dependencies
  • fixed bug #379 (changed default host protocol to https in InternetObservingSettings)

0.13.0

18 Sep 07:21
43ba9ff
Compare
Choose a tag to compare
  • replacing default protocol HTTP with HTTPS in WalledGardenInternetObservingStrategy - PR #376, issue #323

3.0.6-rx2

25 Aug 10:36
4e7b274
Compare
Choose a tag to compare
  • 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

3.0.4-rx2

07 Aug 15:02
c370d95
Compare
Choose a tag to compare
  • 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

3.0.3-rx2

13 May 22:39
53cd144
Compare
Choose a tag to compare
  • 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

3.0.2-rx2

03 Jan 21:02
a8771cb
Compare
Choose a tag to compare

bumped project dependencies: d486f80

3.0.1-rx2

01 Dec 13:37
1724b1f
Compare
Choose a tag to compare

3.0.0-rx2

24 Sep 18:38
222a995
Compare
Choose a tag to compare
  • 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

2.1.0-rx2

05 Aug 14:51
Compare
Choose a tag to compare
  • bumped project dependencies - PR #292, Commit: 7e4cd4b
    • RxJava: 2.1.16 -> 2.2.0
    • Mockito Core: 2.19.1 -> 2.21.0
    • NullAway: 0.4.7 -> 0.5.1
    • Robolectric: 3.1.2 -> 4.0-alpha-3