Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Releases: arsenal942/Cordova-Network-Manager

v2.5.0 - The Incredible Hulk

18 Jun 22:12
Compare
Choose a tag to compare

iOS Changes

iOSConnectNetwork

  • Now returns a promise that will only resolve once the success or error callback is fired
  • Prior to resolving, now also checks whether or not we are connected to the specified network (SSID)
  • Set 'joinOnce' to 'false' to avoid early disconnections of the network connection

xCode Permissions

  • HotspotConfiguration and NetworkExtension entitlements are now automatically added to the xCode project upon building.

v2.4.0 - Iron Man

20 Mar 03:39
Compare
Choose a tag to compare

v2.4.0 - Iron Man

This release contains major revisions regarding the Android platform. iOS remains mostly untouched.

Changes

#12

  • Added missing permissions for Android

#7

  • Android platform now implements getCurrentBssid
  • getCurrentSsid will now return false when the getSSID is empty or ''

v2.3.0

08 Jan 22:36
Compare
Choose a tag to compare
  • getConnectedSSID and getConnectedBSSID for iOS now handles the NULL use-case correctly and fires the error callback.

v2.2.0

07 Jan 22:29
Compare
Choose a tag to compare
  • Adds nullity check on Wifi Object
  • Ability to give the androidConnect or androidDisconnect a null or empty parameter for what network to disable/enable.
  • Various other bug fixes.

v2.1.0

06 Dec 03:47
Compare
Choose a tag to compare
  • Update plugin to version 2.1
    -- Contains a workaround for solving the issue whereby the Android OS doesn't connect to the specified network

v2.0.0

04 Dec 04:11
Compare
Choose a tag to compare
  • The version number is all that changed between this version and the previous.

v1.8.0

29 Nov 01:43
Compare
Choose a tag to compare

Fully functioning release that actually works for both Android and iOS.