Skip to content

Releases: ltrudu/DataWedgeIntentWrapper

A14+ send broadcast update

11 Feb 08:59

Choose a tag to compare

Updated sendBroadcast to sendOrderedBroadcast when using API >= 34 (Android 14+)

Added Postponed results to all commands that needed double validation.

27 Jan 16:00

Choose a tag to compare

15.0.3

Added postponed results to all commands that need double validation: …

ProfileCommandResultBase workflow update

27 Jan 15:46

Choose a tag to compare

Added a postponed callback to the ProfileCommandResultBase, it will be executed if the scanner status we are waiting for is available before the command sends its return results

Fixed bug in Enable/Disable/Suspend/Resume plugin

27 Jan 12:33

Choose a tag to compare

The workflow was not correct.
Now these methods only returns if the method has broadcasted its result and the scanner status match the expected behaviour.

Added suspend and resume plugin, switchtoprofile and statusworkflow watcher, RFID module in progress.

19 Jan 15:46

Choose a tag to compare

Added:

  • DWScannerSuspendPlugin and DWScannerResumePlugin as these method are faster than enable and disable plugin

  • DWSwitchToProfile : Allow to switch from one profile to another. For an example, check the SwitchProfileActivity class of the sample application. Note that the profiles must be created without any associated app, see createScannerProfile and createWorkflowProfile for more informations.

  • DWStatusWorkflow : a watcher class to know the status of the workflow.

RFID Capture module Work In Progress.

Update to Gradle 8.12

14 Aug 13:17

Choose a tag to compare

14.10

Update to gradle 8.12

A14 Update, Jitpack fix, WindevMobile fix

13 Dec 07:52

Choose a tag to compare

Update to API 34 for A14 compatibility

Changes in dependencies and tools versions:

  • Library version 7.2.2
  • Gradle 7.3.3
  • OpenJDK 17
  • Source compatibility 1.8
  • Kotlin JVM 1.8
  • Core library version: androidx.core:core-ktx:1.13.0

14.8.4

12 Dec 16:39

Choose a tag to compare

Revert library version to 7.2.2

Revert to gradle 7.3.3

14.8.3

12 Dec 16:00

Choose a tag to compare

Try to put the lowest compatible APIs for WindevMobile compatibility

Kotlin Jitpack build fix

12 Dec 15:40

Choose a tag to compare

14.8.2

Version update for Kotlin fix