Skip to main content

Datalogic Launcher 1.2.3

· One min read

Enhancements

  • Updated to support Android 13
  • If the default browser for the device is changed after Launcher is started, the new selection will be respected when launching URLs.

Corrected Defects

  • If the default browser for the device is not specified, Launcher will automatically choose one to use for launching URLs.
  • Improved the ability to read wallpaper images from the Download folder on Android 11+.
  • When editing allowed apps, setting a label to blank will revert to displaying the name specified in the package.
  • Global Actions Dialog renamed to Power Button Menu

OEMConfig 2.4.3

· One min read

Enhancements

  • Updated to support Android 13
  • Improved support for WiFi settings:
  • Added support for new MotionTrigger scanner setting
  • Updated support for keyboard remapping to include missing keys/actions
  • Improved feedback messages to Scan2Deploy Agent

Corrected Defects

  • Crash when setting any symbology ID to an empty string
  • Unable to set a symbology ID to a non-printable character
  • Unable to set scanner input selection
  • Crash when run on Android 8.1

Scan2Deploy Agent 2.2.3

· One min read

Enhancements

  • Updated to support Android 13
  • Added selection of default browser
  • Enhanced support for EAP network configuration
    • WPA3 EAP networks
    • CA Certificates
    • Online certificate status
    • Domain filters

Corrected Defects

  • Scanning a set of 10 or more v3 labels fails if not scanned in order
  • Scanning an invalid profile barcode label presents a blank screen
  • Replacing or removing an existing WiFi network fails

Datalogic SoftSpot 3.0.2

· One min read

Enhancements

  • Updated to support Android 13
  • Supports display of custom images for spot actions
  • Scanning behavior now respects scanner settings from the system Settings app
  • Configuration settings can be exported to a file, which can then be imported on another device using Scan2Deploy Studio (or EMM). (Available on newer firmware images. See table here.)

Corrected Defects

  • Configuration settings were inconsistent between the different methods (Scan2Deploy/EMM, application and SDK)
  • SoftSpot SDK
    • SoftSpot SDK in previous versions was not reliable. Support has been entirely removed. Calls to the SDK will now return an error.
    • An intent-based API is now available which exposes the ability to enable/disable and hide/show the SoftSpot
  • Touch gestures (such as Swipe to Hide) are more reliable

Scan2Deploy Agent 2.1.0

· 2 min read

Corrected defects

  • Incorrectly reports "Done" after "Checking for archive server" if WiFi is not connected or no network is defined in profile.
  • The following failures are now treated as warnings instead of (fatal) errors.
    • Failure to update/remove existing networks.
    • Attempting to downgrade pre-installed APKs.
  • Visual Formatter files are persisted with the wrong persistence type.
  • Visual Formatter files are installed but disabled when profile also includes a self-update.
  • Profile policies filter out some valid property IDs.
  • Agent v2.0.8 fails to complete a self-update to a newer version of Agent.
  • Restoring Enterprise backup fails if profile includes a self-update to a newer version of Agent.
  • Fails waiting to get a valid IP address under the following conditions:
    • No download deployment is used and networks are only defined with "after-staging" availability.
    • Location mode is disabled.
  • Timeout waiting for OEMConfig when restoring from Enterprise backup.
  • Deploying a profile with a keyboard remapping file can result in applying a previous profile.
  • Download percentage can display unexpected values with very large profiles.
  • Agent attempts to install all ZIP files from the Download folder as an OTA file.
  • Reset after OTA update fails when used with silent deploy.
  • Disabling Enterprise Agent APK can fail.

JavaPOS 1.14.075 (1.14.15-075)

· One min read

Enhancements

  • Added sample jpos.xml profiles for Magellan 9600 and Magellan 9900 devices using USB-OEM.
  • Added experimental support for Matrix 320 devices.
  • Signed DLL files for Windows 11 SAC support.

Corrected defects

Datalogic Enterprise Browser 1.2.1

· One min read

New Features

  • Web page display
    • Full screen operation
      • Pages can be viewed using a full height viewport.
      • The browser and system navigation bars automatically hide when browsing a web page.
    • Wide viewport disable
      • Web pages can be forced to use a viewport whose width matches the physical screen. This can help with pages which otherwise appear very small.
  • SDK Enhancements
    • Supports the new Cradle Manager APIs
  • Debugging
    • Support optional logging of JavaScript console messages.

Corrected Defects

  • After changing the list of allowed web sites, the navigation history is now cleared to prevent accessing those sites.
  • JavaScript objects were not being injected under certain conditions, preventing use of the JavaScript SDK.
  • Not all images were listed when selecting a custom image for the wallpaper or icon on the Favorites screen.
  • When tapping the back navigation from a blocked site, the browser would go back two pages (instead of just one).
  • When configuring allowed sites through an EMM or Scan2Deploy, the title was not always displayed when configured to use the title from its web page.

JavaScript SDK 1.1.0

· One min read

JavaScript SDK cradle manager feature release. This allows you to access certain functions of the Datalogic Cradle. You can access the documentation here

New Features

  • Cradle Manager
    • You now have access to the Cradle Manager API. This allows you to control the following cradle functions:
      • Unlock/lock the cradle.
      • Insertion/extraction listeners.
      • Read/write to the cradle custom area (JoyaTouch Cradles only).
      • Control the cradle LEDs (JoyaTouch Cradles only).
    • Requires Browser v1.2 or above.

Enhancements

  • Sample pages
    • Reorganized home page to be more readable.
    • Added cradle manager sample functionality.