Skip to content

Releases: clover/remote-pay-android

4.3.6

21 Dec 22:48
7eb60a2
Compare
Choose a tag to compare

4.3.6 Release Change Highlights

  • Added support for Android 12+
  • Bumped dependency versions
  • Removed jcenter dependencies

4.3.5

28 Feb 22:12
17dbe67
Compare
Choose a tag to compare

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

21 Sep 12:58
53be0e9
Compare
Choose a tag to compare

4.3.2 Release Change Highlights

Resolved issue handing an offline manual refund
Updated dependencies for incremental authorization and surcharge capabilities.

4.2.3

28 May 21:24
Compare
Choose a tag to compare

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

16 Nov 17:22
Compare
Choose a tag to compare

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

14 Nov 14:34
Compare
Choose a tag to compare

Minor update to resolve an issue with the maven published artifact.

v1.4.3

02 Oct 16:57
Compare
Choose a tag to compare

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

04 Oct 22:20
Compare
Choose a tag to compare
Release 2.0.0

1.4.2

04 Sep 20:27
1729ab7
Compare
Choose a tag to compare

FIXED

  • Resolves an issue when running on Station 2018 which prevented Ethernet over USB Tethering to correctly tether through an attached mini.

1.4.1

18 Apr 19:47
ea6e2b4
Compare
Choose a tag to compare

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