Skip to content

Releases: gmuth/ipp-client-kotlin

Improved code quality

18 Oct 21:24
Compare
Choose a tag to compare

Integrated code analysis with sonar cloud and fixed all findings.
Changed internal HTTP interface: use lambda to define/write content stream

Android Support

22 Sep 20:35
Compare
Choose a tag to compare

Previous releases were not testet with Android. I have solved various issues caused by jvm dependencies that are unavailbale with Android.
Thank you, Ray Cai, for testing.

Support printer capabilities

14 May 19:51
Compare
Choose a tag to compare

bug fixes, refactoring & minor api changes

Object oriented API for RFC 8011 operations

01 May 21:57
Compare
Choose a tag to compare

Build now includes a standard jar and a fat jar (including the kotlin runtime)

RFC 8010 Encoding & Decoding

23 Apr 23:40
Compare
Choose a tag to compare

Encoding and Decoding completed.
IppClient and IppPrintService provide a high level API.
IppTool provides experimental support for ipptool files.