Started to refactor SdDataSource to include a lot of the analysis and checking code in SdDataSourceGarmin - to simplify SDDataSourceGarmin and make it easier to create an SdDataSourceBLE bluetooth data source. NOT WORKING JUST YET - have broken something!

This commit is contained in:
Graham Jones
2020-08-06 22:14:16 +01:00
parent f0dafdd6aa
commit 66e13be06d
9 changed files with 787 additions and 9 deletions

View File

@@ -4,11 +4,13 @@
<item>"Pebble Watch"</item>
<item>"Garmin Watch"</item>
<item>"Network"</item>
<item>"Bluetooth Device"</item>
</string-array>
<string-array name="datasource_list_values">
<item>"Pebble"</item>
<item>"Garmin"</item>
<item>"Network"</item>
<item>"BLE"</item>
</string-array>
</resources>