Added support for watch info settins in SdDataSourceGarmin. Started converting to sqlite database data logging rather than text file.

This commit is contained in:
Graham Jones
2020-01-06 20:51:14 +00:00
parent f40c363808
commit 5df5ef66c6
10 changed files with 450 additions and 12 deletions

View File

@@ -1,8 +1,13 @@
OpenSeizureDetector Android App - Change Log
============================================
V3.2.0 - (NEXT VERSION!)
- Added neural network based data analysis.
V3.2.0 - jan2020
- Modified data logging to use sqlite database rather than text files.
- Added facility to upload data to remote server.
- Added support for additional GarminSD settings data fields to record the watch app version number etc and
log that info to the SysLog file.
V3.1.11 - 23oct2019
- Updated network data source so it displays heart rate data if it is available.