Skip to content

Releases: DantSu/ESCPOS-ThermalPrinter-Android

ESC/POS Thermal Printer Library

18 Nov 17:10
Compare
Choose a tag to compare

Useful library to help Android developpers to print with ESC/POS (Bluetooth, TCP, USB) thermal printer.

  • Adding <font color> attribute

  • Adding <u type> attribute

  • Fix issue #75 - Chinese characters length

  • Fix issue #73 - Empty line bug

ESC/POS Thermal Printer Library

13 Nov 16:51
Compare
Choose a tag to compare

Useful library to help Android developpers to print with ESC/POS (Bluetooth, TCP, USB) thermal printer.

  • Fix issue #70

ESC/POS Thermal Printer Library

20 Aug 13:27
Compare
Choose a tag to compare

Useful library to help Android developpers to print with ESC/POS (Bluetooth, TCP, USB) thermal printer.

  • Several bug fix

ESC/POS Thermal Printer Library

22 Jul 08:55
Compare
Choose a tag to compare

Useful library to help Android developpers to print with ESC/POS (Bluetooth, TCP, USB) thermal printer.

  • Adding setting for feed paper.
  • Fix paper cut command

ESC/POS Thermal Printer Library

16 Jul 13:00
Compare
Choose a tag to compare

Useful library to help Android developpers to print with ESC/POS (Bluetooth, TCP, USB) thermal printer.

  • Enhance USB compatibility

ESC/POS Thermal Printer Library

01 Jul 15:50
Compare
Choose a tag to compare

Useful library to help Android developpers to print with ESC/POS (Bluetooth, TCP, USB) thermal printer.

  • Adding bluetooth connection default UUID

ESC/POS Thermal Printer Library

25 Jun 12:20
Compare
Choose a tag to compare

Useful library to help Android developpers to print with ESC/POS (Bluetooth, TCP, USB) thermal printer.

⚠USB permission change⚠

If you use USB printer, you have to add in your AndroidMenifest.xml.

ESC/POS Thermal Printer Library

23 Jun 15:56
Compare
Choose a tag to compare

Useful library to help Android developpers to print with ESC/POS (Bluetooth, TCP, USB) thermal printer.

⚠Some method are renamed.⚠

  • Refactor for asynchronous print
  • Example refactored with asynchronous print

ESC/POS Thermal Printer Library

27 May 13:37
Compare
Choose a tag to compare

Useful library to help Android developpers to print with ESC/POS (Bluetooth, TCP, USB) thermal printer.

⚠Breaking change ! Update need to change code in your main project.⚠

Enhancement

  • Adding EscPosConnectionException for a better management of connection states
  • Adding EscPosParserException for a better understanding of text formatting errors
  • Adding EscPosEncodingException for text encoding errors
  • Adding EscPosBarcodeException for barcode errors
  • Adding barcode 128
  • Adding barcode attributes width and text
  • Adding printFormattedTextAndCut() to auto cut paper at the end of printing

Bug fix

  • Fix bug Attempt to read from null array

ESC/POS Thermal Printer Library

18 May 12:21
Compare
Choose a tag to compare

Useful library to help Android developpers to print with ESC/POS (Bluetooth, TCP, USB) thermal printer.

  • Adding charset encoding