Graham Jones
f913285433
Added Spanish Translation by Cesareo Mario Guajardo Murillo
2020-08-02 21:12:16 +01:00
Graham Jones
308732e386
Added Spanish Translation by Cesareo Mario Guajardo Murillo
2020-07-29 22:43:50 +01:00
Graham Jones
b4c9d1d08d
V3.2.0 - Added multiple language support
2020-04-18 20:26:29 +01:00
Graham Jones
48ade0ba6f
Updated Sweedish Translation (Thank you Andreas and Marie Ekstrom!
2020-04-16 21:58:49 +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
Graham Jones
9d09512b6d
Added Russian translation by Pavel Losevsky
2020-04-01 19:42:24 +01:00
Graham Jones
6f674d6c60
Moved Basic Settings text into strings.xml so it can be translated.
2020-03-30 19:54:20 +01:00
Graham Jones
a7188eee0e
Added a default basic mode, with a lot less settings visible.
2020-03-29 22:26:29 +01:00
Graham Jones
95f3dd7d96
Added authorisation dialog - doesn't do anything yet, which is a shame considering how much code it took!
2020-03-11 19:41:48 +00:00
Graham Jones
a2073314cf
Merge branch 'master' into V3.2
2020-03-08 09:16:55 +00:00
Graham Jones
d37335e40c
Beta test release V3.1.15a - Added German Language Support
2020-03-01 20:20:26 +00:00
Graham Jones
1b5920dac0
Added apk for V3.1.14
2020-02-29 19:54:10 +00:00
Graham Jones
38f40ea471
Merge branch 'master' of https://github.com/OpenSeizureDetector/Android_Pebble_SD
2020-02-27 20:59:50 +00:00
Graham Jones
79c65284e4
Increased minimum SDK to Android 5 because of errors compiling for Android 4. Fixed web interface javascript (broken by V3.1.13). Separated Start-up and Main activity UI strings to resources so we can add translations
2020-02-27 20:58:26 +00:00
Graham Jones
aa72d3ff27
Update README.md
2020-02-16 20:23:39 +00:00
Graham Jones
31a0748d77
Update README.md
2020-02-16 20:23:13 +00:00
Graham Jones
3e9000c52a
V3.1.13 - Fixed problem with network datasource not responding to FAULT conditions correctly
2020-02-16 19:30:14 +00:00
Graham Jones
8a09fe45cc
Corrected web server mime types to get Garmin display working again. Also added HR alarm standing prameter to /data so network datasource should alarm correctly on HR alarm now.
2020-02-15 21:26:57 +00:00
Graham Jones
5df5ef66c6
Added support for watch info settins in SdDataSourceGarmin. Started converting to sqlite database data logging rather than text file.
2020-01-06 20:51:14 +00:00
Graham Jones
f40c363808
Starting to add an activity to query the database
2019-11-12 11:15:42 +00:00
Graham Jones
14fce1b6e1
Added logging to local database
2019-11-10 22:03:34 +00:00
Graham Jones
384bb7c9a3
V3.11 - Fixed heart rate reporting in network datasource
2019-10-23 20:18:22 +01:00
Graham Jones
102a5c2a94
V3.1.10 - Added user option to treat null heart rate as an alarm condition rather than a fault.
2019-10-20 18:01:00 +01:00
Graham Jones
74cde048ed
Merge branch 'V3.1' of https://github.com/OpenSeizureDetector/Android_Pebble_SD into V3.1
2019-07-11 19:58:30 +01:00
Graham Jones
0c5e7e2d2d
V3.1.9 - fixed problem with crash of start-up activity in Android 9, and got warnings working for Garmin Data Source
2019-07-11 19:57:14 +01:00
Graham Jones
69e3668649
Produced some unit tests for the seizure detection algorithm
2019-06-23 16:59:24 +01:00
Graham Jones
238b3c504f
V3.1.9 - quite a few changes - see Changelog.md
2019-06-22 11:41:58 +01:00
Graham Jones
54ce96aabb
V3.1.8 - added READ_PHONE_STATE permission as lack of this was resulting in SMS failure on some phones.
2019-06-06 20:38:23 +01:00
Graham Jones
03402440ad
V3.1.7 - Added mute function from Garmin Data Source watch buttons.
2019-04-28 22:21:47 +01:00
Graham Jones
350f48c167
Merge branch 'V3.1' of https://github.com/OpenSeizureDetector/Android_Pebble_SD into V3.1
2019-04-27 21:36:33 +01:00
Graham Jones
be942b7798
V3.1.6 - made the cancel audible button cancel SMS alarms as well as audible beeps
2019-04-27 21:35:24 +01:00
Graham Jones
6c31fa8aea
V3.1.6 - made the cancel audible button cancel SMS alarms as well as audible beeps
2019-04-27 21:24:38 +01:00
Graham Jones
b33b0015bf
V3.1.5 - fixed bug that crashed main activity screen when server was shutdown (introduced in 3.1.3)
2019-04-27 20:16:30 +01:00
Graham Jones
85d6d94f73
V3.1.4 - Added repeat beep during SMS send delay.
2019-04-25 21:59:21 +01:00
Graham Jones
fc24f4d000
V3.1.3 - Moved SMS timer creation to avoid an (intermittent?) fault about handlers and looper.prepare()
2019-04-22 23:17:10 +01:00
Graham Jones
111812300e
V3.1.2 - Made fall alarms latch, irrespective of the latch alarm setting - this is because falls are transitory so to be useful the alarm has to latch so the user can tell what caused the beep.
2019-04-22 21:43:19 +01:00
Graham Jones
8013b5d56a
V3.1.1 - Added delay before sending SMS alarm to give the user the chance to cancel it.
2019-04-22 21:17:51 +01:00
Graham Jones
b29d346c9d
V3.1.0 - Added simple fall detection algorithm to Garmin/Pebble data source
2019-04-07 20:48:40 +01:00
Graham Jones
33a11f0e73
V3.0.4 - Fixed problem with crashing after server stopped, and crash when selecting install watch app menu option. And I think I have finally sorted the problem of multiple
...
versions of the server running...but might be wrong - clsoe the issue anyway and see what happens.
Also tidied up main app screen when server stopped or in fault condition.
Closes #13 , Closes #12 , Closes #11
2019-03-17 13:41:48 +00:00
Graham Jones
cb2bf280e0
V3.0.3 - Fixed problem with app crash on phone boot
2019-03-06 21:04:21 +00:00
Graham Jones
06493bc579
Merge branch 'V3.0' of https://github.com/OpenSeizureDetector/Android_Pebble_SD into V3.0
2019-03-06 20:34:35 +00:00
Graham Jones
14d54ecaba
V3.0.2 - Fixed problem with incorrect re-start when first accepting SMS permissions.
2019-03-06 20:34:01 +00:00
Graham Jones
894ea54c90
V3.0.2 - Fixed problem with incorrect re-start when first accepting SMS permissions.
2019-02-27 21:48:06 +00:00
Graham Jones
e02117a689
V3.0.1 - Changed data log format
2019-02-21 19:54:27 +00:00
Graham Jones
966a0f8e56
Merge branch 'V3.0' of https://github.com/OpenSeizureDetector/Android_Pebble_SD into V3.0
2019-02-17 20:09:09 +00:00
Graham Jones
0d9b19200b
Merge branch 'V3.0' of https://github.com/OpenSeizureDetector/Android_Pebble_SD into V3.0
2019-02-17 20:07:53 +00:00
Graham Jones
906289887a
Merge branch 'V3.0' of https://github.com/OpenSeizureDetector/Android_Pebble_SD into V3.0
2019-02-15 20:17:07 +00:00
Graham Jones
ae39c9edcf
Merge branch 'V3.0' of https://github.com/OpenSeizureDetector/Android_Pebble_SD into V3.0
2019-02-15 20:15:40 +00:00
Graham Jones
0638354ed6
Merge branch 'V3.0' of https://github.com/OpenSeizureDetector/Android_Pebble_SD into V3.0
2019-02-15 19:54:25 +00:00
Graham Jones
eb73a5f615
V3.0.0 - With signed APK, and removed unused READ_PHONE_STATE permission
2019-02-15 19:52:18 +00:00