Skip to content

Latest commit

 

History

History
80 lines (47 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

80 lines (47 loc) · 1.47 KB

1.0.0

  • first stable release
  • update to Bluetooth permissions in demo app
  • improved handling of disconnection

0.7.0

  • Upgrade of Kotlin and AGP
  • Dart fix

0.6.2

  • Added podspec file to iOS

0.6.1

  • fixed bug in sampling rate configuration on Android
  • small improvement to API doc and example app

0.6.0

  • moved permission handling to app level
  • improved on iOS implementation
  • improvement to example app
  • improvement to README

0.5.0

  • upgrade to Android embedding v2

0.4.3

  • fix of error in setSamplingRate method on iOS

0.4.0

  • upgrade to null-safety

0.3.0

  • singleton changed to recommended dart style using ESenseManager().
  • fixed bug in reconnection.
  • updated the Android app to post 1.12 Android project.
  • small improvement to the demo app (now supports connection via a button).

0.2.1

  • updated Swift implementation to version 5

0.2.0+2

  • update to readme on iOS
  • added bluetooth permission to Info.plist

0.2.0+1

  • small update to documentation

0.2.0

  • support for iOS implemented
  • improved example app
  • improvement to documentation

0.1.3

  • sampling rate can be set before connecting to device.

0.1.2

  • small improvement to the example app (still not very good though...)

0.1.1+1

  • update of readme documentation on API.

0.1.0

  • Initial release supporting 1st released version of the Android eSense library, dated April 2019.