Skip to content

Releases: dapi-co/DapiConnect-Android

DapiConnect-Android v2.37.5

26 Jan 14:43

Choose a tag to compare

DapiConnect-Android v2.37.4

11 Jul 14:47

Choose a tag to compare

  • UI improvements
  • Fixed Dapi.start() callbacks not invoked when the SDK is restarted after Dapi.destroy() invocation.

DapiConnect-Android v2.37.3

09 Jun 04:28

Choose a tag to compare

DapiConnect-Android v2.37.2

09 Jun 04:26

Choose a tag to compare

Enhancements for cross-platform.

DapiConnect-Android v2.37.1

09 Jun 04:23

Choose a tag to compare

JVM version bug fix

DapiConnect-Android v2.37.0

09 Jun 04:22

Choose a tag to compare

Added DapiTransferResultManipulationCallback to manipulate message shown on the Transfer Result Screen in successful and failed attempts

Dapi.transferCallback = object : DapiTransferResultManipulationCallback {
    override fun onTransferSuccessResult(result: DapiTransferResult.Success): String? {
        return "Transfer was successful ${result.reference} ${result.amount} ${result.account.number} ..."
    }

    override fun onTransferErrorResult(result: DapiTransferResult.Error): String? {
        return "Transfer failed ${result.error.message} ${result.error.type} ..."
    }
    
    override fun willTransferAmount(result: DapiTransferResult.PreTransfer) {}

    override fun onUiDismissed() {}
}

DapiConnect-Android v2.36.2

22 May 07:56

Choose a tag to compare

General improvements.

DapiConnect-Android v2.36.1

18 May 15:38

Choose a tag to compare

Minor UI bug fix

DapiConnect-Android v2.36.0

18 May 13:26

Choose a tag to compare

Added NymCard Load Funds API

connection.nymcardLoadFunds(token, account, amount)

DapiConnect-Android v2.35.0

10 Apr 21:10

Choose a tag to compare

  • Added Dapi.dismissTransfer() to dismiss Dapi transfer UI
  • Added Dapi.dismissMFA() to dismiss Dapi MFA UI
  • Fixed amount field not passing exact minimum amount verification