WifiUtils Versions Save

Easily Connect to WiFi Networks

WifiUtils1.6.6

2 years ago

Time for a new Release

  • Finally migrated to maven central #115 Repository url is now changed to:

    dependencies {
           implementation("io.github.thanosfisherman.wifiutils:wifiutils:1.6.6")
        }
    
  • Connecting by SSID prefix #111 call patternMatch() like so WifiUtils.withContext(context).patternMatch()

  • Updated AGP plugin to 7.0.2

  • Updated Kotlin to 1.5.30

  • Updated Gradle wrapper to 7.2

WifiUtils1.6.5

3 years ago

Hopefully resolves Elvis without the need of including it as an extra dependency

WifiUtils1.6.4

3 years ago
  • Fixed Elvis dependency not being resolved automatically.
  • plus all the nice stuff from 1.6.3

WifiUtils1.6.3

3 years ago
  • Android 10 (IoT) WiFi connection improvements
  • Minor bug fixes
  • Code refactoring
  • Migrated to .kts gradle scripts

WifiUtils1.6.2

3 years ago
  • Added isWifiConnected convenience method for checking whether you are connected against a specific SSID or simply connected to a wifi network regardless of its SSID. Check the sample project for an example.
  • Added Log forwarding. Check the doc and sample project for more info.

WifiUtils1.6.1

3 years ago
  • Disconnect Improvements.

  • Support both disconnecting or removing network config for pre android 10.

  • Brought back connectivityManager.bindProcessToNetwork(network); required to be able to use internet from wifi network.

WifiUtils1.6.0

4 years ago
  • Added feature enabling to disconnect from currently connected WiFi
  • Added meaningful connection info messages

CAUTION Breaking changes in onConnectionResult class documentation needs an update. For now check the MainActivity class to see what's changed.

WifiUtils1.5.1

4 years ago

Small fix: bindProcessToNetwork actually wasn't needed. This is only required when you want to execute api calls to a wifi network that has no internet access, and should not be part of WifiUtils library.

WifiUtils1.5.0

4 years ago

Added basic support for Android 10

WifiUtils1.4.0

5 years ago