Skip to content

Releases: ThanosFisherman/WifiUtils

WifiUtils v1.6.6

24 Sep 14:31
Compare
Choose a tag to compare

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

WifiUtils v1.6.5

01 Feb 23:10
Compare
Choose a tag to compare

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

WiFiUtils1.6.4

17 Sep 22:23
79ee2b7
Compare
Choose a tag to compare
  • Fixed Elvis dependency not being resolved automatically.
  • plus all the nice stuff from 1.6.3

WiFiUtils1.6.3

08 Sep 08:49
beba930
Compare
Choose a tag to compare
  • Android 10 (IoT) WiFi connection improvements
  • Minor bug fixes
  • Code refactoring
  • Migrated to .kts gradle scripts

WiFiUtils1.6.2

28 Jul 15:42
7bb8378
Compare
Choose a tag to compare
  • 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.

WiFiUtils 1.6.1

22 May 10:00
Compare
Choose a tag to compare
  • 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.

WiFiUtils 1.6.0

22 Apr 16:20
Compare
Choose a tag to compare
  • 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.

WiFiUtils 1.5.0

09 Mar 19:06
Compare
Choose a tag to compare

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.

WiFiUtils 1.5.0

19 Jan 11:33
Compare
Choose a tag to compare

Added basic support for Android 10

Various Bug fixes.

22 Oct 18:49
Compare
Choose a tag to compare
WifiUtils1.4.0

name Fix