Skip to content

Polar Ble SDK v.3.3.0

Compare
Choose a tag to compare
@JOikarinen JOikarinen released this 18 May 07:43
· 157 commits to master since this release

iOS SDK updates:

  • if the client is listening the Polar HR broadcast with startListenForPolarHrBroadcasts the client were reported with duplicate data. Filtering enhanced to filter away the duplicate data.

Android SDK updates:

  • if the client is listening the Polar HR broadcast with startListenForPolarHrBroadcasts the client were reported with duplicate data. Filtering enhanced to filter away the duplicate data.
  • ProGuard setup enhanced. The needed proguard rules are embed into to the library so the client using the SDK don't need any setup related to BLE SDK.
  • sources are released together with .aar to help users of SDK to see actual implementation of SDK API in the used IDE (e.g. Android Studio)
  • Fix #155
  • Fix #263