V3.1.4 - Added repeat beep during SMS send delay.
This commit is contained in:
@@ -1141,9 +1141,9 @@ public class SdServer extends Service implements SdDataReceiver {
|
||||
@Override
|
||||
public void onTick(long timeRemaining) {
|
||||
Log.v(TAG, "SmsTimer.onTick() - time remaining = " + timeRemaining / 1000 + " sec");
|
||||
// FIXME - Update the alert dialog to show the time remaining, and beep.
|
||||
// alertDialog.setMessage("SMS Will be sent in "+ (timeRemaining/1000)+" s unless Cancel Button is Pressed First.");
|
||||
// The MainActivity screen picks up mTimeLeft to update the screen.
|
||||
mTimeLeft = timeRemaining;
|
||||
alarmBeep();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -502,7 +502,8 @@ public class StartupActivity extends Activity {
|
||||
+ "so I can get in touch if necessary.\nThank you! Graham \ngraham@openseizuredetector.org.uk "
|
||||
+ "\n\nChanges in this version:"
|
||||
+ "\n- V3.1.0 - Added fall detection algorithm into Garmin/Fitbit Data Source "
|
||||
+ "\n ."
|
||||
+ "\n V3.1.3 - Added delay to SMS sending to give the user chance to cancel a false alarm."
|
||||
+ "\n V3.1.4 - Added repeat alarm beeps during SMS delay to alert user.."
|
||||
);
|
||||
// This makes the links display as links, but they do not respond to clicks for some reason...
|
||||
Linkify.addLinks(s, Linkify.ALL);
|
||||
@@ -533,7 +534,8 @@ public class StartupActivity extends Activity {
|
||||
+ "so I can get in touch if necessary.\nThank you! Graham \ngraham@openseizuredetector.org.uk "
|
||||
+ "\n\nChanges in this version:"
|
||||
+ "\n- V3.1.0 - Added fall detection algorithm into Garmin/Fitbit Data Source "
|
||||
+ "\n "
|
||||
+ "\n V3.1.3 - Added delay to SMS sending to give the user chance to cancel a false alarm."
|
||||
+ "\n V3.1.4 - Added repeat alarm beeps during SMS delay to alert user.."
|
||||
+ "\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