wiglenet / wigle-wifi-wardriving

Nethugging client for Android, from wigle.net
https://wigle.net
BSD 3-Clause "New" or "Revised" License
649 stars 199 forks source link

[FIX] take YAML load out of the way of startup #644

Closed rksh closed 8 months ago

rksh commented 8 months ago

startup reliability diminished after this change and the new version bump. let's background these loads. Pathology: app would start, but not start scanning, if the user locks the screen, scanning stays stopped until they unlock again. Moving things out of the GUI thread seems like a logical first step in tracing that, and this probably doesn't belong there anyway!

Also minor linting: