692 Commits

Author SHA1 Message Date
Graham Jones
8c40afaab3 Revert "Update to gradle configuration as recommended by Android Studio buid analyser."
This reverts commit 9a7c559733.
2023-08-30 20:48:46 +01:00
Graham Jones
72670bc65b Failed adding of auto-generated fragment based activity 2023-08-30 20:48:27 +01:00
Graham Jones
9a7c559733 Update to gradle configuration as recommended by Android Studio buid analyser. 2023-08-30 20:40:43 +01:00
Graham Jones
c474dc30ee Merge branch 'V4.1.x' into V4.2.x 2023-08-30 19:57:21 +01:00
Graham Jones
0d74ddfb5d Updated default settings for Fidget detector, and built V4.1.12 for play Store 2023-08-29 15:54:49 +01:00
Graham Jones
dac1a2a0b8 Moved export data functionality to an AsyncTask to avoid ApplicationNotResponding warnings when exporting large amounts of data. 2023-08-29 15:37:46 +01:00
Graham Jones
0e71bcb608 Second attempt at V4.1.11 - explicity removed AD_ID permission in manifest to try to get rid of play store error 2023-08-26 09:53:53 +01:00
Graham Jones
a4b6a43008 V4.1.11 - Fixed crash when exporting larger amounts of data and added simple fidget detector to detect if watch is not being worn. 2023-08-21 20:53:48 +01:00
Graham Jones
08a7aecb4d Starting model manager for sdAlgNn 2023-08-21 14:32:54 +01:00
Graham Jones
bc455a2f7a V4.2.1a - added standard deviation threshold to ML Algorithm 2023-08-19 19:54:19 +01:00
Graham Jones
70f7a46764 Update to Target Android 13 (SDK33) as required by Play Store 2023-08-18 21:36:31 +01:00
Graham Jones
53db9482ba V4.1.10 built for Android Play Store 2023-07-28 20:46:02 +01:00
Graham Jones
17c82abc50 V4.1.10a - Added heart rate readings frozen fault warning. 2023-07-24 21:10:46 +01:00
Graham Jones
8e781fc092 V4.1.9 - Fixed issue with phone datasource generating continuous alarms if HR or O2SAT alarms enabled (Fixes #113) 2023-07-05 20:11:41 +01:00
Graham Jones
c539247c48 Moved notification display to onCreate rather than onStartCommand to try to avoid crash - might fix #106 2023-06-18 19:16:55 +01:00
Graham Jones
f1fa38214e Built V4.1.8 for play store 2023-06-17 21:50:01 +01:00
Graham Jones
8489d81816 Corrected HR algorithm to use average HR for average hr assessment, rather than current HR - fixes #105. Also updates main activity to highilight HR section if any HR algorithm goes into alarm. 2023-06-17 21:10:39 +01:00
Graham Jones
49cb28d431 Added traps for security exceptions in BLEScanActivity - Fixes #100 2023-06-17 20:48:35 +01:00
Graham Jones
ef95065a3a Added check for mDataPointsToUploadLst being null - fixes #102 2023-06-17 19:59:39 +01:00
Graham Jones
89a3bc8ff7 Merge branch 'V4.1.x' of https://github.com/OpenSeizureDetector/Android_Pebble_SD into V4.1.x 2023-06-17 19:45:40 +01:00
Graham Jones
3e61397eb5 Added adaptive and average heart rate data to SdData so that it is logged to the data sharing database. 2023-06-17 19:45:35 +01:00
Graham Jones
30dd421e7e Added adaptive and average heart rate data to SdData so that it is logged to the data sharing database. 2023-06-16 21:56:36 +01:00
Graham Jones
968f1bf883 V4.1.7 - built signed version for Play Store 2023-06-11 20:56:54 +01:00
Graham Jones
78b9f72829 Checks to see if notification is displayed correctly before showing notification - avoids multiple notification sounds etc. Fixes #98 2023-06-11 20:53:15 +01:00
Graham Jones
c527a5f5ca Reset HR Fault when valid HR data is received. Fixes #95. 2023-06-11 20:29:44 +01:00
Graham Jones
2f0671eec6 Added check for null return from reading profile from WebApiConnection - Fixes #99. 2023-06-11 20:13:47 +01:00
Graham Jones
50b2e3ea83 V4.1.6 - Built signed version for Play Store 2023-06-10 20:20:46 +01:00
Graham Jones
bfe02682e8 Removed fall detection from main screen algorithms display. Fixes #94 2023-06-10 20:18:17 +01:00
Graham Jones
d11b0c2beb Fixed issue with export data screen showing when selecting other menu items. Fixes #93 2023-06-10 19:55:43 +01:00
Graham Jones
72f73e4c3b Merge branch 'V4.1.x' of https://github.com/OpenSeizureDetector/Android_Pebble_SD into V4.1.x 2023-06-06 20:48:03 +01:00
Graham Jones
c3f31e4c3f V4.1.5 - Added progress spinner to export data screen, added header to exported .csv file, fixed another notification crash.
Fixes #84, #85, #90
2023-06-06 20:47:10 +01:00
Graham Jones
f825b7da85 V4.1.5 - Added progress spinner to export data screen, added header to exported .csv file, fixed another notification crash. 2023-06-06 20:45:48 +01:00
Graham Jones
70e7e2852b Fixed crash when showing unvalidated events notification. 2023-06-06 20:06:05 +01:00
Graham Jones
71b25ff844 V4.1.4 released on Play Store 2023-06-04 20:58:18 +01:00
Graham Jones
0a57ff0ae0 Added ExportData function, and fixed issue with fault showing for HR and O2sat. 2023-06-03 19:30:04 +01:00
Graham Jones
36ba4e2f77 Fixed issue with crashes starting on Android 12 - Fixes #80 2023-05-31 20:04:12 +01:00
Graham Jones
babfe74043 Upgraded to target SDK Level 31 for Google Play Store 2023-05-31 17:21:29 +01:00
Graham Jones
6e555a28df V4.1.3 for upload to play store 2023-05-31 16:47:46 +01:00
Graham Jones
27614c96f6 Updated changelog and version number 2023-05-31 16:37:20 +01:00
Graham Jones
f5f88074b3 Enabled alarm from the new HR alarm system 2023-05-31 16:29:35 +01:00
Graham Jones
591b4a8319 Enabled new SdAlgHr checks in SdDataSource - needs testing! 2023-04-28 20:37:01 +01:00
Graham Jones
2bac4a9522 Added average HR calculations to SdAlgHR - SdAlgHR still needs to be commissioned in SdDataSource class so it is used though. 2023-04-07 21:35:16 +01:00
Graham Jones
908e9a8563 Trying to get some automated tests working.... 2023-03-10 12:10:39 +00:00
Graham Jones
033c41a675 Adjusting text of heart rate alarm settings 2023-03-02 20:52:56 +00:00
Graham Jones
a23e67b760 Added settings for new Heart Rate Alarms 2023-03-01 21:12:20 +00:00
Graham Jones
0127a67fb0 Added dummy google-services.json to avoid compilation error. 2023-03-01 15:01:53 +00:00
Graham Jones
c31f0ac2ab V4.1.3m - update to Polish translation and fixed issue with system crash during alarm if failed to bring main activity to front. 2023-03-01 10:45:58 +00:00
Graham Jones
4b3b90765f Updated Adaptive Heart Rate report to include images of heart rate graphs 2023-02-26 20:23:25 +00:00
Graham Jones
d93d39332f Added documentation for proposed Adaptive heart rate alarm 2023-02-25 22:27:23 +00:00
Graham Jones
38f2e21e0c minor update to polish translation formatting 2023-02-15 20:25:32 +00:00