Commit Graph

104 Commits

Author SHA1 Message Date
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
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
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
279534fc16 Revert "Started to add a simplified default main screen."
This reverts commit 83df18d77b.
2024-10-10 19:57:44 +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
a2ae6b939c Added CNN based seizure probability to OSDAlg fragment - addresses #189 and #182 2024-05-09 21:41:04 +01:00
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
568c932101 Added watch data to system fragment on main display, including watch signal strength 2024-04-13 21:00:03 +01:00
Graham Jones
dee2bcc3b8 Fixed notifications and Bluetooth permissions issues on Android 13 Go. Re-start of the app improved to reduce the chance of leaving part of background service running, but this may make startup activity seem less stable. 2024-04-06 20:41:04 +01:00
Graham Jones
df9465dfb2 Tidied up BLE scan activity a bit 2024-01-21 21:05:09 +00:00
Graham Jones
36582f07e3 Started on battery history screen for new UI - not working yet, but it runs without crashing 2024-01-20 20:38:30 +00:00
Graham Jones
2cfb63fc2b Added data time and time diffrence between data points to main activity2 common fragment 2024-01-20 19:59:52 +00:00
Graham Jones
d8b3582291 Tidied up new user interface (and fixed problem with re-loading only activity from Android Studio) 2024-01-19 20:49:41 +00:00
Graham Jones
0cf40b9d21 Formatted HR history graph 2024-01-13 20:37:39 +00:00
Graham Jones
f81a6e7dde Partial merge of the HR history graphs by @AroonPro - still need to add averaging option and then make the x scale user selectable - it is 3 hours at the moment 2024-01-13 13:42:38 +00:00
Graham Jones
b339daa826 UI work in progress 2023-09-30 20:32:04 +01:00
Graham Jones
26cc18a17d Switched to material theme. Added detail to system fragment. Tidied up common fragment a bit. 2023-09-02 23:17:23 +01:00
Graham Jones
3ce91f89ab Added the main fragments for the new main activity - still need to populate them and add the main menu, but swiping between them works 2023-09-01 21:43:42 +01:00
Graham Jones
d2577c1e0e Added pager so we can swipe between fragments - only have two dummy fragments so far though - need to port the original mainActivity display components to separate fragments next. 2023-08-31 21:02:00 +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
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
0a57ff0ae0 Added ExportData function, and fixed issue with fault showing for HR and O2sat. 2023-06-03 19:30:04 +01: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
f504b15717 Fixed issue with location permissions for Android versions <10 (fixes #75), and added more Polish translations by Jacek. 2023-02-04 21:01:40 +00:00
Graham Jones
b65b0814d9 Added some Polish strings 2023-02-03 13:44:02 +00: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
726369c308 V4.1.0e - Upgraded cnn to V0.06. Tidied up main menu a bit. Added active algorithm display to main activiy. Pulled all of the algorithm activiation checkboxes to the top of the seizure detection settings so they are easier to find. 2022-09-25 20:20:17 +01:00
Graham Jones
5ec46802a3 Added settings to enable the original OSD or the new neural network algorithms (or both). Display the seizure probability from the neural network on the main screen. Add seizure probability to the data stored with the datapoints in the database. 2022-09-20 16:58:40 +01:00
Graham Jones
e953887a4b Added "Demo Mode" when phone data source is selected and highlighted it in warning colour - fixes #56. 2022-08-06 20:52:45 +01:00
Graham Jones
1eb2333a8d Added option to include warnings in data log manager shared data list - also adds progress bar to show something is happening. Fixes #64 2022-08-06 20:14:14 +01:00
Graham Jones
9148da0597 Added seizure type and notes entry to report seizure activity. V4.0.4b 2022-04-12 23:34:16 +01:00
Graham Jones
18c3331024 Tidied up Authenticate Activity to put Login button below username and password, which is more conventional. 2022-04-12 21:09:06 +01:00
Graham Jones
2f326e6301 Updated changelog for V4.1 2022-04-10 21:18:11 +01:00
Graham Jones
c0fdc10dcd Progressing with making app compatible with either osdapi or firebase backend - still crashing sometimes, so need to fix that...and reported IDs of events look wrong for the osdapi backend. 2022-04-09 21:58:26 +01:00
Graham Jones
7042891ef2 Got remote events list working. Edit event still fails to update firebase with odd error about arrays not being supported...but we are not trying to send an array.... 2022-03-21 22:50:23 +00:00
Graham Jones
542fc42e5d Starting to convert to Google Firebase backend. Authentication working and starting on WebApiConnection 2022-03-18 18:13:07 +00:00
Graham Jones
5b877820c4 V4.0.0 - updated about dialog text to make it tidier. Added buttons for privacy policy to dialogs. 2022-03-11 18:33:51 +00:00
Graham Jones
a8d3b5cc4d Used Android Studio Refactor tool to convert to AppCompat (had to change some references back to just Activity to get it to compile 2022-03-01 23:48:30 +00:00
Graham Jones
dc27b5eb67 Added notification to alert the user if data sharing is not enabled, and provide information on why it is good to enable it. 2022-02-27 19:43:01 +00:00
Graham Jones
26690efa11 Version 4.0.0k - Added userId and username to authenticate activity so user knows who they are logged in as. 2022-02-25 21:42:10 +00:00
Graham Jones
070fdd9aec Added event ID to data log manager so users can refer to it when asking for advice. 2022-02-23 22:15:24 +00:00
Graham Jones
7148121a36 Moved system logging to use sqlite database rather than file - removed need for access external strage permission. 2022-02-22 22:21:36 +00:00