1.4.1 Swift 2.3
eric-clover
released this
27 Jan 04:31
·
25 commits
to master
since this release
NOTES
- Full support of version 1.4 features requires version 138 or higher of the Pay Display app.
- This is the Swift 2.3 compatible version of this library.
- A Swift 4 compatible version of this library is available under the 1.4.1 release.
NEW
- Added the ability to query a print job status to the Print API. The new functionality is exercised in the Example app.
- PrintImage now downloads the image locally before requesting the Clover Device to print the downloaded image. Previous behavior was for the Clover Device to download the image and print it.
FIXES
- Example App MiscViewController's status and query payment buttons function headers now correct.
- CloverConnectorDeviceObserver.lastRequest is now being cleared during a reset device.
- The Example app now properly caches the auth token for pairing.
- Added to UiStateMessage: CUSTOM_ACTIVITY and STARTING_CUSTOM_ACTIVITY, so that custom activity states are properly reported to the host application.
- Manually disposing of a CloverConnector now fires the onDisconnect notification.
- Example App displayed order will now be correct upon removing the last item for a particular type.