Releases: Sensoro/SDK-Android
Releases · Sensoro/SDK-Android
SDK for Android v2.1.3
- Add ENUM
SecureBroadcastInterval
. - Change API
writeSecureBroadcastRotationInterval(int)
towriteSecureBroadcastInterval(SecureBroadcastInterval)
.
SDK for Android v2.1.2
- Add API secure broadcast - writeSecureBroadcastRotationInterval.
- Fix calculate accelerometer count bug.
SBK for Android v2.1.1
- Important upgrade: Upgrade APIs.
- Disable API
SensoroBeaconManager.setBackgroundBetweenScanPeriod
. - Disable API
SensoroBeaconManager.setBackgroundScanPeriod
. - Disable API
SensoroBeaconManager.setForegroundBetweenScanPeriod
. - Disable API
SensoroBeaconManager.setForegroundScanPeriod
. - Disable API
SensoroBeaconManager.setUpdateBeaconPeriod
. - Rename constant
SensoroBeaconConnection.PASSWORD_ERROR
toSensoroBeaconConnection.AUTHORIZATION_FAILED
. - Rename constant
SensoroBeaconConnection.NOT_WRITE_PASSWORD
toSensoroBeaconConnection.WRITE_NOT_PERMITTED
. - Merge constant
SensoroBeaconConnection.MAJOR_MINOR_INVALID
,SensoroBeaconConnection.SETTINGS_DATA_OUT_OF_RANGE
andSensoroBeaconConnection.UUID_INVALID
toSensoroBeaconConnection.SETTING_DATA_INVALID
. - Rename API
SensoroBeaconManager.setBeaconExistTime
toSensoroBeaconManager.setOutOfRangeDelay
. - Rename API
SensoroBeaconConnection.checkPassword
toSensoroBeaconConnection.requireWritePermission
. - Rename API
SensoroBeaconConnection.disabledPassword
toSensoroBeaconConnection.disablePassword
. - Rename API
SensoroBeaconConnection.setBaseSettings
toSensoroBeaconConnection.writeBaseSettings
. - Rename API
SensoroBeaconConnection.setMajorMinor
toSensoroBeaconConnection.writeMajorMinor
. - Rename API
SensoroBeaconConnection.setNewPassword
toSensoroBeaconConnection.writePassword
. - Rename API
SensoroBeaconConnection.setProximityUUID
toSensoroBeaconConnection.writeProximityUUID
. - Rename API
Beacon.getProximityUuid
toBeacon.getProximityUUID
. - Rename API
SensoroBeaconConnection.BeaconConnectionCallback.onAccelerometerCountUpdate
toSensoroBeaconConnection.BeaconConnectionCallback.onUpdateAccelerometerCount
. - Rename API
SensoroBeaconConnection.BeaconConnectionCallback.onAccelerometerMovingUpdate
toSensoroBeaconConnection.BeaconConnectionCallback.onUpdateMovingState
. - Rename API
SensoroBeaconConnection.BeaconConnectionCallback.onBrightnessLuxDataUpdate
toSensoroBeaconConnection.BeaconConnectionCallback.onUpdateLightData
. - Rename API
SensoroBeaconConnection.BeaconConnectionCallback.onCheckPassword
toSensoroBeaconConnection.BeaconConnectionCallback.onRequireWritePermission
. - Rename API
SensoroBeaconConnection.BeaconConnectionCallback.onDisabledPassword
toSensoroBeaconConnection.BeaconConnectionCallback.onDisablePassword
. - Rename API
SensoroBeaconConnection.BeaconConnectionCallback.onSetBaseSetting
toSensoroBeaconConnection.BeaconConnectionCallback.onWriteBaseSetting
. - Rename API
SensoroBeaconConnection.BeaconConnectionCallback.onSetMajoMinor
toSensoroBeaconConnection.BeaconConnectionCallback.onWriteMajoMinor
. - Rename API
SensoroBeaconConnection.BeaconConnectionCallback.onSetNewPassword
toSensoroBeaconConnection.BeaconConnectionCallback.onWritePassword
. - Rename API
SensoroBeaconConnection.BeaconConnectionCallback.onSetSensorSetting
toSensoroBeaconConnection.BeaconConnectionCallback.onWirteSensorSetting
. - Rename API
SensoroBeaconConnection.BeaconConnectionCallback.onTemperatureDataUpdate
toSensoroBeaconConnection.BeaconConnectionCallback.onUpdateTemperatureData
. - Rename API
SensoroBeaconConnection.BeaconConnectionCallback.onUpdateSensorData
toSensoroBeaconConnection.BeaconConnectionCallback.onReloadSensorData
.
- Disable API
- Fix ConcurrentModificationException bug.
SBK for Android v2.1
- Improve the JavaDoc of SBK.
- Add the version of SBK.
SBK for Android v2.0
- Change Java annotation of SBK from Chinese to English.
- Support that the hardware of Yunzi is above 2.0.
- Throw exception when calls
startService
.
SBK for Android v1.1
- Support that the hardware of Yunzi is 2.0.
- Add a value
ADVERTISING_INTERVAL_1285
of AdvertisingInterval. - Fix some bugs.
SBK for Android v1.0
Initial version.