-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix: Reflect WiFi hotspot availability on Android 13 #573
Conversation
Thank you so much @LilianaFaustinoBloco! All looks good to me. Q: Isn't "Observe the hotspot state only when the app is in foreground" already implemented in this version? |
Not yet, we are polling regardless of app state (background or foreground). But I'm working on it! |
93d0403
to
8fe0a4b
Compare
@gnarea I think it's all! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM @LilianaFaustinoBloco! Thanks!
BTW, I just removed the Fixes #569
because we still want a long-term solution for that issue.
Speaking of which, can you please add a comment to #569 and briefly explain what's wrong with the current approach? That'd help me with the prioritisation process.
🎉 This PR is included in version 1.4.35 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What kind of change does this PR introduce?
Fixes the hotspot state detection on Android 13.
What is the current behavior?
This is a temporary fix for #569 but a long-term solution is still needed.
What is the new behavior (if this is a feature change)?
On Android 13, we are looking to the gateway addresses request results to infer if hotspot is available.
In previous versions of Android, there is no behavior change.