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 |
|
Graham Jones
|
256536fa4f
|
Minor tidying up - removing unused variables etc.
|
2022-02-21 20:13:57 +00:00 |
|
Graham Jones
|
66bf139d09
|
Fixed issue with V4 refusing to shutdown after logging into the data sharing system....I think :)
|
2022-02-20 20:32:13 +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
|
b53e646cb5
|
Simplified data log manager using radio button to select and deselect different parts of the UI
|
2022-02-05 22:31:28 +00:00 |
|
Graham Jones
|
4fb83d04c9
|
Added check of system battery usage optimisation with dialog to prompt user to disable it.
|
2022-02-05 20:40:32 +00:00 |
|
Graham Jones
|
dd7c01b8ea
|
Fixed data sharing status box text on MainActivity.
|
2022-02-03 20:44:09 +00:00 |
|
Graham Jones
|
d911d89e34
|
Added error checking for network connection issues - MainActivity logic needs correcting though - Airoplane mode shows as ok
|
2022-02-02 22:17:43 +00:00 |
|
Graham Jones
|
87088c63b9
|
Added checks on network status to data sharing status area
|
2022-02-01 22:40:05 +00:00 |
|
Graham Jones
|
d2874cc031
|
Added dividers in main activity menu
|
2022-01-31 21:18:43 +00:00 |
|
Graham Jones
|
c6a838fe1d
|
Changed LogManagerControlActivity to slow down UI updates once the UI is populated, not stop them alltogether
|
2022-01-29 20:52:29 +00:00 |
|
Graham Jones
|
02510d455d
|
Updated text from 'Remote Database' to 'Share Data'
|
2022-01-29 20:14:09 +00:00 |
|
Graham Jones
|
e973154896
|
Added data sharing status text field to main activity
|
2022-01-29 19:57:56 +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
|
7f9a61c2a5
|
Added New User Registration button to authentication activity
|
2022-01-27 15:05:11 +00:00 |
|
Graham Jones
|
203ffdc07f
|
Added notification of unvalidated events in the database that will take user to the log manager activity
|
2022-01-26 20:54:25 +00:00 |
|
Graham Jones
|
27a508ce88
|
Tidying up Authenticate activity
|
2022-01-26 19:15:52 +00:00 |
|
Graham Jones
|
13200e95b5
|
Added OSD Alarm state and refresh button to EditEventActivity
|
2022-01-21 10:40:16 +00:00 |
|
Graham Jones
|
cd5ef5192a
|
Modified EditEvent to use radiobuttons
|
2022-01-17 22:26:23 +00:00 |
|
Graham Jones
|
ff9bb06241
|
Populating ListViews for Event type and sub-type, but can't get the selected one to highlight. Will change to use spinners instead.
|
2022-01-17 18:34:49 +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
|
fefca589dd
|
Tidied up mute alarms button wording (in English!) to avoid the button expanding when muted.
|
2022-01-10 19:02:07 +00:00 |
|
Graham Jones
|
6f883cc318
|
Added 'Raise Alarm' button on main screen
|
2022-01-10 16:42:02 +00:00 |
|
Graham Jones
|
276f14afba
|
Added data logging preferences to settings page
|
2022-01-07 22:05:30 +00:00 |
|
Graham Jones
|
5294353bcf
|
Report seizure function now seems to be working. Added list of events to LogManagerControlActivity. Removed redundant files that look similar to the working code.
|
2022-01-07 20:02:06 +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 |
|
Graham Jones
|
276c9d7d1c
|
Re-enabled logging to local db
|
2021-12-10 21:39:52 +00:00 |
|
Graham Jones
|
d822fcf2e9
|
First go at adding support for O2 Saturation Data - it expects it to be included in the JSON data string as "O2Sat" in a similar way to heart rate.
|
2021-11-08 21:10:00 +00:00 |
|
Graham Jones
|
08a44d8127
|
V3.6.2 - Fix file permissions issue with Android 10 by using official internal storage folder.
|
2020-12-26 11:45:50 +00:00 |
|
Graham Jones
|
a18e2bfe4f
|
Made more settings strings translatable
|
2020-12-20 20:42:00 +00:00 |
|
Graham Jones
|
fc982d37ce
|
V3.6.2b - extracted more strings for translation
|
2020-12-18 13:32:41 +00:00 |
|
Graham Jones
|
c4094b25dd
|
V3.6.2a - possible fix of Android 10 log file permissions problem?
|
2020-12-10 13:50:41 +00:00 |
|
Graham Jones
|
2312b44ee8
|
V3.6.1 - Possible fix for failure to shutdown problem, and expanded polish translation to all settings screens.
|
2020-11-13 13:21:25 +00:00 |
|
Graham Jones
|
f09a3ad59f
|
Updated Polish translation for extra translatable strings.
|
2020-11-04 20:33:45 +00:00 |
|
Graham Jones
|
ee89e9acbe
|
extracted more strings for translations
|
2020-10-28 22:04:28 +00:00 |
|
Graham Jones
|
48b4a1e114
|
Adding more translations...
|
2020-10-28 21:24:23 +00:00 |
|
Graham Jones
|
4616a0ab64
|
Added extra translatable strings for preference headers
|
2020-10-17 22:13:46 +01:00 |
|
Graham Jones
|
fb4597284d
|
V3.6.0 - Added phone sensor data source for demonstration / testing without a watch
|
2020-09-13 21:41:33 +01:00 |
|
Graham Jones
|
47d6df65a0
|
Merge branch 'V3.4' into V3.5
|
2020-08-22 11:13:49 +01:00 |
|
Graham Jones
|
9047a86544
|
Added UUID string to text messages to identify them as being from OpenSeizureDetector
|
2020-08-22 11:04:11 +01:00 |
|
Graham Jones
|
8c4b8e3661
|
Build of V3.5.0 - Beta Test of Phone Call Alerts.
|
2020-08-20 22:02:06 +01:00 |
|
Graham Jones
|
9ca16954d0
|
First go at generating broadcasts to request openseizuredetector Dialler to generate phone call alerts.
|
2020-08-20 21:15:58 +01:00 |
|
Graham Jones
|
7e2dce8c67
|
Added button in settings to select BLE device. Note may have broken theme so UI looks odd - actionbar may be missing...
|
2020-08-08 21:31:34 +01:00 |
|
Graham Jones
|
66e13be06d
|
Started to refactor SdDataSource to include a lot of the analysis and checking code in SdDataSourceGarmin - to simplify SDDataSourceGarmin and make it easier to create an SdDataSourceBLE bluetooth data source. NOT WORKING JUST YET - have broken something!
|
2020-08-06 22:14:16 +01:00 |
|
Graham Jones
|
23bbf3f64d
|
Corrected V3.2.1 to use separate changelog string to simplify translations (means changelog will be in English though).
|
2020-08-02 21:52:39 +01:00 |
|
Graham Jones
|
f913285433
|
Added Spanish Translation by Cesareo Mario Guajardo Murillo
|
2020-08-02 21:12:16 +01:00 |
|
Graham Jones
|
4d042f4b59
|
Moved more hard coded text into string resources so they can be translated.
|
2020-04-02 20:44:14 +01:00 |
|