Skip to content

v1.35

Compare
Choose a tag to compare
@mpennasilico mpennasilico released this 29 Feb 16:38
· 5 commits to gh-pages since this release

Datalogic SDK v1.35:

  • added Intents for configuring the Battery Manager App to log Battery properties
  • added Intents for monitoring the Battery Swap events
  • added "action" extra field definition for firmware update intent
  • added Advanced Ethernet settings in Configuration Manager
  • added Multiple Choices properties to Configuration Manager
  • added Wi-Fi Bands and Touch Mode flags as Multiple Choices properties
  • added Charging Sources as Multiple Choices property for supporting the configuration of several power sources, such as USB, Wireless Charging and Wired Cradle.
  • extended Wifi802Dot11Mode for supporting:
    • 802.11abgn mode (Wi-Fi 4),
    • 802.11abgnac mode (Wi-Fi 5),
    • and 802.11abgnax mode (Wi-Fi 6).
  • added WIFI_BSSID_SCAN_STABLE_TIME (M11) property to Configuration Manager
  • extended WifiRoamingProfile for supporting LEGACY profile (M11)
  • extended ScannerEngineType
  • extended LoggerBufferSize for supporting LOGGER_BUFFER_SIZE_8M (A13 do not support LOGGER_BUFFER_SIZE_16M)
  • extended DeviceType for supporting M11 and NEBULA_PDA
  • extended keyboard remap feature adding the following classes:
    • MappingObject: a generic representation of actions to be executed when certain key events occur
    • CompositionMapping: a complex MappingObject that represents a sequence of actions to be executed when certain key events occur
    • KeyActionMapping: a MappingObject represents a key action
    • StringMapping: a MappingObject represents a Unicode string
    • IntentMapping: a MappingObject represents an Android intent
    • DelayMapping: a MappingObject represents a simple delay action
    • MappingTriggerPolicy: a key event trigger policy
  • added mapKey() API for mapping a key event to a customized action
  • renamed Battery Intents
  • improved documentation for Battery Charging Profile