Skip to main content

路 One min read

Version with build number #14 is available for testing. New features/fixes:

  • Functional improvement: On applicationOpened event triggers again on devices, when application resumes. It does not trigger if an update was done less than 5 minutes ago, or if scanner was launched 5 minutes or less ago. This is solves the problem, that applicationOpened event was triggered (on android) even when camera (barcode scanner) returned control back to application.
  • new Icon was created :)

icon

Download beta app here: https://play.google.com/store/apps/details?id=eu.lacora.scan2check

路 One min read

Version with build number #13 is available for testing. New features/fixes:

  • title & message are not overlapping in the status screen
  • dedicated "update" button was added (shows when showUpdateButton: true and apiUrlOpened is not empty). When clicked, it triggers a request to the apiUrlOpened url with event name "updateRequested"

Download beta app here: https://play.google.com/store/apps/details?id=eu.lacora.scan2check

路 One min read

Version with build number #10 is available for testing. New features/fixes:

  • bug fix: apiUrl and apiUrlOpened were is some case interChanged
  • bug fix: invalid form data in settings caused the app to crash
  • ui improvements (colors, elements positioning)
  • minor bug fixes (autoScanTimeout == 0 option was not implemented)
  • minor code refactoring
  • default Solar2d iOS icons replaced with (temp) scan2check icons

Download beta app here: https://play.google.com/store/apps/details?id=eu.lacora.scan2check

路 One min read

A new page was added - screens diagram. It describes how the application screens show based on stored settings or response received from API.

The introduced idea of customForms is quite powerful:

  • If the API response includes json with some additional, ad-hoc form data, it is displayed to collect the additional information.
  • If the API response includes json with some persistent form data, it is stored and required always after a code is scanned.

This enables the workflows:

  • to collect additional information if a specific code is scanned
  • to collect additional information based on the information user submitted, if needed
  • to persist any custom form, so it is displayed and data sent together with the scanned code

This functionality is in design phase and scheduled to be released in the build number #4

The minimum functionality app is already published as android beta applicaiton.

路 One min read

The goal is to have any minimal, simple bar code scanner, that can validate or store the scanned value against an API.

Status as of 09/2001 - This homepage created. Public beta android app will be published soon.