Releases: pwittchen/ReactiveNetwork
Releases · pwittchen/ReactiveNetwork
3.0.8-rx2
3.0.7-rx2
0.13.0
3.0.6-rx2
- added new method for creating
HttpsUrlConnection(HttpsURLConnection createHttpsUrlConnection(final String host, final int port, final int timeoutInMs)) inWalledGardenInternetObservingStrategy, appropriate method is chosen automatically basing on the protocol (httporhttps) - solves #323 - note: version 3.0.5 was skipped due to sonatype issues
3.0.4-rx2
- 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
httptohttpsinWalledGardenInternetObservingStrategy- solves #323 - added nopen for static code analysis - solves #322
- bumped project dependencies
- updated docs
3.0.3-rx2
- 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.shscript to make release process more automated
3.0.2-rx2
3.0.1-rx2
3.0.0-rx2
- updated project dependencies
- updated target SDK
- simplified codecov.io configuration
- documented usage of
usesClearTextTrafficsetting and added it to the sample apps - added possibility to configure HTTP response code via
httpResponse(int)method inInternetObservingSettingsclass (API-breaking changes - a few method signatures were changed) - it works forWalledGardenInternetObservingStrategyonly - updated builder in
InternetObservingSettings- removed unused methods