Commit Graph

74 Commits

Author SHA1 Message Date
Graham Jones
50fdf237b9 Enabled battery history fragment of main activity 2024-04-13 22:00:30 +01:00
Graham Jones
1ad6d2b228 Added watch connection signal strength trend graph (will only work for BLE2 data source at the moment!) 2024-04-13 21:39:30 +01:00
Graham Jones
6ca038b514 Made CNN Alarm Disabled by default to reduce false alarms (Fixes #170) 2024-04-09 22:00:51 +01:00
Graham Jones
3ad112cce7 Fixed notificaton problems on Android 13, tidied up start-up sequence. Added a 'restart' menu option. 2024-04-08 20:34:30 +01:00
Graham Jones
6d68348330 Added Current Time Service to BLE Data Source so we set the time on InfiniTime when it connects (using the library by BeeLine https://github.com/RideBeeline/android-bluetooth-current-time-service)). 2024-04-02 19:44:13 +01:00
Graham Jones
ba9b092147 V4.2.4 - fault rather than crash if bluetooth system crashes. 2024-03-26 21:12:13 +00:00
Graham Jones
340b82ad1b Built V4.2.3 for play store 2024-03-24 16:42:43 +00:00
Graham Jones
b69a552cca Merge branch 'V4.2.x' into V4.2.x_3dData 2024-03-22 16:13:53 +00:00
Graham Jones
705e146a33 Fixed problem with analysing only 3d data rather than vector magnitude. 2024-03-22 16:02:24 +00:00
Graham Jones
9da0406e90 Fixed latch alarm timer (fixes #146) 2024-03-21 22:47:24 +00:00
Graham Jones
fa024d72db 4.2.3a - use 3d data if vector magnitude not available 2024-03-21 21:08:08 +00:00
Graham Jones
0ef4ced31e V4.2.2 - Added support for OSD status reporting to PineTime watches 2024-03-16 22:01:50 +00:00
Graham Jones
092802cf1d Made mainactivity 'exit' menu function the same as mainactivity2 for consistency. 2024-02-27 13:23:54 +00:00
Graham Jones
34eb763ccd V4.1.0a - neural network model runs and prints pSeizure to logcat. 2022-09-20 11:55:34 +01:00
Graham Jones
c8c62db447 Changed default local data retention period to 7 days from 28 to reduce local database access times - work around for #63 2022-08-06 20:56:23 +01:00
Graham Jones
3fa884dcfb Added catch for null pointer exception - fixes #61 2022-08-06 20:37:00 +01:00
Graham Jones
0ea3cd91f3 Disabled repeat updating of data log manager screen so you can scroll right down the list of events without it jumping back to the start when it refreshes. 2022-08-06 19:22:46 +01:00
Graham Jones
443aa67067 Fixed issue with O2sat data not being recorded to data sharing database - V4.0.6 2022-06-04 23:10:43 +01:00
Graham Jones
6525a8ee8e Fixed issue with quotes in seizure description crashing the app 2022-05-28 21:24:17 +01:00
Graham Jones
277f6f68c5 Re-hashed log files to use system directory - will not fix android 10, but has it working again on my phone.... 2020-12-10 13:40:12 +00:00
Graham Jones
2312b44ee8 V3.6.1 - Possible fix for failure to shutdown problem, and expanded polish translation to all settings screens. 2020-11-13 13:21:25 +00:00
Graham Jones
fb4597284d V3.6.0 - Added phone sensor data source for demonstration / testing without a watch 2020-09-13 21:41:33 +01:00
Graham Jones
47d6df65a0 Merge branch 'V3.4' into V3.5 2020-08-22 11:13:49 +01:00
Graham Jones
9047a86544 Added UUID string to text messages to identify them as being from OpenSeizureDetector 2020-08-22 11:04:11 +01:00
Graham Jones
9ca16954d0 First go at generating broadcasts to request openseizuredetector Dialler to generate phone call alerts. 2020-08-20 21:15:58 +01:00
Graham Jones
66e13be06d Started to refactor SdDataSource to include a lot of the analysis and checking code in SdDataSourceGarmin - to simplify SDDataSourceGarmin and make it easier to create an SdDataSourceBLE bluetooth data source. NOT WORKING JUST YET - have broken something! 2020-08-06 22:14:16 +01:00
Graham Jones
f913285433 Added Spanish Translation by Cesareo Mario Guajardo Murillo 2020-08-02 21:12:16 +01:00
Graham Jones
b4c9d1d08d V3.2.0 - Added multiple language support 2020-04-18 20:26:29 +01:00
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
a2073314cf Merge branch 'master' into V3.2 2020-03-08 09:16:55 +00:00
Graham Jones
d37335e40c Beta test release V3.1.15a - Added German Language Support 2020-03-01 20:20:26 +00:00
Graham Jones
79c65284e4 Increased minimum SDK to Android 5 because of errors compiling for Android 4. Fixed web interface javascript (broken by V3.1.13). Separated Start-up and Main activity UI strings to resources so we can add translations 2020-02-27 20:58:26 +00:00
Graham Jones
3e9000c52a V3.1.13 - Fixed problem with network datasource not responding to FAULT conditions correctly 2020-02-16 19:30:14 +00:00
Graham Jones
8a09fe45cc Corrected web server mime types to get Garmin display working again. Also added HR alarm standing prameter to /data so network datasource should alarm correctly on HR alarm now. 2020-02-15 21:26:57 +00:00
Graham Jones
5df5ef66c6 Added support for watch info settins in SdDataSourceGarmin. Started converting to sqlite database data logging rather than text file. 2020-01-06 20:51:14 +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
238b3c504f V3.1.9 - quite a few changes - see Changelog.md 2019-06-22 11:41:58 +01:00
Graham Jones
54ce96aabb V3.1.8 - added READ_PHONE_STATE permission as lack of this was resulting in SMS failure on some phones. 2019-06-06 20:38:23 +01:00
Graham Jones
03402440ad V3.1.7 - Added mute function from Garmin Data Source watch buttons. 2019-04-28 22:21:47 +01:00
Graham Jones
be942b7798 V3.1.6 - made the cancel audible button cancel SMS alarms as well as audible beeps 2019-04-27 21:35:24 +01:00
Graham Jones
b33b0015bf V3.1.5 - fixed bug that crashed main activity screen when server was shutdown (introduced in 3.1.3) 2019-04-27 20:16:30 +01:00
Graham Jones
85d6d94f73 V3.1.4 - Added repeat beep during SMS send delay. 2019-04-25 21:59:21 +01:00
Graham Jones
fc24f4d000 V3.1.3 - Moved SMS timer creation to avoid an (intermittent?) fault about handlers and looper.prepare() 2019-04-22 23:17:10 +01:00
Graham Jones
111812300e V3.1.2 - Made fall alarms latch, irrespective of the latch alarm setting - this is because falls are transitory so to be useful the alarm has to latch so the user can tell what caused the beep. 2019-04-22 21:43:19 +01:00
Graham Jones
8013b5d56a V3.1.1 - Added delay before sending SMS alarm to give the user the chance to cancel it. 2019-04-22 21:17:51 +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
14d54ecaba V3.0.2 - Fixed problem with incorrect re-start when first accepting SMS permissions. 2019-03-06 20:34:01 +00:00
Graham Jones
e02117a689 V3.0.1 - Changed data log format 2019-02-21 19:54:27 +00:00
Graham Jones
eb73a5f615 V3.0.0 - With signed APK, and removed unused READ_PHONE_STATE permission 2019-02-15 19:52:18 +00:00