Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

Releases: tjanson/WifiLocationLogger

v0.1-beta.3

19 Mar 11:31
Compare
Choose a tag to compare
v0.1-beta.3 Pre-release
Pre-release
  • Hotfix: Lock screen rotation to portrait
  • More trace log output for debugging

v0.1-beta.2

15 Mar 19:51
Compare
Choose a tag to compare
v0.1-beta.2 Pre-release
Pre-release
  • Debug log level increased to TRACE
  • Alert user on WARN events
  • Minor bugfix

v0.1-beta.1

15 Mar 15:13
Compare
Choose a tag to compare
v0.1-beta.1 Pre-release
Pre-release
  • Upload mechanism replaced

    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.

  • Major format changes

    Fields are now (in order): logFormatVersion, deviceModel, sessionId, Latitude, Longitude, Altitude, Accuracy, Speed, specialCode, millisSinceLocation, SSID, BSSID, RSSI, channel, ssidFilter

    specialCode is used for logging the absence of any Wifi that matches the ssidFilter.

v0.1-alpha.4

14 Mar 23:11
Compare
Choose a tag to compare
v0.1-alpha.4 Pre-release
Pre-release
  • 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

12 Mar 02:30
Compare
Choose a tag to compare
v0.1-alpha.3 Pre-release
Pre-release
  • 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

10 Mar 23:55
Compare
Choose a tag to compare
v0.1-alpha.2 Pre-release
Pre-release
  • Minimum SDK Version lowered to 14 “Kit Kat” (untested)
  • German translation
  • Altitude logging (note: value of 0.0 indicates unavailable)
  • true CSV rather than semicolon-separated

v0.1-alpha.1

10 Mar 20:41
Compare
Choose a tag to compare
v0.1-alpha.1 Pre-release
Pre-release
README added