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 to documentation comment about monitoring Internet connectivity with custom host - issue #204
35
+
- Added to documentation comment about monitoring Internet connectivity with custom host - issue #204
31
36
- Classes which implement InternetObservingStrategy handle custom hosts with and without `http://` or `https://` prefix gracefully - issue #206
32
-
- organized packages with unit tests
37
+
- organized packages with unit tests
33
38
- made the library more hermetic
34
39
- changed visibility of `SocketInternetObservingStrategy#isConnected(String host, int port, int timeoutInMs, ErrorHandler handler)` method from `public` to `protected`
35
40
- changed visibility of `SocketInternetObservingStrategy#isConnected(Socket socket, String host, int port, int timeoutInMs, ErrorHandler errorHandler)` method from `public` to `protected`
- made `WalledGardenInternetObservingStrategy` a default strategy for checking Internet connectivity
46
-
- added documentation for NetworkObservingStrategy - solves #197
51
+
- added documentation for NetworkObservingStrategy - solves #197
47
52
- added documentation for InternetObservingStrategy - solves #198
48
53
- bumped Kotlin version to 1.1.3-2
49
54
- bumped Gradle Android Tools version to 2.3.3
@@ -57,8 +62,8 @@ v. 0.10.0
57
62
- bumped test dependencies
58
63
- created Code of Conduct
59
64
- updated Kotlin version in sample apps
60
-
- added retrolambda to the sample Java app - issue #163
61
-
- fixed behavior of network observing in disconnected state - issue #159
65
+
- added retrolambda to the sample Java app - issue #163
66
+
- fixed behavior of network observing in disconnected state - issue #159
62
67
63
68
v. 0.9.1
64
69
--------
@@ -117,9 +122,9 @@ v. 0.6.0
117
122
--------
118
123
*20 Oct 2016*
119
124
120
-
- fixed bug with the crash during unregister receiver for Pre-Lollipop devices #87
125
+
- fixed bug with the crash during unregister receiver for Pre-Lollipop devices #87
121
126
- extended `NetworkObservingStrategy` with `void onError(String message, Exception exception)` method, which allows handling errors in network observing strategies
122
-
- closed the socket in the Internet connection check #91
127
+
- closed the socket in the Internet connection check #91
123
128
- added `SocketErrorHandler` with a default implementation in `DefaultSocketErrorHandler` class, which allows handling errors during closing socket connection
124
129
- delegated observing Internet connectivity functionality to separate class hidden behind `InternetObservingStrategy` interface
125
130
- added an `InternetObservingStrategy` interface with the default implementation in `DefaultInternetObservingStrategy` class, which allows to customize Internet observing strategy
0 commit comments