Skip to content

Releases: Ubudu/Android-IOT-SDK

Production release v1.6.4

01 Apr 09:05
Compare
Choose a tag to compare

Features added:

None

Improvements:

None

Issues addressed:

  • fixed bug when on some devices disconnection does not happen after Bluetooth is turned off

Production Release v1.6.3

18 Oct 12:51
Compare
Choose a tag to compare

Features added:

  • optional MTU negotiation
  • added long message protocol v3
  • more send API method variants
  • API for UART communication

Improvements:

  • performance improvements for faster connections and data handling (thanks to it this SDK is now capable of providing a live audio interphone feature over BLE LE)

Issues addressed:

None

NOTE: Callback methods are no longer called on a main thread. Please make sure you manipulate your UI on main thread properly.

Production Release v1.5.0

29 Dec 11:51
Compare
Choose a tag to compare

Features added:

  • extra argument to BleDevice send method that allows to specify write type
  • support for fast data streaming (e.g. audio)

Issues addressed:

  • peripheral manager unable to write data
  • DiscoveryManager.discover working only with the first instance of BleDevice filter provided as argument

Improvements:

  • cleaned API (see Readme.md for details)

Production Release v1.3.1

06 Jul 10:39
Compare
Choose a tag to compare

Improvements:

  • Bluetooth LE discovery stability improvements due to longer scanning period and longer pause between scans

Production Release v1.3.0

06 Jul 10:41
Compare
Choose a tag to compare

Features added:

  • Continuous BLE devices scanning until declared duration has passed or particular device chosen as correct

Improvements:

  • Refactored API for communication with the Ubudu dongle

Production Release v1.1.1

06 Jul 10:46
Compare
Choose a tag to compare

Issues addressed:

  • close gatt client after disconnecting

Production Release v1.1.0

06 Jul 10:44
Compare
Choose a tag to compare

Features added:

  • Enable customizing the Bluetooth service and characteristic UUIDs of the target device
  • add peripheral feature so mobile device can advertise and be connectable as a BLE device

Improvements:

  • error handling

Production Release v1.0.0

06 Jul 10:37
Compare
Choose a tag to compare

Initial release