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:
@@ -427,12 +427,12 @@ public class MainActivity extends AppCompatActivity {
|
||||
tv.setBackgroundColor(okColour);
|
||||
tv.setTextColor(okTextColour);
|
||||
} else {
|
||||
tv.setBackgroundColor(warnColour);
|
||||
tv.setTextColor(warnTextColour);
|
||||
tv.setBackgroundColor(alarmColour);
|
||||
tv.setTextColor(alarmTextColour);
|
||||
}
|
||||
} else {
|
||||
if (mConnection.mSdServer.mSdData.pebbleConnected) {
|
||||
tv.setText("Watch Connected OK");
|
||||
tv.setText("HR Alarm OFF");
|
||||
tv.setBackgroundColor(okColour);
|
||||
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. "
|
||||
+ "so I can get in touch if necessary.\nThank you! Graham \ngraham@openseizuredetector.org.uk "
|
||||
+ "\n\nChanges in this version:"
|
||||
+ "\n- Added support for 'Wifi Datasources' - initially for the experimental ESP8266 based seizure detector."
|
||||
+ "\n "
|
||||
+ "\n "
|
||||
+ "\n- Upgraded to be compatible with Android Version 8 (a requirement of Google Play Store)"
|
||||
+ "\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 ."
|
||||
);
|
||||
// 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. "
|
||||
+ "so I can get in touch if necessary.\nThank you! Graham \ngraham@openseizuredetector.org.uk "
|
||||
+ "\n\nChanges in this version:"
|
||||
+ "\n- Added support for 'Wifi Datasources' - initially for the experimental ESP8266 based seizure detector."
|
||||
+ "\n- Improved logging of network status to help debugging network data source issues."
|
||||
+ "\n- Upgraded to be compatible with Android Version 8 (a requirement of Google Play Store)"
|
||||
+ "\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- "
|
||||
);
|
||||
// This makes the links display as links, but they do not respond to clicks for some reason...
|
||||
|
||||
Reference in New Issue
Block a user