Skip to content

Releases: polarofficial/polar-ble-sdk

Polar Ble SDK v.3.3.6

12 Oct 05:15
Compare
Choose a tag to compare

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

11 Oct 11:40
Compare
Choose a tag to compare

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

Android SDK updates:

  • No changes

Polar Ble SDK v.3.3.4

06 Oct 09:57
Compare
Choose a tag to compare

iOS SDK updates:

Android SDK updates:

  • Read speed is now much faster when reading the exercise stored on H10 memory

Polar Ble SDK v.3.3.3

23 Sep 11:28
Compare
Choose a tag to compare

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

03 Jun 07:36
Compare
Choose a tag to compare

iOS SDK updates:

  • No changes

Android SDK updates:

  • fix on issue #277
  • enhancement on issue #266

Polar Ble SDK v.3.3.1

18 May 10:55
Compare
Choose a tag to compare

iOS SDK updates:

  • No changes

Android SDK updates:

Polar Ble SDK v.3.3.0

18 May 07:43
Compare
Choose a tag to compare

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

07 Apr 07:17
Compare
Choose a tag to compare

iOS SDK updates:

  • No changes

Android SDK updates:

  • minor enhancements and bug fixes

Polar Ble SDK v.3.2.9

28 Feb 09:00
Compare
Choose a tag to compare

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

21 Feb 06:57
Compare
Choose a tag to compare

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.