Releases: Sensoro/SDK-Android
Releases · Sensoro/SDK-Android
for android 7.0 and 8.0
Update README.md 更新某些 Markdown 文法
SDK for Android 4.1.0
Support A0-1.0, B0-1.0, B0-2.0, B0-2.1, B0-2.2, B0-2.3, B0-3.0, B0-4.0, C0-3.0, C0-3.1, C0-4.0, C0-4.1, C1-4.1.
- Support new model C1.
- Fixed some other bugs.
SDK for Android v4.0.0
Support A0-1.0, B0-1.0, B0-2.0, B0-2.1, B0-2.2, B0-2.3, B0-3.0, B0-4.0, C0-3.0, C0-3.1, C0-4.0.
- Support firmware 4.0 for B0 and C0.
- Add Eddystone support.
- Use
BeaconConfiguration
andSensoroBeaconConnectionV4
to config firmware 4.0+. - Fixed some other bugs.
SDK for Android v3.2.5
3.2.5
Support A0-1.0, B0-1.0, B0-2.0, B0-2.1, B0-2.2, B0-2.3, B0-3.0, C0-3.0, C0-3.1.
- Support SDK to discover iBeacons when the screen is turned off.
- Fixed some other bugs.
SDK for Android v3.2.4
Support A0-1.0, B0-1.0, B0-2.0, B0-2.1, B0-2.2, B0-2.3, B0-3.0, C0-3.0, C0-3.1.
- Open setting scan period and setting between scan period API.
- Support power saving mode if app is in the background.
- Fixed some other bugs.
SDK for Android v3.2.2
Support A0-1.0, B0-1.0, B0-2.0, B0-2.1, B0-2.2, B0-2.3, B0-3.0, C0-3.0, C0-3.1.
- Fixed bug: sensorobeaconkit.jar and sensorocloud.jar are not compatible.
- Support flash light for C0-3.1.
- Fixed some other bugs.
SDK for Android v3.2.0
Support A0-1.0, B0-1.0, B0-2.0, B0-2.1, B0-2.2, B0-2.3, B0-3.0, C0-3.0.
- Fixed bug: It will crash SDK when scanning some beacons.
- Support broadcast keys with valid period.
- Fixed some other bugs.
SDK for Android v3.1.1
Support A0-1.0, B0-1.0, B0-2.0, B0-2.1, B0-2.2, B0-2.3, B0-3.0, C0-3.0.
- Improve the
SensoroBeaconConnection.onConnectedState
. If the beacon disconnects from the phone, thestatus
of callback will beSensoroBeaconConnection.SERVICE_OR_CHARACTERISTIC_NOT_EXIST
. - Improve the
SensoroBeaconConnection.writeSecureBroadcastInterval
. You cann't writeSecureBroadcastInterval.NONE
into model C0. - Fixed some bugs.
SDK for Android v3.1.0
Support A0-1.0, B0-1.0, B0-2.0, B0-2.1, B0-2.2, B0-2.3, B0-3.0, C0-3.0.
- Add model C0 supported.
- Add
TransmitPower.LEVEL8
~TransmitPower.LEVEL11
for C0. For more details please to see README.MD - Change
AdvertisingInterval.getAdvertisingIntervalValue
andTransmitPower.getTransmitPowerValue
return type. - Add API
TransmitPower.isMicroTX
. - Fixed some bugs.
SDK for Android v2.1.4
Support A0-1.0, B0-1.0, B0-2.0, B0-2.1, B0-2.2, B0-2.3.
- Deprecated
TransmitPower.MIN
,TransmitPower.LOW
,TransmitPower.MEDIUM
,TransmitPower.HIGH
andTransmitPower.MAX
. - Add
TransmitPower.LEVEL0
,TransmitPower.LEVEL1
,TransmitPower.LEVEL2
,TransmitPower.LEVEL3
,TransmitPower.LEVEL4
,TransmitPower.LEVEL5
,TransmitPower.LEVEL6
andTransmitPower.LEVEL7
. - Important upgrade. For more details to see Javadoc.