-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/disconnect improvement #66
Feature/disconnect improvement #66
Conversation
Did you find any time to review this @ThanosFisherman ? |
No sorry @eliaslecomte couldn't find time. We are back at the office in my job and things are kind of crazy right now. Will try to review this during the weekend. Have you tested it yourself? |
No worries :-). I'll try test with multiple devices instead of just my own. |
wifiutils/src/main/java/com/thanosfisherman/wifiutils/ConnectorUtils.java
Outdated
Show resolved
Hide resolved
wifiutils/src/main/java/com/thanosfisherman/wifiutils/ConnectorUtils.java
Outdated
Show resolved
Hide resolved
wifiutils/src/main/java/com/thanosfisherman/wifiutils/ConnectorUtils.java
Outdated
Show resolved
Hide resolved
wifiutils/src/main/java/com/thanosfisherman/wifiutils/ConnectorUtils.java
Outdated
Show resolved
Hide resolved
@eliaslecomte Could you have a look at the comments above and make these minor corrections? Everything else seems good. Great job btw. |
Yes I will, thx for reviewing! |
Description
There is actually a difference between disconnecting and removing the wifi configuration pre android 10.
Solution
Add 2 new methods, disconnect and remove. Also kept disconnectFrom so a major version bump isn't required.