Skip to content

Tags: JavaDeveloper08/WifiUtils

Tags

WifiUtils1.5.0

Toggle WifiUtils1.5.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Release 1.5.0

WifiUtils1.4.2

Toggle WifiUtils1.4.2's commit message

Unverified

This user has not yet uploaded their public signing key.
defensive null checks

WifiUtils1.4.1

Toggle WifiUtils1.4.1's commit message

Unverified

This user has not yet uploaded their public signing key.
disable Javadoc generation cuz it won't work

WifiUtils1.4.0

Toggle WifiUtils1.4.0's commit message
name Fix

WifiUtils1.3.7

Toggle WifiUtils1.3.7's commit message
Squashed commit of the following:

commit bc18620
Author: Thanos Psaridis <psaridis@gmail.com>
Date:   Sun Apr 22 13:29:00 2018 +0300

    New Release 1.3.7

commit 281efe5
Author: Thanos Psaridis <psaridis@gmail.com>
Date:   Sat Apr 14 13:25:43 2018 +0300

    Added LocationUtils class for checking Location availability

commit 621e461
Author: Thanos Psaridis <psaridis@gmail.com>
Date:   Mon Apr 9 22:09:59 2018 +0300

    Reformatted code to classic Java style

commit 9f98ad6
Author: Thanos Psaridis <psaridis@gmail.com>
Date:   Mon Apr 9 22:07:02 2018 +0300

    Added overloaded `enableWifi()` method to avoid passing `null` to the old `enableWifi(null)` if one doesn't want to deal with callbacks

commit 8b291fe
Author: thanos psaridis <psaridis@gmail.com>
Date:   Mon Apr 9 21:57:48 2018 +0300

    Defensive null check for issue ThanosFisherman#8

commit cad2a51
Author: Thanos Psaridis <psaridis@gmail.com>
Date:   Mon Apr 9 21:43:00 2018 +0300

    Updated gradle-android plugin

WifiUtils1.3.6

Toggle WifiUtils1.3.6's commit message
🐛 Fixes the issue "ConnectionSuccessListener always returns successfu…

…l" (ThanosFisherman#9)

Why is this change needed?
   To fix the false positive for the wifi connection

How does it address the issue?
   Only returns success when the connection with the hotspot is made successfully after authentication process (SupplicantState.COMPLETED), and checks if we received the ip from the network. This prevents the scenario that the authentication process returns success, but with the connection in state "Obtaining ip address".

WifiUtils1.3.5

Toggle WifiUtils1.3.5's commit message
Release 1.3.5

WifiUtils1.3.4

Toggle WifiUtils1.3.4's commit message
Don't clear network config on failure plus new Release 1.3.4

WifiUtils1.3.3

Toggle WifiUtils1.3.3's commit message
Release 1.3.3

WifiUtils1.3.2

Toggle WifiUtils1.3.2's commit message
Release 1.3.2 Implemented canceling auto connect feature plus some ot…

…her auto connect fixes