Skip to content

Releases: OpenSeizureDetector/Android_Pebble_SD

V4.2.10 - minor bug fixes

14 Jun 14:11
Compare
Choose a tag to compare
Pre-release

Fixes user reported bugs in V4.2.8 (#197, #196, #195)

Full Changelog: V4.2.8...V4.2.10

V4.2.8 - Release of V4.2 on Play Store

27 May 20:12
Compare
Choose a tag to compare

Release of V4.2 on Play Store

  • Introduces support for V2.0 and higher of the GarminSD watch app (which has reduced power consumption to extend battery life)
  • Introduces support for PineTime and BangleJS watches
  • Introduces a swipeable user interface to show additional information on different screens.

What's Changed

New Contributors

Full Changelog: V4.1.13...V4.2.8m

V4.2.8 - Stability Improvements

09 May 21:04
Compare
Choose a tag to compare
Pre-release

Stability improvements (fixed crash in export activity and occasional crash in fragments when re-starting.
Labelled BLE data source as BangleJS and BLE2 as Pinetime
Updated changelog for release on Play Store.

What's Changed

New Contributors

Full Changelog: V4.1.13...V4.2.8

BLE Data Source Improvements

14 Apr 19:36
446d2d1
Compare
Choose a tag to compare
Pre-release
  • Fixed problem with notifications in Android 13
  • Introduced a new 'BLE2' data source which uses the BLESSED library for BLE interaction - this should cure a lot of the odd behaviours seen with Bluetooth Data Source.
  • Improved start-up checks for permissions
  • Improved system re-start after changing settings, including BLE2 data source restart after connection loss.
  • Disabled the CNN algorithm by default as it is causing some false alarms (Issue #170)
  • Added watch signal strength history graph and watch battery history graph to main activity
  • Added watch data to the system screen of main activity.
  • Support for V2.0 and higher of the Garmin Watch App (to reduce battery consumption)

What's Changed

New Contributors

Full Changelog: V4.1.13...V4.2.7

BLE Data Source Improvements

13 Apr 21:43
9e421d5
Compare
Choose a tag to compare
Pre-release

V4.2.6 - Fixed problem with notifications in Android 13
- Improved start-up checks for permissions
- Improved system re-start after changing settings (but still not perfect!)
- Disabled the CNN algorithm by default as it is causing some false alarms (Issue #170)
- Added watch signal strength history graph and watch battery history graph to main activity
- Added watch data to the system screen of main activity.
- Support for V2.0 and higher of the Garmin Watch App (to reduce battery consumption)

What's Changed

New Contributors

Full Changelog: V4.1.13...V4.2.6

V4.2.4 - Prevent Crash

26 Mar 21:23
Compare
Choose a tag to compare
Pre-release

This release fixes a bug in previous V4.2.x versions whereby if the bluetooth system fails for some reason the app would crash silently. This fix should make it go into a FAULT state and give out FAULT pips to alert the user to the problem.
I do not know why the bluetooth system crashes occasionally for one of the users who is testing PineTime - it may be an Android 14 issue, but needs more investigation.

What's Changed

New Contributors

Full Changelog: V4.1.13...V4.2.4

V4.2.3 - Support for PineTime watches

24 Mar 16:49
Compare
Choose a tag to compare
Pre-release

V4.2.3 introduces support for the low cost PineTime watch, and fixes a number of bugs, including functionality of the Latch Alarms feature and enabling and disabling the various heart rate alarms individually.

What's Changed

New Contributors

Full Changelog: V4.1.13...V4.2.3

V4.1.13 - Bug Fixes

28 Jan 13:48
Compare
Choose a tag to compare

Fixed Issue with background service occasionally failing silently (without emitting annoying fault 'pip' sounds to alert the user to the fault).

V4.1.10 - Bug Fixes

28 Jul 19:49
Compare
Choose a tag to compare

As for V4.1.7 with bug fixes to correct a number of crashes reported by users, and add a fault pip if the heart rate data freezes and does not update for more than 1 minute.

V4.1.7 - Adaptive Heart Rate Alarms, and Experimental Machine Learning Algorithm

11 Jun 20:51
Compare
Choose a tag to compare

V4.1.7 adds the following features compared to V4.0.7:

  • Added Experimental Machine Learning (Artificial Intelligence) Detection Algorithm Option (CNN V0.24).
  • Added adaptive heart rate alarm functions.
  • Improvements to the Data Sharing screen (added an Export Data function to save data to a file, option to mark all unvalidated events as false alarm).
  • Added Polish Translations by Jacek Błoniarz-Łuczak.
  • Various bug fixes, in particular:
  1. Crash on Data Sharing Login Screen (#99) and other user-reported crashes.
  2. Excessive notifications generated on phone (#98)
  3. Heart Rate FAULT status did not re-set when valid heart rate data received (#95)