Skip to content

Handle WIFI access in Settings #637

Description

@Jeff-Stammler

In settings,
show : wifi connected to (if any)
show : internet connection (checkbox or "globe" icon)

if no internet, or no wifi, enable button to "choose wifi" and pop system dialog (i think) that lists available wifi options.
Hopefully denoting a lock for password protected networks like normal
since this is system-level stuff, i don't think we need to save settings in shared preferences. But i could be wrong.

Also, at every startup (in app launch), check if we're connected to any wifi and whether it has internet access (probably want some utility class for this stuff).

If wifi connected AND has internet access, we're good.
If wifi connected AND has NO internet access, pop a TOAST message saying internet is not available, and can select new wifi network in settings.
if no wifi connected, pop a TOAST message saying no wifi connected, and can select new wifi network in settings.

Metadata

Metadata

Assignees

Labels

EnhancementNew feature or request

Fields

No fields configured for Feature.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions