Skip to content

Releases: ltrudu/DataWedgeIntentWrapper

14.1

07 Mar 10:04
Compare
Choose a tag to compare

Added a class CreateProfileHelper with a static method that allow you to create a profile in one method call.
Check "Easy Create Profile" in Java sample or the creation of the profile in the Kotlin sample for more information.

14.0

20 Feb 10:46
Compare
Choose a tag to compare

Update code to API34
Changed the Broadcast receiver registration mode when using separate thread to new API using ContextCompat.registerReceiver method.

11.8

02 Feb 10:15
Compare
Choose a tag to compare
11.8 Pre-release
Pre-release

added to Keystroke Plugin: keystroke_send_chars_as_events, keystroke_send_control_chars_as_events, keystroke_send_tab_as_string
upgraded version code

11.7

14 Mar 15:52
Compare
Choose a tag to compare

Changed cleaning behaviour of ProfileCommandBase.
Fixed a bug that may occurs if the user does not provide a mProfileCommandCallback.
The timeout timer was not stopped creating a leak and an exception due to a call to a null object when the timeout was reached.
Changed the handling of the timeout in ProfileBase to make it more robust and proof of calls to a null object's exception.

11.6

27 Jan 11:09
dc88abf
Compare
Choose a tag to compare

Cleaned the code in order to quit threads, threadpool, and handlers correctly.
Added settings to disable multithreading on the status receiver.
Fixed and update code of StatusReceiver and ScanReceiver to work in singleton mode (dependency injection case)

v11.4

19 Jan 11:52
Compare
Choose a tag to compare

v11.2

19 Jan 11:37
a3a1005
Compare
Choose a tag to compare

Fixed possible calls on null references and made the code more robust in DWScannerPluginEnable
Fixed a bug when the ScanReceiver was not unregistered if used in non threaded mode

Added decoder_gs1_qrcode parameter

09 Jan 15:14
Compare
Choose a tag to compare

Added decoder_gs1_qrcode parameter to the decoders.

V11.0 Alpha 4

15 Dec 13:45
Compare
Choose a tag to compare

Added isDWPluginEnabled to DWSynchronous methods

V11.0

09 Jan 11:23
Compare
Choose a tag to compare

Release final after tests.