Skip to content

6.14.0

Latest

Choose a tag to compare

@rkangast rkangast released this 28 Jan 10:51
· 2 commits to master since this release
6.14.0
b43e11d

Android SDK Changes

Feature: Status bit of PPG recording result is replaced by statuses per channel. You do not need to calculate the status anymore as they are readily provided with PPG data.
Feature: Data transfer error codes are now enumerated. Error codes from data transfer error are now more descriptive.
Feature: API setUserDeviceSettings now supports enabling and disabling creation of AUTOS files. NOTE! supported by Polar devices. Polar360 devices will get this feature in version 5.0 firmware.
Feature: Nightly average skin temperature will be retrieved with other sleep data, if available.
Feature: Date/time output formats have been unified for all exported data with iOS SDK. NOTE! Usage of java.util-library for handling date and times has been replaced with java.time-library. This change will require changes to your API calls.

iOS SDK Changes

Feature: Status bit of PPG recording result is replaced by statuses per channel. You do not need to calculate the status anymore as they are readily provided with PPG data.
Feature: Data transfer error codes are now enumerated. Error codes from data transfer error are now more descriptive.
Feature: API setPolarUserDeviceSettings) now supports enabling and disabling creation of AUTOS files. NOTE! This feature is not yet supported by Polar devices. Polar360 devices will get this feature in version 5.0 firmware.
Feature: Nightly average skin temperature will be retrieved with other sleep data, if available.
Feature: Date/time output formats have been unified for all exported data with iOS SDK.
Bugfix: Fixed a bug where missing PMD delta sampled data from device caused crash upon data sample boundary check #766
Bugfix: Fixed a bug where timestamp delta calculation fails if the previousTimeStamp is invalid #765
Bugfix: Fixed a bug where deleting older AUTOS files did not work. The deleteStoredDeviceData could completely omit older files than the until date.
Bugfix: Fixed a bug where get247HR data did not return data for today. #757
Bugfix: iOS SDK: iOS Crash when parsing PmdOfflineTrigger
Bugfix: Github issue: [iOS] SkinTemperatureData: Parsing fails when device returns sampleRate = 0 #767
Bugfix: Github issue: [iOS] BlePmdClient: Missing boundary check causes crash on truncated data #766
Bugfix: emptyQueueSignal error from observeExerciseStatus() method call is no longer returned as such but has been wrapped into BlePsFtpException with clear word error message.

Example app news

Both example apps for Android and iOS have been updated. Update contains bug fixes and new features like views for online HR and ACC stream graphs and possibility to view online, offline and 24/7 data on the example PSDC app.