Commit Graph

682 Commits

Author SHA1 Message Date
Graham Jones ec34c2fe03 Merge branch 'V2.5' into V2.6 2017-12-07 05:59:26 +00:00
Graham Jones ef1c73905b V2.5.4 - Added audio alarm notifications as an alternative to tone generator. 2017-12-03 19:32:29 +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 37f759fa5d upgrade of gradle build system. 2017-11-30 19:56:34 +00:00
Graham Jones 85cd881c63 Fixed FFT analysis - close to working 2017-10-18 22:08:38 +01:00
Graham Jones 700abb0855 Added code to receive settings by HTTP POST request. 2017-10-16 20:39:33 +01:00
Graham Jones ad77fe7740 Progressing with raw analysis in networkPassiveDataSource - not working yet. 2017-10-15 21:25:38 +01:00
Graham Jones 30bdc6bac5 Modified to compe with parameters sent by Garmin connectIQ makeWebRequest() function (and Merge branch 'V2.5' into V2.6) 2017-10-14 22:36:28 +01:00
Graham Jones b1b8659d55 Added V2.6 of pebble app to Android APK, and packaged as V2.5.2 2017-09-10 22:17:23 +01:00
Graham Jones 27f62ec347 Skeleton of Android Wear data source 2017-09-10 21:20:49 +01:00
Graham Jones a79e98c4de Extended SdDataSource to include an update data function that the web server can call 2017-09-05 05:39:36 +01: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 87774a10ef Update Change Log for V2.5.2 2017-05-09 22:10:47 +01:00
Graham Jones 386cc951a2 Added support for multi-ROI mode in Pebble App to improve sensitivity. 2017-05-09 22:09:10 +01:00
Graham Jones 1c053ecc8a Updated Changelog for V2.5.1 2017-05-07 22:29:56 +01:00
Graham Jones eb5fa6cfc9 Updated first-run message to show what has changed. 2017-05-07 22:27:47 +01:00
Graham Jones 98f6af1083 Added the facility to accept an alarm from the web interface ("/acceptalarm" url), and added button to web interface page. 2017-05-07 20:13:54 +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 4baed5ea97 Update Gradle version following prompt from Android Studio 2016-12-26 19:55:29 +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 2319f2230c Made auto-start start SDServer rather than StartUpActivity so it works with phone screen locked. 2016-12-19 20:13:51 +00:00
Graham Jones cd9d6c80ee Updated changelog for V2.3.0 2016-12-17 16:42:47 +00:00
Graham Jones e2568705a8 Tidied up SMS alarms - date format, use google maps url in message, remove debugging toast messages. 2016-12-17 14:25:49 +00:00
Graham Jones 756e42892e Added Georeferencing to SMS - needs a bit of tidying up as geo URIs not clickable on Android for some reason..... 2016-12-15 20:19:12 +00:00
Graham Jones 5c47f95a8f Added autostart on boot feature 2016-12-14 21:18:18 +00:00
Graham Jones c9e3f9374b Updated StartUp Activity to check for pebble android app being installed, and added buttons to install android app and watch app next to relevant checks on screen. 2016-09-12 22:31:47 +01:00
Graham Jones 2df84341f2 v2.0.8 - check for errors interpreting settings sent from watch - indicative of incompatible watch app version installed. 2016-08-24 20:55:03 +01:00
Graham Jones 3e46f50c47 V2.0.7 - variable sample period and sample frequency. 2016-08-22 21:56:46 +01:00
Graham Jones 19a6b912a8 Merge branch 'v2.0.x' =x V2.0.6 2016-08-08 18:11:47 +01:00
Graham Jones 256280ac0b v2.0.6 beta release - see CHANGELOG.md 2016-07-29 08:35:48 +01:00
Graham Jones 6d8085dbe0 Added legacy apache library so it compiles on newer SDKs 2016-07-28 20:23:19 +01:00
Graham Jones 5744c14df2 Added extra syslog messages to SdDataSourcePebble 2016-07-25 22:48:03 +01:00
Graham Jones 30227b9108 Added MainActivity menu option to view log files (via web interface). 2016-07-25 22:31:33 +01:00
Graham Jones ef0616a143 Added system logging to MainActivity and PrefActivity 2016-07-25 22:24:26 +01:00
Graham Jones c0d4fb3a2c Updated v2.0.6 changelog 2016-07-25 22:00:35 +01:00
Graham Jones 426d363577 Modified web interface to display log files correctly (removed jquery-mobile) 2016-07-25 21:44:04 +01:00
Graham Jones 121b36987b Added beep generation to system log file. 2016-07-24 23:20:42 +01:00
Graham Jones eb6dad5e93 Increased period between pebble app re-starts to give it chance to send some data before being re-started. 2016-07-24 21:49:09 +01:00
Graham Jones 0178f249c1 Created System Log file to help to trace system start-up/shut-down issues. Moved pebble specific code from OsdUtil to SdDataSoruce Pebble. Moved generic code for logging from SdDataSourcePebble to OsdUtil 2016-07-24 20:53:52 +01:00
Graham Jones f30d8b869d Added logging function to OsdUtil so we can have a system log that can be used from outside of SdServer. 2016-07-24 09:07:32 +01:00
Graham Jones b299cc27f8 Removed some non-working code to do with raw data analysis. 2016-07-22 18:51:20 +01:00
Graham Jones 4f71b024b5 Wrapped OsdUtil Toast calls in a RunOnUIThread function to avoid occasional crashes when beeping. Closes #8 2016-07-22 18:36:40 +01:00
Graham Jones ffd731c85d Added fft library ready for 'raw' analysis mode. 2016-07-20 23:05:26 +01:00
Graham Jones 6edb68d306 Removed delay in startWatchApp because it crashed because of use of Handler. 2016-07-19 22:50:55 +01:00
Graham Jones 85e0b811d4 v2.0.6 - removed delay in startWatchApp because it crashed because of use of handler. 2016-07-19 22:43:56 +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 d44ec7c489 Added code to stop watch app before starting it to try to improve reliability of app start. 2016-07-19 22:25:06 +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 5c392b887c Recive data as 3 integers (x,y,z) rather than AccelData structure. 2016-07-01 19:54:42 +01:00