mathisdt / trackworktime

Android app to track your work time via WiFi or location and categorize each recorded intervall by a predefined client/task and a free text.
https://zephyrsoft.org/trackworktime
GNU General Public License v3.0
136 stars 30 forks source link

on user request, log and/or display visible Wi-Fi networks #247

Closed mathisdt closed 1 year ago

mathisdt commented 1 year ago

To be able to debug Wi-Fi clock-in problems, it would be helpful if the app could output the networks it sees. This should not be on always but only on explicit user request - else the log would contain much personal data which in most cases would be unnecessary.

It could be implemented by an extra option in the settings - if it's switched on, the network names are logged. Alternatively a menu option could display the visible networks once (which would be not so easy because the network names can't be fetched synchronously).