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

Commit 846582c

Browse files
committed
Update README.md
1 parent c6106b3 commit 846582c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ The output format is bound to change often, so please look at [the relevant sect
1313

1414
## To-Do
1515

16-
- [ ] collect real-world data on a variety of devices and see whether it's usable at all
17-
- [ ] make the app work while in the background (current behavior unknown)
18-
- [ ] visualize data points on map [wishlist]
16+
- [x] collect real-world data on a variety of devices and see whether it's usable at all
17+
- [x] make the app work while in the background [[possible improvements](https://github.com/tjanson/WifiLocationLogger/issues/1)]
18+
- [x] visualize data points on map
19+
- [ ] explore alternative visualizations, improve Hexbin visualization [to be published]
20+
- [ ] [lots of stuff regarding remote logging](https://github.com/tjanson/WifiLocationLogger/issues/5) plus DB backend
21+
- [ ] document tools for CSV handling and conversion

app/src/main/assets/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</appender>
5050

5151
<appender name="SOCKET" class="ch.qos.logback.classic.net.SocketAppender">
52-
<!-- Async + lazy + see
52+
<!-- Async + lazy + IP instead of FQDN to avoid NetworkOnMainThreadExc., see
5353
https://github.com/tony19/logback-android/wiki/Appender-Notes#socketappender-syslogappender
5454
-->
5555

0 commit comments

Comments
 (0)