Skip to content

v1.34

Compare
Choose a tag to compare
@mpennasilico mpennasilico released this 17 Jul 03:24
· 5 commits to gh-pages since this release

Datalogic SDK v1.34:

  • added API (firmwareUpgradeAbort) to abort the Firmware Upgrade procedure to the Cradle
  • added API (enableCradleFailureEvent) to enable/disable the Cradle Failure events. This configures the kernel to notify cradle failures to the Apps interested to receive and registered as listener for those events.
  • added the POWER_BATTERY_CHARGING_PROFILE property to the Configuration Manager and the related BatteryChargingProfile to manage the configuration of Battery Charging profiles
  • fixed the selection of Camera Scanners by adding the missing InputType and PreviewDisplayMode Enums
  • added API (setToDefault) to restore the default value of a property
  • added WEB_WEDGE property group to Configuration Manager
  • removed some Scanner properties from Configuration Manager
  • documented that PackageInstaller is now able to install APKs also from the internal memory of the calling App
  • documented that property name and id do not work with Barcode Manager, but only with Configuration Manager
  • added CustomOCR interface to BarcodeManager
  • removed the following properties from BarcodeManager:
    • EXTERNAL_FORMATTING_ENABLE
    • VISUAL_FORMATTING_ENABLE
    • VISUAL_FORMATTING_PATH
    • VISUAL_FORMATTING_TIMEOUT
    • VISUAL_FORMATTING_ACTIVE_ITEM
    • GOOD_READ_AUDIO_TONE
    • OCR_CUSTOM_RULE_ENABLE
    • CAMERA_PARAMETERS
  • documented the com.datalogic.decode.PropertyID constants
  • improved documentation about persistence management for the BarcodeManager
  • improved documentation about the Presentation Mode for the BarcodeManager
  • fixed typo in COMPOSITE_EAN_UPC_MODE documentation