692 Commits

Author SHA1 Message Date
df543bc3bc Rename file 2026-04-30 10:55:48 +00:00
b2d9db1b16 Changed values 2026-04-29 14:33:04 +00:00
3bf922fcc0 Changed values and added checkbox 2026-04-29 13:53:49 +00:00
28641c538a Remove template 2026-04-29 12:19:07 +00:00
Graham Jones
1851fa76e6 Added application structure description file to help new developers 2025-11-14 21:25:34 +00:00
Graham Jones
ab2c2e69e6 Merge branch 'beta' 2025-09-08 21:54:42 +01:00
Graham Jones
f24e9f2040 Fixed Android-15 user interface layout problems (care of deepseek model, which knew that using LinearLayout as the root layout messed up insets for some reason, and suggested an alternative wrapper. 2025-07-19 21:05:35 +01:00
Graham Jones
4212860dc1 Update to target Android 15 (SDK 35) - had to do some adjustment to layout to make MainAcivity2 display correctly 2025-07-16 21:34:18 +01:00
Graham Jones
4d9c3009ce V4.3.0a - added grouping function to data sharing event editing screen 2025-07-14 18:58:54 +01:00
Graham Jones
0f55f105f8 Merge branch 'beta' 2025-03-28 20:18:22 +00:00
Graham Jones
9892aa43f4 V4.2.12 - added buttons and menu items for 'Help' and 'Troubleshooting' to point users to the web site instructions. 2025-03-20 23:04:54 +00:00
Graham Jones
24744abb80 Merge branch 'beta' 2025-02-14 19:41:03 +00:00
Graham Jones
d2c1cb0ae3 Build of V4.2.11 for Play Store main release 2025-02-14 19:39:42 +00:00
Graham Jones
5f8d6c0585 Started structure for grouping events in data sharing screen 2025-02-09 19:58:20 +00:00
Graham Jones
9ac505fc07 Merge branch '206-add-send-false-alarm-alert-function' into beta 2025-02-09 19:31:08 +00:00
Graham Jones
e844d2d2b0 V4.2.11d - removed data points count from data sharing screen to see if that speeds it up 2025-02-09 19:12:04 +00:00
Graham Jones
74d859d370 Build test version 4.2.11c which should have reduced data sharing network usage. 2025-02-09 16:44:54 +00:00
Graham Jones
89116d8a3e Increased check Events timer period from 60 sec to 600 sec to reduce data usage, and commented out the unused dataLogTimer 2025-02-09 15:51:57 +00:00
Graham Jones
0538610305 V4.2.12a - added menu option to send a 'False Alarm' SMS message 2024-12-27 20:22:04 +00:00
Graham Jones
f8c8ba6bf1 Merge pull request #203 from OpenSeizureDetector/202-unable-to-change-sms-count-down-timer
Added setting to allow the user to change the delay period before SMS…
2024-10-10 20:47:38 +01:00
Graham Jones
9311c28863 Increase build number to 148 to keep Play Store happy. 2024-10-10 20:15:06 +01:00
Graham Jones
9dfa830451 Merge branch '202-unable-to-change-sms-count-down-timer' into beta 2024-10-10 20:11:04 +01:00
Graham Jones
279534fc16 Revert "Started to add a simplified default main screen."
This reverts commit 83df18d77b.
2024-10-10 19:57:44 +01:00
Graham Jones
4768fcd352 Added setting to allow the user to change the delay period before SMS alert is sent (fixes #202) 2024-10-10 19:19:19 +01:00
Graham Jones
83df18d77b Started to add a simplified default main screen. 2024-10-10 18:14:04 +01:00
Graham Jones
db60f7f095 Updated permissions handling so it can target Android 14 (API 34) which is a requirement of Play Store 2024-07-12 20:36:09 +01:00
Graham Jones
c483795d44 Added settings to configure the flap detector algorithm 2024-06-30 23:00:05 +01:00
Graham Jones
404bc3108d Added crude flap detector to detect arm flapping motion in addition to default OSD shaking detector - all hard coded - not for public release!! 2024-06-29 21:27:51 +01:00
Graham Jones
df0ab065c6 Built V4.2.10 for play store 2024-06-14 15:06:00 +01:00
Graham Jones
e641f27829 Fixed crash if LogManager fails to start (FIXES #196) 2024-06-14 14:46:52 +01:00
Graham Jones
1816c10234 Added check that log manager mLm is not null before using it - FIXES #195 (well prevents it crashing the whole app anyway!) 2024-06-14 14:36:22 +01:00
Graham Jones
7871de926c V4.2.9 - fixed crash when using Polish translation and corrected network data source fault display on main screen. 2024-06-10 20:17:07 +01:00
Graham Jones
28dc9eabb4 Updated readme for new structure of development branches. 2024-06-06 19:21:50 +01:00
Graham Jones
ad72bb6fc0 Merge branch 'V4.2.x' 2024-05-27 21:03:55 +01:00
Graham Jones
d61539f980 Build V4.2.8 for play store 2024-05-09 22:01:43 +01:00
Graham Jones
a2ae6b939c Added CNN based seizure probability to OSDAlg fragment - addresses #189 and #182 2024-05-09 21:41:04 +01:00
Graham Jones
2782689caa Merge pull request #190 from OpenSeizureDetector/178-v427-banglejs2-does-not-work-with-new-ble2-data-source
178 v427 banglejs2 does not work with new ble2 data source
2024-05-09 21:27:24 +01:00
Graham Jones
c492e8616a Altered data source list to show BLE as BangleJS and BLE2 as PineTime 2024-05-09 21:20:15 +01:00
Graham Jones
bc56e842f4 Merge branch 'V4.2.x' into 178-v427-banglejs2-does-not-work-with-new-ble2-data-source 2024-05-09 20:37:15 +01:00
Graham Jones
296bf3b9f1 Merge pull request #188 from OpenSeizureDetector/176-v426-crash-when-opening-app-from-notification
Added exception catching to updateUI in an attempt to fix #176
2024-05-08 21:59:54 +01:00
Graham Jones
bcb5f80df5 Added exception catching to updateUI in an attempt to fix #176 2024-05-08 21:56:51 +01:00
Graham Jones
d47df2fb97 Merge pull request #187 from OpenSeizureDetector/185-crash-in-exportactivity-when-using-comma-as-decimal-separator
Introduced ParseToDoule function into mUtil as suggested by @AroonPro…
2024-05-08 21:42:39 +01:00
Graham Jones
54e0264cdd Introduced ParseToDoule function into mUtil as suggested by @AroonPro. I have used NumberFormat to do the parse as recommended by the Oracle java documentation. Fixes #185 2024-05-08 21:38:07 +01:00
Graham Jones
951f6b176a Update version number and logcat strings to help with debugging 2024-05-07 21:15:35 +01:00
Graham Jones
446d2d1831 Merge pull request #174 from OpenSeizureDetector/169-v424+-ble-data-source-issues_3rd-attempt
169 v424+ ble data source issues 3rd attempt
2024-04-14 20:32:33 +01:00
Graham Jones
27c7f7be7e Minor UI tidying up, built V4.2.7 for play store 2024-04-14 20:26:05 +01:00
Graham Jones
db9515cf31 Re-enabled auto reconnection in BLE2 data source - seems to be working well after several disconnect-reconnect cycles. 2024-04-14 19:55:41 +01:00
Graham Jones
9e421d51a5 Merge pull request #173 from OpenSeizureDetector/169-v424+-ble-data-source-issues_2nd_attempt
169 v424+ ble data source issues 2nd attempt
2024-04-13 22:39:08 +01:00
Graham Jones
5a14836df6 Updated changelog for V4.2.6 build 2024-04-13 22:37:28 +01:00
Graham Jones
dad8df1c15 Built V4.2.6 for beta testing 2024-04-13 22:23:37 +01:00