Refactor Logger and add Settings-UI

- Refactored logger infrastructure, so that sensors have to provide
proper timestamps for the logged data, instead of the Logger generating
a timestamp when it is logged to the file.
- Added a settings UI where active sensors and activities can be
configured
This commit is contained in:
2019-08-18 13:42:18 +02:00
parent daa0652e39
commit a0d46c9aae
34 changed files with 663 additions and 536 deletions

2
.idea/modules.xml generated
View File

@@ -2,8 +2,8 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/SensorReadout.iml" filepath="$PROJECT_DIR$/SensorReadout.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
<module fileurl="file://$PROJECT_DIR$/sensorreadout.iml" filepath="$PROJECT_DIR$/sensorreadout.iml" />
</modules>
</component>
</project>