Skip to content

Latest commit

 

History

History
161 lines (118 loc) · 6.99 KB

File metadata and controls

161 lines (118 loc) · 6.99 KB

Change Log

1.12.1 (2026/05/22)

Added

  • Added PAC/BTI support for JNI call sites.

Fixed

  • Fixed an issue where the connection failure reason stored in StarPrinter.errorDetail was not set to StarIO10InUseException in some cases when a target LAN printer was being used by another host device and a connection cannot be established.
  • Removed the restriction on the address range allowed for LAN communication. #56

1.12.0 (2026/03/31)

Added

  • Added support for MCD10UEWB (mC-Connect Drawer) and CD5.
  • Added support for Bluetooth Low Energy (Bluetooth LE) interface communication for mC-Label2.
  • API additions and changes to support Bluetooth LE interface communication:
    • Added BluetoothLE to interface type specification API (InterfaceType).
    • Added Bluetooth LE communication information retrieval API (StarPrinterInformationBluetoothLE).
  • Added binary data send/receive API (write() / read()) to StarPrinter class.
  • Added support for the following APIs for external device 2 port:
    • Detailed status retrieval API (StarPrinterStatusDetail).
    • Cash drawer channel (stario10.starxpandcommand.drawer.Channel).
    • Buzzer channel (stario10.starxpandcommand.buzzer.Channel).
  • Added support for detailed information retrieval such as connection status to the cash drawer status event retrieval API (DrawerDelegate).
  • Added uniqueId property to LAN communication information retrieval API (StarPrinterInformationLan).

Changed

  • Changed minimum supported OS version from 10 to 11.
  • Changed sample code implementation to Jetpack Compose.

Fixed

  • Fixed an issue where LAN interface communication occasionally failed when interface auto-switch feature was enabled (default).

1.11.2 (2025/12/08)

  • Fixed an issue where communication with USB printers(Android Open Accessory) occasionally failes. #49
  • Fixed an issue where discovery for USB printers crashes when USB permission is not granted. #52
  • Fixed an issue where discovery crashes when using JaCoCo library. #51

1.11.1 (2025/10/31)

  • Fixed an issue where communication with USB printers(USB Printer Class) occasionally failes. #49

1.11.0 (2025/8/21)

  • Added support for the USB interface of the following printer models
    • TSP650II
    • TSP650IISK
    • TSP700II
    • TSP800II
    • SP700

1.10.0 (2025/7/14)

  • Added API to update printer firmware.
  • Added the following printers support (Maintenance support)
    • TSP100LAN
    • TSP100ECO
    • TSP650II (LAN : IFBD-HE05)
    • SP700 (LAN : IFBD-HE06)
  • Added some properties for printer detail status API (StarPrinterStatusDetail).
  • Added supported models for PrinterBuilder actionSeparatorFeed() method.
  • Support for 16KB page size native library. #42
  • Performance improvement of log storage with StarIO10Logger.
  • Bug Fix:
    • Performance improvement of actionPrintImage() method. #44
    • Crash when searching for Bluetooth printer without proper permission #45
    • StarPrinter.printAsync() method may crashes depending on StarXpandCommandBuilder API parameters specified.

1.9.0 (2025/05/19)

  • Added mC-Label2 support.
  • Added the actionSeparatorFeed method to execute paper feeding per black mark and gap for die-cut label paper, etc.
  • Added the styleBaseMagnification method to set the base print size.
  • Added Printing Samples for mC-Label2 (300dpi model).
  • Changed minimum supported OS version from 9 to 10.
  • Added Android 16 support (tested on platform stability version).
  • Bug Fix:
    • Fixed an issue where the execution of StarPrinter.printAsync() occasionally failed immediately after the printer came back online (when PrinterDelegate onReady() was called) with the LAN interface of TSP650II, TSP700II, TSP800II, and SP700. #38

1.8.0 (2024/11/01)

  • Added TSP100IV-UEWB and TSP100IV-UEWB SK support.
  • Added API to get detail information of printer.
    • detail property of StarPrinterInformation
    • StarPrinterInformationDetail
    • StarPrinterInformationLAN
    • StarPrinterInformationBluetooth
    • StarPrinterInformationUSB
  • Added API to get detail information of error.
    • errorDetail property of StarPrinter
    • StarIO10ErrorDetail

1.7.0 (2024/06/24)

  • Added BSC10II support.
  • Added TearOff (feed to tear bar) to the CutType enum.
  • Added India to the printer.InternationalCharacterType enum.

1.6.0 (2024/02/09)

  • Added POP10CBI support.
  • Added API for template printing function.
  • Added a screen for template printing to the sample app.
  • Added API for specifying number of character function.
  • Added API for setting full/half-width of Unicode ambiguous characters.
  • Changed the Auto Switch Interface function to enabled by default.
  • Improved switching speed of the Auto Switch Interface function.
  • Added several samples of printing patterns using template printing function.
  • Added Android 14 support.

1.5.0 (2023/10/27)

  • Added MCP31CI/CBI support.

  • Added a sample to generate receipt images from text data.

  • Bug Fix:

    • Fixed an issue where decorations (methods starting with style) set with DocumentBuilder.addPrinter() were not reset when the method ended.

1.4.0 (2023/09/08)

  • Added TSP100IV SK support.
  • Added Kiosk SK series (SK1-211/221/V211, SK1-311/321/V311, SK1-41 and SK5-31) support.
  • Changed minimum supported OS version from 6 to 9.
  • Added API for Presenter and Bezel.
  • Updated Bluetooth module information for SM-L200.

1.3.0 (2023/03/31)

  • Added mC-Label3 support.

  • Added internal processing required for Bluetooth changes of SM-S210i, SM-S230i, SM-T300i and SM-T400i.

  • Added API for spooler function.

  • Added API for Page Mode.

  • Added API for setting/getting Star Configuration.

  • Added API for getting detailed status.

  • Added printing samples of the spooler function and several samples of printing patterns for labels to the example app.

  • Bug Fix:

    • Fixed an issue that command generation does not execute when adding a Builder immediately after instantiation.

    • Android

      • Fixed a rare crash while performing a discovery. #3
      • Fixed an issue that printing may fail via USB in certain devices and will not recover after failure without the USB cable removal and insertion.

1.0.1 (2022/05/10)

  • Added new Bluetooth module information for SM-L200.

  • Fixed to avoid obfuscation to unnecessary parts.

1.0.0 (2022/01/31)

  • First release