Skip to content

Commit d615790

Browse files
author
Piotr Wittchen
committed
adding info about v. 0.1.2 to CHANGELOG.md
1 parent 6f3f5dd commit d615790

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,55 @@
11
CHANGELOG
22
=========
33

4+
v. 0.1.2
5+
--------
6+
*01 Oct 2015*
7+
8+
- now library is emitting `OFFLINE` status at subscription time, when device is not connected to any network
9+
- bumped target SDK version to 23
10+
- bumped buildToolsVersion to 23.0.1
11+
- removed `CHANGE_NETWORK_STATE` and `INTERNET` permissions from `AndroidManifest.xml`, because they're no longer required
12+
413
v. 0.1.1
5-
-----
14+
--------
615
*27 Sep 2015*
716

817
- bumped RxJava to v. 1.0.14
918
- bumped Gradle Build Tools to v. 1.3.1
1019

1120
v. 0.1.0
12-
-----
21+
--------
1322
*13 Sep 2015*
1423

1524
- changed `UNDEFINED` status to `UNKNOWN`
1625
- added `WIFI_CONNECTED_HAS_INTERNET` and `WIFI_CONNECTED_HAS_NO_INTERNET` statuses
1726
- added `enableInternetCheck()` method to `ReactiveNetwork` object. When it's called, `WIFI_CONNECTED_HAS_INTERNET` and `WIFI_CONNECTED_HAS_NO_INTERNET` statuses can occur. Otherwise, only `WIFI_CONNECTED` can occur.
1827

1928
v. 0.0.4
20-
-----
29+
--------
2130
*02 Sep 2015*
2231

2332
- added `WifiManager.SCAN_RESULTS_AVAILABLE_ACTION` to BroadcastReceiver responsible for receiving WiFi access points scan results
2433
- fixed bug connected with improper work of `observeWifiAccessPoints()` method reported in issue #8
2534
- updated sample app
2635

2736
v. 0.0.3
28-
-----
37+
--------
2938
*01 Sep 2015*
3039

3140
- removed `WifiManager.WIFI_STATE_CHANGED_ACTION` filter from BroadcastReceiver for observing connectivity (now we're observing only situation when device connects to the network or disconnects from the network - not situation when user turns WiFi on or off)
3241
- added `UNDEFINED` element for `ConnectivityStatus`
3342
- fixed bug causing emission of the same `ConnectivityStatus` twice
3443

3544
v. 0.0.2
36-
-----
45+
--------
3746
*20 Aug 2015*
3847

3948
- improved WiFi Access Points scanning
4049
- updated documentation
4150

4251
v. 0.0.1
43-
-----
52+
--------
4453
*10 Aug 2015*
4554

4655
First release of the library.

0 commit comments

Comments
 (0)