You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added isConnected(final String host, final int port, final int timeoutInMs, ErrorHandler errorHandler) method to DefaultInternetObservingStrategy class
added isConnected(final Socket socket, final String host, final int port, final int timeoutInMs, final ErrorHandler errorHandler) method to DefaultInternetObservingStrategy class
renamed SocketErrorHandler to ErrorHandler and updated its API
renamed DefaultSocketErrorHandler to DefaultErrorHandler
updated API of the InternetObservingStrategy
updated packages organization
migrated unit tests to Robolectric (now tests can be executed without an emulator or a device)
enabled test coverage reports with codecov.io and Jacoco
test coverage was increased from 54% to 74%
unit tests are now executed on Travis CI
test coverage report is generated by Travis CI with codecov.io
added MarshmallowNetworkObservingStrategy and handling Doze mode