Releases: WiFire/Android-SDK
Version 1.1
Version 1.1 comes with three major changes
-
connectToNetwork
method can throw a newWiFireInitException
. This error will be thrown when the preconditions required for initiating a WiFi connection have not been met. Check the README file for possible errors. -
startAutomaticLogin
method can also throwWiFireInitException
. This error will be thrown when the preconditions required for performing automatic login have not been met. -
onActivityResult
callback after starting automatic login has one new response code -WiFire.CAPTIVE_LOGIN_NETWORK_FAILURE
. This will appear if the login page has some issues, or the WiFi gets disconnected midway.
Version 1.0.13
- Improve connectivity logic
- Add some WiFi helper methods
Version 1.0.12
Fix a crash in Auto login if WiFi wasn't connected
Version 1.0.11
This release fixes connectivity error for saved networks
Version 1.0.10
Fix Notification callback if HotSpotListener is not set up
Version 1.0.9
Add a delay before sending the onWiFiNetworkInRange
callback.
Version 1.0.8
- Update WiFireReceiver callbacks
- Fix SMS dialog not dismissing after reading OTP
Version 1.0.7
- Fix duplicate WiFi state updates
- Fix WiFire network sorting
Version 1.0.6
Improve Login Assistant user interaction
Version 1.0.5
This release improves WiFi connectivity on certain devices