Commit Graph

403 Commits

Author SHA1 Message Date
Graham Jones
c752e68b32 Merge branch 'V3.6' of https://github.com/OpenSeizureDetector/Android_Pebble_SD into V3.6 2020-10-17 22:22:28 +01:00
Graham Jones
4616a0ab64 Added extra translatable strings for preference headers 2020-10-17 22:13:46 +01:00
Graham Jones
d8c8ed4988 Update CREDITS.md 2020-10-03 16:35:19 +01:00
Graham Jones
217b8e7769 Added Polish Translation and built test release V3.6.1a 2020-10-03 16:22:22 +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
4e1948a3aa Added different aspect ratio system diagram, which is used on Facebook 2020-09-06 23:18:02 +01:00
Graham Jones
81ec419cbd Updated System drawing to include the SMS Annunciator app 2020-08-29 20:34:10 +01:00
Graham Jones
f2b3f767c2 Build of V3.5.0a for testing. Includes fix of BLE datasource not shutting down on request, and possible fix of the 'mToneGenerator is null' error. 2020-08-22 21:48:41 +01:00
Graham Jones
62e19e6ebe Fixed abrupt crash if BLE address is empty string, and created testing version of V3.5.0 2020-08-22 11:43:51 +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
b924519dd2 Added some automatic reconnection code for BLE data source. Still not as reliable as I would like though. 2020-08-16 22:28:12 +01:00
Graham Jones
3cc11dfab8 Added support for a battery level characteristic. 2020-08-12 20:42:45 +01:00
Graham Jones
4bafd15d7e First functioning version of BLE Datasource - runs ok with BangleJs OpenSeizure Widget 2020-08-11 21:22:49 +01:00
Graham Jones
8b46e1b42d Continuous reading of heart rate now working 2020-08-09 23:43:34 +01:00
Graham Jones
dc5a43040b BLE Service discovery working - next to check characteristics exist and subscribe to notifications from them. 2020-08-08 22:25:34 +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
3d9d47a757 Completed(?) refactor to move all of the self-checking timers and analysis into the parent class SdDatasource. This makes SdDataSourceGarmin a trivial class, but allows us to start on SdDataSourceBLE without needing loads of data processing code 2020-08-07 19:49:23 +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
f0dafdd6aa Merge branch 'V3.2' of https://github.com/OpenSeizureDetector/Android_Pebble_SD into V3.2 2020-08-02 21:56:24 +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
0bbd72ed59 Corrected V3.2.1 to use separate changelog string to simplify translations (means changelog will be in English though). 2020-08-02 21:41:52 +01:00
Graham Jones
d22a31fe28 Merge branch 'V3.2' of https://github.com/OpenSeizureDetector/Android_Pebble_SD into V3.2 2020-08-02 21:15:39 +01:00
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