Releases: clover/remote-pay-android
4.3.6
4.3.5
4.3.5 Release Change Highlights
- Added support for two upcoming Clover devices
- Added support for REMOTE_ERROR message. Exposed via
ICloverConnectorListener.onDeviceError()
- Added an incomplete packet check to USB transport
- Added presentQrcOnly transaction setting to
BaseTransactionRequest.java
for enabling QRCode only mode on a transaction ICloverConnectorListener.onVaultCardResponse()
now populates the reason- Removed usage of Build.SERIAL
4.3.2
4.3.2 Release Change Highlights
Resolved issue handing an offline manual refund
Updated dependencies for incremental authorization and surcharge capabilities.
4.2.3
4.2.3 Release Change Highlights
Support for Station Pro
General bug fixes and quality improvements
Station Pro Support
The remote-pay-android SDK now supports running on Station Pro devices. The Clover Connector now supports a new configuration option for running on Clover hardware that supports Dual Displays via the DualDisplayCloverDeviceConfiguration object when creating your cloverConnector
cloverConnector = new CloverConnector(new DualDisplayCloverDeviceConfiguration(this, RemoteApplicationId));
3.0.0
3.0 Release Change Highlights
A new Loyalty API
General bug fixes and quality improvements
Loyalty API
Clover now supports the exchange of customer loyalty information between a Clover device and a point of sale. This communication channel provides the ability to recognize customers using unique identifiers. An identifier could be the customer’s name, phone number, or email address; their loyalty card number stored with a barcode or stripe; or an Apple Pass or Google SmartTap NFC payload broadcast by the customer’s phone.
Both the point-of-sale software and custom activities on the Clover device can access the data to perform database lookups and then customize the customer experience using the data.
v2.0.1
Minor update to resolve an issue with the maven published artifact.
v1.4.3
Clover Mini version 2 support for the Clover Connector Android SDK 1.4 version family
Update the SDK with Mini 2 device support (transparent to the API consumer)
Improve USB reconnect logic on device reboot
2.0.0
Release 2.0.0
1.4.2
1.4.1
NOTE: Full support for version 1.4.1 of the SDK requires version 159 or higher of the Pay Display app.
NEW
- Add support for both development and production certificates in the example apps
- Added ability to retrieve certificates via resource load OR via network endpoint
- Added new API call to request a debug log from the device
- Add per transaction setting support for voids and refunds
FIXED
- Corrected an issue where a transaction setting for disabling a tip on screen for a sale or auth was being ignored
- Fixed problem with External Payment Id being lost when connection lost
- Fixed small problem with Closeout response
- Updated the Example app to work with the Station 2018 mode