Releases: pwittchen/ReactiveWiFi
Releases · pwittchen/ReactiveWiFi
0.3.0-rx2
0.3.0
0.2.0
- added
WifiState
enum - added
Observable<WifiState> observeWifiStateChange(context)
toReactiveWifi
class - updated Gradle and Travis CI config
- updated Gradle Wrapper version
- bumped target SDK version to 25 and build tools version to 25.0.1
- bumped RxJava to v. 1.2.6
- made methods, which create Observables in
ReactiveWifi
class static - made the constructor of ReactiveWifi class private
- added permission annotations
- added
AccessRequester
class responsible for checking if Location Services are enabled and redirecting the user to Location Settings
0.1.1
0.1.0
- added
Observable<SupplicantState> observeSupplicantState(context)
method, which observes the current WPA supplicant state. - added
Observable<WifiInfo> observeWifiAccessPointChanges(context)
method, which observes the WiFi network the device is connected to.