New test version of 2.6.0 with status of Heart Rate alarm shown on main app screen if disabled.
This commit is contained in:
Binary file not shown.
@@ -427,12 +427,12 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
tv.setBackgroundColor(okColour);
|
tv.setBackgroundColor(okColour);
|
||||||
tv.setTextColor(okTextColour);
|
tv.setTextColor(okTextColour);
|
||||||
} else {
|
} else {
|
||||||
tv.setBackgroundColor(warnColour);
|
tv.setBackgroundColor(alarmColour);
|
||||||
tv.setTextColor(warnTextColour);
|
tv.setTextColor(alarmTextColour);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (mConnection.mSdServer.mSdData.pebbleConnected) {
|
if (mConnection.mSdServer.mSdData.pebbleConnected) {
|
||||||
tv.setText("Watch Connected OK");
|
tv.setText("HR Alarm OFF");
|
||||||
tv.setBackgroundColor(okColour);
|
tv.setBackgroundColor(okColour);
|
||||||
tv.setTextColor(okTextColour);
|
tv.setTextColor(okTextColour);
|
||||||
|
|
||||||
|
|||||||
@@ -489,10 +489,10 @@ public class StartupActivity extends Activity {
|
|||||||
+ "http://openseizuredetector.org.uk, or the app Facebook page at https://www.facebook.com/openseizuredetector. "
|
+ "http://openseizuredetector.org.uk, or the app Facebook page at https://www.facebook.com/openseizuredetector. "
|
||||||
+ "so I can get in touch if necessary.\nThank you! Graham \ngraham@openseizuredetector.org.uk "
|
+ "so I can get in touch if necessary.\nThank you! Graham \ngraham@openseizuredetector.org.uk "
|
||||||
+ "\n\nChanges in this version:"
|
+ "\n\nChanges in this version:"
|
||||||
+ "\n- Added support for 'Wifi Datasources' - initially for the experimental ESP8266 based seizure detector."
|
+ "\n- Upgraded to be compatible with Android Version 8 (a requirement of Google Play Store)"
|
||||||
+ "\n "
|
+ "\n- Added support for an experimental Gramin based seizure detector with Heart Rate alarm "
|
||||||
+ "\n "
|
|
||||||
+ "\n "
|
+ "\n "
|
||||||
|
+ "\n PLEASE NOTE - THIS IS A BETA TEST VERSION SO MAY NOT WORK!"
|
||||||
+ "\n ."
|
+ "\n ."
|
||||||
);
|
);
|
||||||
// This makes the links display as links, but they do not respond to clicks for some reason...
|
// This makes the links display as links, but they do not respond to clicks for some reason...
|
||||||
@@ -523,8 +523,10 @@ public class StartupActivity extends Activity {
|
|||||||
+ "http://openseizuredetector.org.uk, or the app Facebook page at https://www.facebook.com/openseizuredetector. "
|
+ "http://openseizuredetector.org.uk, or the app Facebook page at https://www.facebook.com/openseizuredetector. "
|
||||||
+ "so I can get in touch if necessary.\nThank you! Graham \ngraham@openseizuredetector.org.uk "
|
+ "so I can get in touch if necessary.\nThank you! Graham \ngraham@openseizuredetector.org.uk "
|
||||||
+ "\n\nChanges in this version:"
|
+ "\n\nChanges in this version:"
|
||||||
+ "\n- Added support for 'Wifi Datasources' - initially for the experimental ESP8266 based seizure detector."
|
+ "\n- Upgraded to be compatible with Android Version 8 (a requirement of Google Play Store)"
|
||||||
+ "\n- Improved logging of network status to help debugging network data source issues."
|
+ "\n- Added support for an experimental Gramin based seizure detector with Heart Rate alarm "
|
||||||
|
+ "\n "
|
||||||
|
+ "\n PLEASE NOTE - THIS IS A BETA TEST VERSION SO MAY NOT WORK!"
|
||||||
+ "\n- "
|
+ "\n- "
|
||||||
);
|
);
|
||||||
// This makes the links display as links, but they do not respond to clicks for some reason...
|
// This makes the links display as links, but they do not respond to clicks for some reason...
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ The following libraries are used:\n
|
|||||||
- jBeep - http://www.ultraduz.com.br\n
|
- jBeep - http://www.ultraduz.com.br\n
|
||||||
- Chartjs - http://www.chartjs.org\n
|
- Chartjs - http://www.chartjs.org\n
|
||||||
- MPAndroidChart - https://github.com/PhilJay/MPAndroidChart\n
|
- MPAndroidChart - https://github.com/PhilJay/MPAndroidChart\n
|
||||||
|
- UCE-Handler - https://github.com/RohitSurwase/UCE-Handler\n
|
||||||
\n
|
\n
|
||||||
The Logo is based on Star of life2 by Verdy P, \n
|
The Logo is based on Star of life2 by Verdy P, \n
|
||||||
Licensed under Public Domain via\n
|
Licensed under Public Domain via\n
|
||||||
|
|||||||
Reference in New Issue
Block a user