Skip to content

v3.1.0 Release

Latest
Compare
Choose a tag to compare
@tripflex tripflex released this 29 Aug 01:21
· 42 commits to master since this release

3.1.0 - August 28, 2018

  • Fixed/Added compatibility with iOS to connect to open network
  • Fixed Uncaught SyntaxError in JavaScript from using let (changed to var)
  • Fixed main thread blocked while connecting to a network by connecting asynchronously (props @jack828)
  • Add isHiddenSSID config for connecting Android devices to hidden networks (props @jack828)
  • Update iOSConnectNetwork to return real response in promise (props @saoron)
  • Correct iOS SSID comparison (props @saoron)
  • iOS Add HotspotConfiguration & NetworkExtension capabilities automatically (props @saoron)
  • Removed jdk.nashorn.internal.codegen.CompilerConstants import (props @jack828)
  • Reduce connection retry count from 60 -> 15 (props @jack828)
  • Fixed Object cannot be converted to int in Android code (props @xLarry)
  • Props to @arsenal942 @jack828 @xLarry @saoron for contributions