Skip to content

Releases: polarofficial/polar-ble-sdk

Polar BLE SDK v5.11.0

10 Jan 10:41
Compare
Choose a tag to compare

Android changes

doFirstTimeUse completes when all underlying operations are completed #515
Fix factory reset logic on firmware update #524
Cleanup broken links

iOS changes

Read nightly recharge data from the device
24/7 HR sample timestamps use device GMT time instead of local timezone
BleDisClient synchronizes access to its information dictionaries #503
Scan observers set is accessed in thread safe manner #510
Cleanup broken links

Polar BLE SDK v5.10.0

13 Dec 11:55
Compare
Choose a tag to compare

Android changes

Features

Read nightly recharge data from the device
Read 24/7 HR automatic samples from the device
Read calories data from the device

Bugfixes

Use theDate variable that gets mutated in the while loop condition instead of the fixed value start date: #505
deleteStoredDeviceData waits for files to be deleted: #498

iOS changes

Features

Read 24/7 HR automatic samples from the device
Check for firmware update availability

Bugfixes

Sleep data JSON file has correct values for sleepWakePhases
deleteStoredDeviceData waits for files to be deleted #498
Firmware update race conditions fixed #520, #496
Long SDK Offline recordings can be read and send, expose private func getSubRecordingCount as API function

Polar BLE SDK v5.9.0

27 Nov 14:54
Compare
Choose a tag to compare

What's Changed

The Firmware Update API URL has changed. To continue using the firmware update feature, updating to this version is needed.
Internal fixes to improve firmware update feature.
SDK API doFirstTimeUse() internal fix for operations order.
PMD control point command error handling is improved.

Polar Ble SDK v.5.8.0

01 Nov 09:39
Compare
Choose a tag to compare

What's Changed

Features:

Stored data can be deleted from the device
Device user settings can be get and set

Bugfixes:

Polar 360 LED animation states should be correct after first time use and firmware updates are performed
Firmware update fixes related for emitting update states and backup handling
Set warehouse sleep does not retain pairing data

Polar Ble SDK v.5.7.0

04 Sep 07:15
Compare
Choose a tag to compare

What's Changed

Firmware update can be performed with PolarBleApi.updateFirmware()
Support for pressure (barometer data) online streaming
iOS PolarSleepData fields are public

Polar Ble SDK v.5.6.0

31 Jul 10:34
Compare
Choose a tag to compare

What's Changed

Features:

Read active distance
Read active time
Read sleep data
Read steps data
Do sensor restart
Do first time use
Support for offline recording TEMP.REC files
Support for temperature streaming
Support for Verity Sense split offline recording files
Support for PPG FRAME_TYPE_7 with 17 channels.

Bugfixes:

Fixed bug "Read time gives wrong time (+1h)"
Fix: make PolarDiskSpaceData properties public (iOS)

Polar Ble SDK v.5.5.0

25 Oct 11:49
Compare
Choose a tag to compare

What's Changed

Verity Sense PPI mode LED can be enabled and disabled with PolarBleApi.setLedConfig()

Polar Ble SDK v.5.4.0

28 Sep 09:10
Compare
Choose a tag to compare

What's Changed

Adds factory reset feature PolarBleApi.doFactoryReset().

Polar BLE SDK v.5.3.0

08 Sep 09:16
Compare
Choose a tag to compare

What's Changed

(Available for 2.2.0 Beta testers) The Verity Sense SDK mode's blinking LED can be turned off with PolarBleApi.enableLedAnimation()

Polar Ble SDK v.5.2.0

11 Aug 11:02
Compare
Choose a tag to compare

iOS Specific SDK updates

PolarBleApiObserver.deviceDisconnected() is called with a pairingError in the case of 'Peer removed pairing information'.
This indicates to customer that the disconnection was caused by a pairing error. In this case, customer can remove pairing from the system settings.