Releases: polarofficial/polar-ble-sdk
Releases · polarofficial/polar-ble-sdk
Polar Ble SDK v.3.3.6
iOS SDK updates:
- Fix for issue #309:
- Issue #309 was regression because of the Bluetooth State Preservation and Restoration implementation in Release 3.3.4
- Previous attempt to fix the regression in release 3.3.5 did not work.
- Please do not use the Release 3.3.4 or 3.3.5
Android SDK updates:
- No changes
Polar Ble SDK v.3.3.5
Polar Ble SDK v.3.3.4
iOS SDK updates:
- Read speed is now much faster when reading the exercise stored on H10 memory
- iOS SDK now supports the Bluetooth State Preservation and Restoration
Android SDK updates:
- Read speed is now much faster when reading the exercise stored on H10 memory
Polar Ble SDK v.3.3.3
iOS SDK updates:
- No changes
Android SDK updates:
- Android minimum SDK is lifted from 21 to 24.
- Enhancements and small bug fixes
Polar Ble SDK v.3.3.2
Polar Ble SDK v.3.3.1
iOS SDK updates:
- No changes
Android SDK updates:
- automatic connection function got broken in release 3.3.0. Fixed.
Polar Ble SDK v.3.3.0
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
Polar Ble SDK v.3.2.10
iOS SDK updates:
- No changes
Android SDK updates:
- minor enhancements and bug fixes
Polar Ble SDK v.3.2.9
iOS SDK updates:
- No changes
Android SDK updates:
-
Android SDK is now available via JitPack. To get Android SDK using the gradle dependencies:
- Add the JitPack repository to your build file
allprojects { repositories { ... maven { url 'https://jitpack.io' } } }
- Add the dependency
dependencies { ... implementation "com.github.polarofficial:polar-ble-sdk:3.2.9" ... }
Polar Ble SDK v.3.2.8
iOS SDK updates:
- No changes
Android SDK updates:
- API documentation enhanced related to BLE device search. The api function backgroundEntered is deprecated. However, the foregroundEntered is still relevant for the SDK.