Skip to content

Releases: hansemannn/titanium-bluetooth

Android 4.0.1

25 Aug 18:19
d0d7a83
Compare
Choose a tag to compare
  • Fix for #48
    (removing <action android:name="android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED"/> from the timodule.xml manifest)

Android 4.0.0

26 Jan 17:58
6ebdb8a
Compare
Choose a tag to compare
  • Update for Ti SDK 9.x
  • linting source files
  • Characteristic properties: characteristicProperties, permissions (from another fork)
  • Peripheral properties: uuids (e.g. checking for Exposure notifications; see example)
  • Exposure notification check in example
  • readValueForCharacteristic parity
  • didReadValueForCharacteristic event (is called on readValueForCharacteristic)

iOS 2.0.0

02 Jun 13:05
Compare
Choose a tag to compare
  • Built with Titanium SDK 9
  • Fixed all warnings and deprecations
  • Support beacons (see example/beacons.js for details)
  • Removed the Peripheral.rssi property and replaced it with the didReadRSSI event on the peripheral proxy

Android 3.0.0

22 Dec 02:13
34c4418
Compare
Choose a tag to compare

iOS 1.3.0

24 Sep 17:00
Compare
Choose a tag to compare
  • Expose all iOS 11 CoreBluetooth API's (see here for native API's that share the same name)
  • Expose didUpdateNotificationStateForCharacteristic event for peripherals
  • Fix a couple of possible null vs [] issues.

Android 2.0.0

11 Apr 07:32
Compare
Choose a tag to compare
  • Add compatibility with SDK 7+ and Android 64 Bit architecture

iOS 1.2.2

21 Sep 12:00
Compare
Choose a tag to compare
  • Fix peripherals allocation in shared peripheral provider (thanks to @wsliaw!)

iOS 1.2.1

16 Aug 08:29
Compare
Choose a tag to compare
  • Return success-flag in updateValueForCharacteristicOnSubscribedCentrals (#27)
  • Include peripheral property in didUpdateValueForCharacteristic event (#27)

Thanks to @wsliaw!

iOS 1.2.0

21 Jun 14:22
Compare
Choose a tag to compare
  • Add new central-manager methods retrievePeripheralsWithIdentifiers and retrieveConnectedPeripheralsWithServices (#25)

iOS 1.1.2

20 Jun 14:04
Compare
Choose a tag to compare
  • Fix missing uuid properties from characteristic and service (#23)