Releases: ThanosFisherman/WifiUtils
WifiUtils v1.6.6
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 soWifiUtils.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
Hopefully resolves Elvis without the need of including it as an extra dependency
WiFiUtils1.6.4
- Fixed Elvis dependency not being resolved automatically.
- plus all the nice stuff from 1.6.3
WiFiUtils1.6.3
- Android 10 (IoT) WiFi connection improvements
- Minor bug fixes
- Code refactoring
- Migrated to .kts gradle scripts
WiFiUtils1.6.2
- 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
-
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
- 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
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
Added basic support for Android 10
Various Bug fixes.
WifiUtils1.4.0 name Fix