Skip to content

CS108 Android Java Bluetooth SDK (August 2022)

Compare
Choose a tag to compare
@ksclam ksclam released this 15 Aug 01:13
· 24 commits to master since this release
35244fa
  • Revise the name of some code as per the revised programmer guide V6.0
  • Library: revise the public setting of some classes/variables/methods as per the revise programmer guide V6.0
  • Library: add “-2 TH” country setting
  • Library: improve “for some value, big difference between read RSSI threshold and written threshold in Filters – RSSI-Filters page” problem.
  • Avoid blinking of Ton/Toff debug display of the status of trigger key
  • Correct exceptional case when barcode is selected in Barcode Inventory page
  • Correct exceptional case when entering Read/Write page after barcode is selected in Barcode Inventory page
  • Avoid checking Rfid module failure in Setting->Administration page, whose parameter setting is not related to Rfid module
  • Show “Permissions are not granted. Please allow them in system setting” toast only if request permission is denied, which avoids Toast and RequestPermisson dialog overlapped
  • No permission request for storage if android version is 10+, which avoids Toast and requestPermission dialog overlapped in some extent
    Relocate some codes.
  • Library: set default auto trigger reporting interval as 1 instead of 0
  • Library: make sure A008 is sent for the first installation
  • Library: Correct missing model number with only country code, which is present for the first time in Setting->Administration page
  • Library: Remove some unused codes