Commit Graph

33 Commits

Author SHA1 Message Date
Graham Jones
6f674d6c60 Moved Basic Settings text into strings.xml so it can be translated. 2020-03-30 19:54:20 +01:00
Graham Jones
a7188eee0e Added a default basic mode, with a lot less settings visible. 2020-03-29 22:26:29 +01:00
Graham Jones
95f3dd7d96 Added authorisation dialog - doesn't do anything yet, which is a shame considering how much code it took! 2020-03-11 19:41:48 +00:00
Graham Jones
14fce1b6e1 Added logging to local database 2019-11-10 22:03:34 +00:00
Graham Jones
384bb7c9a3 V3.11 - Fixed heart rate reporting in network datasource 2019-10-23 20:18:22 +01:00
Graham Jones
102a5c2a94 V3.1.10 - Added user option to treat null heart rate as an alarm condition rather than a fault. 2019-10-20 18:01:00 +01:00
Graham Jones
b29d346c9d V3.1.0 - Added simple fall detection algorithm to Garmin/Pebble data source 2019-04-07 20:48:40 +01:00
Graham Jones
79d0cc9e24 V2.6.1 - Explicitly request SMS permission, and provide warnings in notification if active. 2019-01-27 22:01:26 +00:00
Graham Jones
6d5771181f Updated system so it will run without SMS permissions granted. Changed notification to warn the user if SMS alarms are enabled. Fixed notification icon background. 2019-01-27 21:14:07 +00:00
Graham Jones
5e17623586 V2.6.0 - Added support for early Garmin based seizure detector (v0.1 of Garmin SD watch app). Uses Send_sms permission still. 2019-01-20 21:29:41 +00:00
Graham Jones
c8a240c84b Merge branch 'V2.6_new' into V2.6 - Addes updated SMS sending code and network datasource passive 2018-12-27 09:48:37 +00:00
Graham Jones
bae32ca54f Upate to V2.5.5 beta - Corrected some network logging messages, and made NetworkDataSource use the timeout settings in the preferences screen (it used to ignore them!) 2018-02-23 15:01:53 +00:00
Graham Jones
ec34c2fe03 Merge branch 'V2.5' into V2.6 2017-12-07 05:59:26 +00:00
Graham Jones
cbe5e49ad3 Added option to use mp3 notification sounds rather than tone generator to make alarm sounds 2017-12-03 10:11:47 +00:00
Graham Jones
fc1683ad36 Started on Network(Passive) datasource for use with esp8266 based seizure detector. 2017-09-01 22:10:37 +01:00
Graham Jones
b0b61b9fd2 Added alarm latch timer to release latch after a specified period even if Accept Alarm button is not pressed. 2017-05-07 19:56:24 +01:00
Graham Jones
00c335f70b V2.3.2 - Added first run dialog box and removed preferences for non-functional camera settings. 2016-12-26 22:25:59 +00:00
Graham Jones
e918ce2b99 Release V2.3.1 - fixed auto-start and changed default AlarmRatioThresh setting. 2016-12-23 22:13:15 +00:00
Graham Jones
5c47f95a8f Added autostart on boot feature 2016-12-14 21:18:18 +00:00
Graham Jones
3e46f50c47 V2.0.7 - variable sample period and sample frequency. 2016-08-22 21:56:46 +01:00
Graham Jones
354f9c6fa2 v2.0.6 - stop watch app before starting to improve reliability 2016-07-19 22:35:25 +01:00
Graham Jones
70f251dff6 Added settings for watch debug mode and to switch the spectrum display on the watch off to save processor power. 2016-07-03 20:24:42 +01:00
Graham Jones
c871509d62 Added preferences for pebble seizure detector mode and sample frequency, and send them to watch as settings. 2016-06-27 20:53:09 +01:00
Graham Jones
29a7655e34 Sorted out issues with default pebbledatasource settings not being used. 2016-05-08 20:45:52 +01:00
Graham Jones
6267745152 Re-hashing how we manage watch settings to make sure watch always uses the settings requested in the phone app - not working yet - not receiving data back from watch for some reason - too much settings traffic maybe? 2016-05-08 10:43:21 +01:00
Graham Jones
9eee2b0471 Tidied up final settings screen, and called it V2.0 for publication. 2016-03-30 23:09:15 +01:00
Graham Jones
8944cbc6d3 Sorted issue with startupActivity showing data recieved when it had not been, and disabled (non-functioning) ip camera settings. 2016-03-30 20:15:20 +01:00
Graham Jones
2769094326 Added settings for data update period, mute period and manual alarm period. Altered fault timer so app does not alarm for long data periods. 2016-02-17 20:49:24 +00:00
Graham Jones
a4cbc56d5a move fault timer setting to alarm settings 2015-12-16 06:33:52 +00:00
Graham Jones
16a9207ded Split preferences into different screens to make them simpler, and enable and disable screens depending on options selected. 2015-11-17 17:07:13 +00:00
Graham Jones
3b240e3a54 Added alarm latching option to SD Server app. 2015-11-10 23:09:22 +00:00
Graham Jones
eec87aedd7 Added experimental support for fall detection, with ability to change fall detection settings from android app. 2015-11-10 18:14:51 +00:00
Graham Jones
4ffddf7d6c Converted Android_Pebble_SD to use Android Studio (Gradle) build system. 2015-08-11 17:37:23 +01:00