Skip to content

0.12.0

Compare
Choose a tag to compare
@pwittchen pwittchen released this 30 Aug 16:34
· 60 commits to RxJava1.x since this release
  • Fixed NPE occuring when ConnectivityManager is null in ReactiveNetwork.observeNetworkConnectivity() method - issue #209
  • Added new method to the API for checking Internet connectivity - issue #205
    • Observable<Boolean> observeInternetConnectivity(strategy, host)
  • Added to documentation comment about monitoring Internet connectivity with custom host - issue #204
  • Classes which implement InternetObservingStrategy handle custom hosts with and without http:// or https:// prefix gracefully - issue #206
  • organized packages with unit tests
  • made the library more hermetic
  • changed visibility of SocketInternetObservingStrategy#isConnected(String host, int port, int timeoutInMs, ErrorHandler handler) method from public to protected
  • changed visibility of SocketInternetObservingStrategy#isConnected(Socket socket, String host, int port, int timeoutInMs, ErrorHandler errorHandler) method from public to protected
  • changed visibility of Connectivity#create(Context, ConnectivityManager) method from public to protected
  • changed visibility of WalledGardenInternetObservingStrategy#isConnected(String host, int port, int timeoutInMs, ErrorHandler errorHandler) method from public to protected
  • changed visibility of WalledGardenInternetObservingStrategy#createHttpUrlConnection(String host, int port, int timeoutInMs) method from public to protected