V3.1.4 - Added repeat beep during SMS send delay.

This commit is contained in:
Graham Jones
2019-04-25 21:59:21 +01:00
parent fc24f4d000
commit 85d6d94f73
6 changed files with 12 additions and 7 deletions

View File

@@ -4,6 +4,9 @@
V3.2.0 - (NEXT VERSION!)
- Added neural network based data analysis.
V3.1.4 - 25apr2019
- Added a periodic 'Beep' during the SMS timer to alert the user that an SMS is about to be sent.
V3.1.3 - 22apr2019
- Moved the SmsTimer creation to the UI thread to avoid a ...looper.prepare() error.