Graham Jones
|
114a6ba045
|
V4.1.0g - Uses V0.09 of the CNN algorithm.
|
2022-09-30 22:27:04 +01:00 |
|
Graham Jones
|
45f2b0d5e9
|
V4.1.0f - added V0.07 of CNN and added option to mark unverified events as false alarms
|
2022-09-26 21:06:39 +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
|
e56284c79d
|
V4.1.0d - uses best_model_v0.05
|
2022-09-25 18:38:15 +01:00 |
|
Graham Jones
|
715c8830d3
|
V4.1.0c - uses v0.04 of CNN model
|
2022-09-24 18:18:25 +01:00 |
|
Graham Jones
|
bcb74b1fa0
|
V4.0.1b - added pSeizure to data returned by web interface.
|
2022-09-23 22:53:23 +01: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
|
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
|
a66709e5ba
|
V4.0.5 - add support for 3d data logging + minor bug fixes
|
2022-06-04 21:38:19 +01:00 |
|
Graham Jones
|
6a0ff7e4c1
|
V4.0.5c - support for 3d acceleration data
|
2022-06-03 21:14:51 +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
|
03d3ea6269
|
First go at adding support for 3d Data - it still expects 1D data to be provided and uses that - the 3d data is just passed through to the JSON strings stored in the database or sent by the web interface on request. NOT TESTED!!!!
|
2022-04-24 21:06:55 +01:00 |
|
Graham Jones
|
9d0db26cd6
|
V4.0.4 - Added data source name to event data, tidied upgrade changelog text.
|
2022-04-14 11:03:24 +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
|
0d772f230b
|
Reduced amount of settings data stored in datapoints table to reduce storage. Modified sdserver so that remote logging is disabled when using network datasource to avoid duplication of data.
|
2022-04-12 17:05:55 +01:00 |
|
Graham Jones
|
3e9ec5ed81
|
Added dataJSON field to events table so we can store watch app version etc. with the event rather than every datapoint.
|
2022-04-11 23:47:15 +01:00 |
|
Graham Jones
|
9a07633276
|
Added confirm dialog to the "mark unvalidated events as unknown" function.
|
2022-04-11 20:48:22 +01:00 |
|
Graham Jones
|
9ec3e05e74
|
Compiles using abstract WebApiConnection. Choice of backend is hard coded in LogManager. Authenticate Activity will now work with osdapi backend yet - needs to switch UI depending on which backend is in use.
|
2022-04-07 22:10:43 +01:00 |
|
Graham Jones
|
883b22a634
|
Got event editor working and manual reporting of seizures. Fixed a few crashes from event upload so should probably check the logic because I don't think it should have crashed!
|
2022-03-23 21:14: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
|
7d307529b4
|
Added cancel buttons to permissions dialogs. Fixed crash from issue #45
|
2022-03-10 19:51:23 +00:00 |
|
Graham Jones
|
1bd7eb7314
|
Updated Permissions requests to split into 3 groups, and made the rationale screens consistent with the 'Prominent Disclosure' text required by Google Play Store.
|
2022-03-05 16:16:05 +00:00 |
|
Graham Jones
|
952a4a9304
|
V4.0.0s - fixed issue with system not shutting down properly after enabling SMS alarms.
|
2022-03-04 20:47:34 +00:00 |
|
Graham Jones
|
4017cfac79
|
Fixed problem with Android 11 permissions preventing location based SMS text messages sending.
|
2022-03-04 16:46:41 +00:00 |
|
Graham Jones
|
d6b397b6e2
|
Added Slovenian translation (from Andrej Žgavec). Had to update build.gradle dependencies to get it to compile
|
2022-03-02 23:32:14 +00:00 |
|
Graham Jones
|
4b67646eea
|
Updated to restore compatibility with Android V6 (removed use of Consumer for callbacks)
|
2022-03-01 23:34:46 +00:00 |
|
Graham Jones
|
8b196f4f37
|
V4.0.0n - Fixed issue with system not being able to shut down after using the EditEvent activity. Improvements to wording of about and intorduction dialogs.
|
2022-03-01 13:55:44 +00:00 |
|
Graham Jones
|
93f9d1ab11
|
Fixed issue with O2sat being displayed as -1% if there is no O2 sensor - now shows '---%' for no data.
|
2022-02-28 20:33:43 +00:00 |
|
Graham Jones
|
a53131409d
|
Incremented version code to 93 to keep Google Play store happy...
|
2022-02-27 22:28:26 +00:00 |
|
Graham Jones
|
568bd98f27
|
Version 4.0.0 for Beta testing
|
2022-02-27 21:08:37 +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
|
39ea02020f
|
Fixed issue where web server would send data to the analysis routines even if data source is not set to Garmin, causing conflicts with the selected data source.
|
2022-02-21 12:23:31 +00:00 |
|
Graham Jones
|
1535e1cd2b
|
Fixed but in seizure detection algorithm that meant that the alarmRatioThreshold only really increased in units of 10 (if you specified 50 to 59, it would only alarm if the actual ratio exceeded 60).
|
2022-02-18 23:32:30 +00:00 |
|
Graham Jones
|
fb4ea0dcad
|
Fixed data log manager crash if there are no remote events, and fixed issue with some versions of sqlite not liking me using 'false' to mean '0' - I don't know why it worked on my test phone!
|
2022-02-14 20:20:08 +00:00 |
|
Graham Jones
|
ed5863b16a
|
Progress with app shutdown - it now usually shuts down correctly, but logging out of data sharing is still a problem.
|
2022-02-13 22:14:26 +00:00 |
|
Graham Jones
|
b24c448528
|
Tidied up shared data manager and added highlighting for unconfirmed seizures and real seizures.
|
2022-02-09 19:53:55 +00:00 |
|
Graham Jones
|
d2874cc031
|
Added dividers in main activity menu
|
2022-01-31 21:18:43 +00:00 |
|
Graham Jones
|
93e68dfb0b
|
Draft D of V4.0.0 built
|
2022-01-29 22:03:38 +00:00 |
|
Graham Jones
|
e973154896
|
Added data sharing status text field to main activity
|
2022-01-29 19:57:56 +00:00 |
|
Graham Jones
|
fd1aff80b1
|
Fixed problem with default logging preference settings being incorrect
|
2022-01-28 23:04:44 +00:00 |
|
Graham Jones
|
438f0cb0b9
|
Tidied up menus and button labels - call this version 4.0.0a - very alpha but it does most of what it needs to :)
|
2022-01-27 22:46:32 +00:00 |
|
Graham Jones
|
bdd7b49358
|
Updated WebApiConnection to use callbacks rather than interfaces, moved the shared preference handling code into SdServer so it is all together. Updated the various activities to use the single instance of LogManager and WebApiConnection in SdServer rather than creating new instances which are likely to resuld in duplicate data being uploaded.
|
2022-01-23 22:13:38 +00:00 |
|
Graham Jones
|
1c20387753
|
Added edit event activity. Populates event type and sub-type from file stored on remote server. Needs to actually retrieve the event data from the remote database and save it befor eit is working properly.
|
2022-01-15 22:16:37 +00:00 |
|
Graham Jones
|
f303adef50
|
Added 'Report Seizure' activity. UI seems to work, but database part that looks for the closest datapoint is not working.
|
2022-01-05 21:55:50 +00:00 |
|
Graham Jones
|
5d9f920b2c
|
Added activity to view the remote database data - needs to point to a (not yet written) ReactJS based page - just shows the API raw data at the moment.
|
2022-01-05 19:49:23 +00:00 |
|
Graham Jones
|
8a2bbd1cfb
|
Added LogManagerControl activity to view and control the status of the LogManager
|
2022-01-05 18:03:46 +00:00 |
|
Graham Jones
|
0a405af092
|
Starting on an Autenticate activity to obtain access token - the POST parameters are not working yet....
|
2021-12-12 06:21:19 +00:00 |
|