This repository was archived by the owner on May 2, 2021. It is now read-only.
Releases: tjanson/WifiLocationLogger
Releases · tjanson/WifiLocationLogger
v0.1-beta.3
- Hotfix: Lock screen rotation to portrait
- More trace log output for debugging
v0.1-beta.2
- Debug log level increased to
TRACE - Alert user on
WARNevents - Minor bugfix
v0.1-beta.1
-
Uploads are now triggered manually by pressing a button. The log file is uploaded as an HTTP POST (unencrypted). The target URI is user-configurable.
-
Fields are now (in order):
logFormatVersion,deviceModel,sessionId,Latitude,Longitude,Altitude,Accuracy,Speed,specialCode,millisSinceLocation,SSID,BSSID,RSSI,channel,ssidFilterspecialCodeis used for logging the absence of any Wifi that matches thessidFilter.
v0.1-alpha.4
- Remote logging¹
- Minor bug fixes
¹ Remote logging is implemented via a Logback SocketAppender. This sounded like a cool idea but isn’t a good fit because of the changing network conditions when going in and out of Wifi reach. Another solution must be found.
v0.1-alpha.3
- Keep logging to disk when application is in background (e.g., screen off)
- Save last used SSID filter
- Date format bug fixed
v0.1-alpha.2
- Minimum SDK Version lowered to 14 “Kit Kat” (untested)
- German translation
- Altitude logging (note: value of
0.0indicates unavailable) - true CSV rather than semicolon-separated
v0.1-alpha.1
README added