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

@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="uk.org.openseizuredetector"
android:versionCode="71"
android:versionName="3.2.1">
android:versionCode="72"
android:versionName="3.4.0">
<!-- android:allowBackup="false" -->
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />