Skip to content

Releases: Sensoro/SDK-Android

SDK for Android v2.1.3

10 Nov 09:37
Compare
Choose a tag to compare
  • Add ENUM SecureBroadcastInterval.
  • Change API writeSecureBroadcastRotationInterval(int) to writeSecureBroadcastInterval(SecureBroadcastInterval).

SDK for Android v2.1.2

07 Nov 11:59
Compare
Choose a tag to compare
  • Add API secure broadcast - writeSecureBroadcastRotationInterval.
  • Fix calculate accelerometer count bug.

SBK for Android v2.1.1

03 Nov 08:30
Compare
Choose a tag to compare
  • 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 to SensoroBeaconConnection.AUTHORIZATION_FAILED.
    • Rename constant SensoroBeaconConnection.NOT_WRITE_PASSWORD to SensoroBeaconConnection.WRITE_NOT_PERMITTED.
    • Merge constant SensoroBeaconConnection.MAJOR_MINOR_INVALID, SensoroBeaconConnection.SETTINGS_DATA_OUT_OF_RANGE and SensoroBeaconConnection.UUID_INVALID to SensoroBeaconConnection.SETTING_DATA_INVALID.
    • Rename API SensoroBeaconManager.setBeaconExistTime to SensoroBeaconManager.setOutOfRangeDelay.
    • Rename API SensoroBeaconConnection.checkPassword to SensoroBeaconConnection.requireWritePermission.
    • Rename API SensoroBeaconConnection.disabledPassword to SensoroBeaconConnection.disablePassword.
    • Rename API SensoroBeaconConnection.setBaseSettings to SensoroBeaconConnection.writeBaseSettings.
    • Rename API SensoroBeaconConnection.setMajorMinor to SensoroBeaconConnection.writeMajorMinor.
    • Rename API SensoroBeaconConnection.setNewPassword to SensoroBeaconConnection.writePassword.
    • Rename API SensoroBeaconConnection.setProximityUUID to SensoroBeaconConnection.writeProximityUUID.
    • Rename API Beacon.getProximityUuid to Beacon.getProximityUUID.
    • Rename API SensoroBeaconConnection.BeaconConnectionCallback.onAccelerometerCountUpdate to SensoroBeaconConnection.BeaconConnectionCallback.onUpdateAccelerometerCount.
    • Rename API SensoroBeaconConnection.BeaconConnectionCallback.onAccelerometerMovingUpdate to SensoroBeaconConnection.BeaconConnectionCallback.onUpdateMovingState.
    • Rename API SensoroBeaconConnection.BeaconConnectionCallback.onBrightnessLuxDataUpdate to SensoroBeaconConnection.BeaconConnectionCallback.onUpdateLightData.
    • Rename API SensoroBeaconConnection.BeaconConnectionCallback.onCheckPassword to SensoroBeaconConnection.BeaconConnectionCallback.onRequireWritePermission.
    • Rename API SensoroBeaconConnection.BeaconConnectionCallback.onDisabledPassword to SensoroBeaconConnection.BeaconConnectionCallback.onDisablePassword.
    • Rename API SensoroBeaconConnection.BeaconConnectionCallback.onSetBaseSetting to SensoroBeaconConnection.BeaconConnectionCallback.onWriteBaseSetting.
    • Rename API SensoroBeaconConnection.BeaconConnectionCallback.onSetMajoMinor to SensoroBeaconConnection.BeaconConnectionCallback.onWriteMajoMinor.
    • Rename API SensoroBeaconConnection.BeaconConnectionCallback.onSetNewPassword to SensoroBeaconConnection.BeaconConnectionCallback.onWritePassword.
    • Rename API SensoroBeaconConnection.BeaconConnectionCallback.onSetSensorSetting to SensoroBeaconConnection.BeaconConnectionCallback.onWirteSensorSetting.
    • Rename API SensoroBeaconConnection.BeaconConnectionCallback.onTemperatureDataUpdate to SensoroBeaconConnection.BeaconConnectionCallback.onUpdateTemperatureData.
    • Rename API SensoroBeaconConnection.BeaconConnectionCallback.onUpdateSensorData to SensoroBeaconConnection.BeaconConnectionCallback.onReloadSensorData.
  • Fix ConcurrentModificationException bug.

SBK for Android v2.1

31 Oct 10:24
Compare
Choose a tag to compare
  • Improve the JavaDoc of SBK.
  • Add the version of SBK.

SBK for Android v2.0

31 Oct 09:57
Compare
Choose a tag to compare
  • 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

31 Oct 09:29
Compare
Choose a tag to compare
  • 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

31 Oct 08:53
Compare
Choose a tag to compare

Initial version.