Commit Graph

213 Commits

Author SHA1 Message Date
Graham Jones
26f181309a Updated BLE data source to use neater 128 bit UUIDs (compatible with BangleJS v0.11) 2023-10-04 22:24:20 +01:00
Graham Jones
b339daa826 UI work in progress 2023-09-30 20:32:04 +01:00
Graham Jones
baf679489a Started on new main activity that will be based on fragments so user can select what information to display rather than having everything on one complicated screen. 2023-08-31 15:23:29 +01:00
Graham Jones
328dfedcbe Revert "Failed adding of auto-generated fragment based activity"
This reverts commit 72670bc65b.
2023-08-30 20:52:52 +01:00
Graham Jones
72670bc65b Failed adding of auto-generated fragment based activity 2023-08-30 20:48:27 +01:00
Graham Jones
c474dc30ee Merge branch 'V4.1.x' into V4.2.x 2023-08-30 19:57:21 +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
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
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
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
2f0671eec6 Added check for null return from reading profile from WebApiConnection - Fixes #99. 2023-06-11 20:13:47 +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
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
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
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
a23e67b760 Added settings for new Heart Rate Alarms 2023-03-01 21:12:20 +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
38f2e21e0c minor update to polish translation formatting 2023-02-15 20:25:32 +00:00
Graham Jones
f463ad3d4b Merged more Polish translation changes from Jacek - had to add some strings to the default values/strings.xml to build release version. 2023-02-15 19:02:46 +00:00
Graham Jones
9ca970572e V4.1.3l - extracted more hard coded strings to be translatable. 2023-02-12 19:39:05 +00:00
Graham Jones
cf0356a53b Corrected line endings on polish strings.xml 2023-02-11 21:10:47 +00:00
Graham Jones
451242c310 Extracted hard coded text in toast meassages to be translatable, and minor improvements to Polish translation by Jacek 2023-02-11 20:10:13 +00:00
Graham Jones
e71b8a3da9 Further updates to Polish translations and extracting more hard-coded strings to be translatable. 2023-02-10 22:00:49 +00:00
Graham Jones
d887dd263c Improved Polish translations from Jacek 2023-02-09 21:34:19 +00:00
Graham Jones
a6770a6fb7 Fixed some more hard-coded strings. 2023-02-09 20:59:51 +00:00
Graham Jones
0f47ab1ce7 Added translatable strings for some dialog button titles. 2023-02-09 19:38:48 +00:00
Graham Jones
22530cd968 V4.1.3e - more polish translations by Jacek 2023-02-09 18:04:42 +00:00
Graham Jones
42b21ca937 V4.1.3d - added settings option to inhibit the battery optimisation dialog in case it is annoying. 2023-02-07 20:47:56 +00:00
Graham Jones
3e9c04711f Tidied up default strings for main activity when server not running. 2023-02-06 20:33:40 +00:00
Graham Jones
200db5fba5 Added more Polish translations by Jacek Błoniarz-Łuczak (V4.1.3b) 2023-02-05 22:29:37 +00:00
Graham Jones
f4e5db2a44 V4.1.3a - fixed O2sat display in network data source 2023-02-03 20:38:15 +00:00
Graham Jones
315f5308b2 Starting V4.1.3 to fix issue with Network Data Source not showing SpO2 2023-02-03 13:31:12 +00:00
Graham Jones
3f1ff37680 V4.1.2 - Uses V0.24 of CNN 2022-10-28 20:46:46 +01:00
Graham Jones
0c4ba9f080 V4.1.2b - V0.23 of CNN 2022-10-28 20:07:40 +01:00
Graham Jones
eb9b0477e4 Merge branch 'V4.0.x' into V4.1.x 2022-10-26 23:08:21 +01:00
Graham Jones
b27653dcbb Added user interface for NDA logging (menu in data log manager) 2022-10-25 20:21:46 +01:00
Graham Jones
ce5e1b4074 Added time limit for NDA logging so it stopps logging after a given period - needs checking though as it might not work... 2022-10-23 22:47:25 +01:00
Graham Jones
245f12b076 V4.1.1 - Upgraded CNN to v0.20 2022-10-20 21:25:42 +01:00
Graham Jones
31e68eef86 V4.1.0 - Uses CNN V0.12 2022-10-02 21:24:27 +01:00
Graham Jones
28891df0cf Added printout of rawdata to doAnalysis to help with debugging BLE connection 2022-10-01 13:20:40 +01:00