Releases: hansemannn/titanium-bluetooth
Releases · hansemannn/titanium-bluetooth
Android 4.0.1
- Fix for #48
(removing<action android:name="android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED"/>
from the timodule.xml manifest)
Android 4.0.0
- 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
- 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 thedidReadRSSI
event on the peripheral proxy
Android 3.0.0
- Add parity with iOS (thanks @aca-mobile!)
iOS 1.3.0
Android 2.0.0
- Add compatibility with SDK 7+ and Android 64 Bit architecture