Skip to content

Releases: ltrudu/PrintWrapper

USB Support in every Tasks

20 Dec 12:51
Compare
Choose a tag to compare
V1.19

Added USB Printer Handling

Revert to CPP version

20 Dec 09:43
Compare
Choose a tag to compare
V1.17

Revert to previous version with CPP optimized Bitmap to CPCL/ZPL

CppToJava

20 Dec 08:56
Compare
Choose a tag to compare

Moved all cpp methods to a java version to remove ndk dependencies.

Jitpack Fix

20 Dec 08:16
Compare
Choose a tag to compare
V1.15

removed pom.xml

Jitpack Fix Release

28 Aug 11:53
Compare
Choose a tag to compare
V1.12

Trying to fix Jitpack error.

SGDHelper bug fix.

28 Aug 10:07
Compare
Choose a tag to compare

Fixed a bug preventing the usage of SGDHelper with Network Printers.

Update to API 34

23 Aug 14:38
Compare
Choose a tag to compare
V1.9.34

Version update

Fix API 34 build issues

23 Aug 15:01
Compare
Choose a tag to compare
V1.10

Fix SDK API 34 build issues

V1.8

25 Jun 15:59
Compare
Choose a tag to compare

Updated to retrieve PrinterStatus asynchronously using a callback interface : GetPrinterStatusTaskCallback
WARNING, the callback is not fired in the main thread but in a separate one.

V1.6

25 Jun 15:40
Compare
Choose a tag to compare

Updated the GetPrinterStatusTask method to retrieve the status correctly.