V4.0.4 - Added data source name to event data, tidied upgrade changelog text.
This commit is contained in:
BIN
QA/QA_checksheet_pre-release_blank.xlsx
Normal file
BIN
QA/QA_checksheet_pre-release_blank.xlsx
Normal file
Binary file not shown.
BIN
app/release/app-release-4.0.4.apk
Normal file
BIN
app/release/app-release-4.0.4.apk
Normal file
Binary file not shown.
@@ -3,7 +3,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="uk.org.openseizuredetector"
|
||||
android:versionCode="100"
|
||||
android:versionName="4.0.4b">
|
||||
android:versionName="4.0.4">
|
||||
<!-- android:allowBackup="false" -->
|
||||
<uses-permission android:name="android.permission.BLUETOOTH" />
|
||||
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
||||
|
||||
@@ -72,6 +72,7 @@ public class SdData implements Parcelable {
|
||||
public double mO2SatThreshMin = 80.0;
|
||||
|
||||
/* Watch App Settings */
|
||||
public String dataSourceName = "";
|
||||
public String watchPartNo = "";
|
||||
public String watchFwVersion = "";
|
||||
public String watchSdVersion = "";
|
||||
@@ -242,6 +243,7 @@ public class SdData implements Parcelable {
|
||||
jsonObj.put("o2SatAlarmActive", mO2SatAlarmActive);
|
||||
jsonObj.put("o2SatAlarmStanding", mO2SatAlarmStanding);
|
||||
jsonObj.put("o2SatThreshMin", mO2SatThreshMin);
|
||||
jsonObj.put("dataSourceName", dataSourceName);
|
||||
jsonObj.put("watchPartNo", watchPartNo);
|
||||
jsonObj.put("watchSdName", watchSdName);
|
||||
jsonObj.put("watchFwVersion", watchFwVersion);
|
||||
|
||||
@@ -228,6 +228,7 @@ public class SdServer extends Service implements SdDataReceiver {
|
||||
updatePrefs();
|
||||
|
||||
Log.v(TAG, "onStartCommand: Datasource =" + mSdDataSourceName);
|
||||
mSdData.dataSourceName = mSdDataSourceName;
|
||||
switch (mSdDataSourceName) {
|
||||
case "Pebble":
|
||||
Log.v(TAG, "Selecting Pebble DataSource");
|
||||
|
||||
@@ -3,11 +3,7 @@
|
||||
<string name="app_name">OpenSeizureDetector</string>
|
||||
<string name="changelog">
|
||||
"\n
|
||||
\nV4.0.4 - Added watch info to events data
|
||||
\nV4.0.3 - Changed remote database to be compatible with either OSD webAPI or future Firebase database.<br/>
|
||||
- Performance improvement by having separate events and datapoints tables in local database
|
||||
\nV4.0.1, 4.0.2, - fixed repoted crashes
|
||||
\nV4.0.0
|
||||
\nV4.0.4
|
||||
- Introduced the <b>Data Sharing</b> feature to allow users to share their seizure and false alarm data
|
||||
with researchers to help improve the system.<br/>
|
||||
- Fixed <b>SMS Location Alerts</b> on Android V10+ (new permissions screens)<br/>
|
||||
|
||||
BIN
releases/app-release-4.0.4.apk
Normal file
BIN
releases/app-release-4.0.4.apk
Normal file
Binary file not shown.
Reference in New Issue
Block a user