Commit Graph

229 Commits

Author SHA1 Message Date
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
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
fca8c4778e Updated version number 2016-06-18 21:17:42 +01:00
Graham Jones
bde99a6ce0 Release v2.0.4 - see CHANGELOG.md 2016-05-14 22:23:02 +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
51c277f691 V2.0.3 - fixed issue with crash during app re-start if warning beep sounding. And added logging of faults to alarm log on sd card. 2016-04-23 19:20:06 +01:00
Graham Jones
5cc6c83048 Packaged v2.0.2 for release. 2016-04-13 20:50:58 +01:00
Graham Jones
11d9d1c85c Modified sdServer to use a single ToneGenerator instance rather than create a new one for each beep. 2016-04-08 21:51:12 +01:00
Graham Jones
916d03fc1e Closes #5 - failure to raise fault alarm if watch disconnects from phone. 2016-04-02 21:36:23 +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
dc311ae079 fixex problem with multiple versions of MainActvity being started by StartUpActivity 2016-03-30 20:56:39 +01:00
Graham Jones
06f6f8262c Made startup activity scrollable so the buttons are useable on smaller screens. 2016-03-28 20:54:46 +01:00
Graham Jones
ceb9fd7a0a Test version 2.0f - added email crash report functionality. 2016-03-28 20:48:17 +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
f7661871ed Added version 2.0d release candidate apk 2016-01-30 22:18:51 +00:00
Graham Jones
108e890dcc App re-starts if settings are changed to make sure that new settings are picked up properly. 2016-01-16 23:03:56 +00:00
Graham Jones
ac76c9626c Fixed mistake in default datasource - was 'undefined' - made default 'Pebble' 2016-01-16 20:06:44 +00:00
Graham Jones
be7814c9b8 Moved to use v3 of Pebblekit library for compatibility with Pebble Time. - Release 2.0a for testing. 2016-01-16 19:16:58 +00:00
Graham Jones
b3b8c941f8 Notification icon colour changes for warning and alarm levels. Fixed issue with multiple versions of mainactivity starting on alarm. 2015-12-23 23:07:28 +00:00
Graham Jones
c69ce006ce Added startup screen that displays while background servie is started and while waiting for first data to arrive from seizure detector. 2015-11-18 19:44:46 +00:00
Graham Jones
65d7731c0b Added a simple 'about' dialog box with menu item to show it. 2015-11-17 23:02:40 +00:00
Graham Jones
f5e5c7e093 Started v2.0 of android app - re-factored so the service uses a datasource to populate the SdData class - so that we can make different data sources in the future. 2015-11-16 23:03:20 +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
bdfa9a3a21 Updated to make telephony access optional, so it will be listed as suitable for tablet computers as well as phones on Play Store. 2015-09-24 20:37:08 +01:00
Graham Jones
4ffddf7d6c Converted Android_Pebble_SD to use Android Studio (Gradle) build system. 2015-08-11 17:37:23 +01:00