Skip to content

Releases: Sensoro/SDK-Android

for android 7.0 and 8.0

20 Apr 14:02
a8b7f2f
Compare
Choose a tag to compare
Update README.md

更新某些 Markdown 文法

SDK for Android 4.1.0

26 Oct 07:38
Compare
Choose a tag to compare

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.

  1. Support new model C1.
  2. Fixed some other bugs.

SDK for Android v4.0.0

26 Oct 07:16
Compare
Choose a tag to compare

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.

  1. Support firmware 4.0 for B0 and C0.
  2. Add Eddystone support.
  3. Use BeaconConfiguration and SensoroBeaconConnectionV4 to config firmware 4.0+.
  4. Fixed some other bugs.

SDK for Android v3.2.5

18 May 04:27
Compare
Choose a tag to compare

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.

  1. Support SDK to discover iBeacons when the screen is turned off.
  2. Fixed some other bugs.

SDK for Android v3.2.4

29 Apr 15:50
Compare
Choose a tag to compare

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.

  1. Open setting scan period and setting between scan period API.
  2. Support power saving mode if app is in the background.
  3. Fixed some other bugs.

SDK for Android v3.2.2

01 Apr 09:58
Compare
Choose a tag to compare

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.

  1. Fixed bug: sensorobeaconkit.jar and sensorocloud.jar are not compatible.
  2. Support flash light for C0-3.1.
  3. Fixed some other bugs.

SDK for Android v3.2.0

23 Mar 10:44
Compare
Choose a tag to compare

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.

  1. Fixed bug: It will crash SDK when scanning some beacons.
  2. Support broadcast keys with valid period.
  3. Fixed some other bugs.

SDK for Android v3.1.1

23 Jan 10:02
Compare
Choose a tag to compare

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.

  1. Improve the SensoroBeaconConnection.onConnectedState. If the beacon disconnects from the phone, the status of callback will be SensoroBeaconConnection.SERVICE_OR_CHARACTERISTIC_NOT_EXIST.
  2. Improve the SensoroBeaconConnection.writeSecureBroadcastInterval. You cann't write SecureBroadcastInterval.NONE into model C0.
  3. Fixed some bugs.

SDK for Android v3.1.0

22 Jan 11:52
Compare
Choose a tag to compare

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.

  1. Add model C0 supported.
  2. Add TransmitPower.LEVEL8 ~ TransmitPower.LEVEL11 for C0. For more details please to see README.MD
  3. Change AdvertisingInterval.getAdvertisingIntervalValue and TransmitPower.getTransmitPowerValue return type.
  4. Add API TransmitPower.isMicroTX.
  5. Fixed some bugs.

SDK for Android v2.1.4

01 Dec 11:19
Compare
Choose a tag to compare
  • 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 and TransmitPower.MAX.
  • Add TransmitPower.LEVEL0, TransmitPower.LEVEL1, TransmitPower.LEVEL2, TransmitPower.LEVEL3 , TransmitPower.LEVEL4, TransmitPower.LEVEL5, TransmitPower.LEVEL6and TransmitPower.LEVEL7.
  • Important upgrade. For more details to see Javadoc.