Skip to content

Releases: pwittchen/ReactiveNetwork

0.1.2

01 Oct 19:18
Compare
Choose a tag to compare
  • now library is emitting OFFLINE status at subscription time, when device is not connected to any network
  • bumped target SDK version to 23
  • bumped buildToolsVersion to 23.0.1
  • removed CHANGE_NETWORK_STATE and INTERNET permissions from AndroidManifest.xml, because they're no longer required

0.1.1

27 Sep 07:54
Compare
Choose a tag to compare
  • bumped RxJava to v. 1.0.14
  • bumped Gradle Build Tools to v. 1.3.1

0.1.0

13 Sep 16:36
Compare
Choose a tag to compare
  • changed UNDEFINED status to UNKNOWN
  • added WIFI_CONNECTED_HAS_INTERNET and WIFI_CONNECTED_HAS_NO_INTERNET statuses
  • 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.

0.0.4

02 Sep 13:59
Compare
Choose a tag to compare
  • added WifiManager.SCAN_RESULTS_AVAILABLE_ACTION to BroadcastReceiver responsible for receiving WiFi access points scan results
  • fixed bug connected with improper work of observeWifiAccessPoints() method reported in issue #8
  • updated sample app

0.0.3

31 Aug 23:29
Compare
Choose a tag to compare
  • 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)
  • added UNDEFINED element for ConnectivityStatus
  • fixed bug causing emission of the same ConnectivityStatus twice

0.0.2

20 Aug 16:52
Compare
Choose a tag to compare
  • improved WiFi Access Points scanning
  • updated documentation

0.0.1

10 Aug 20:52
Compare
Choose a tag to compare

First release of the library.