Skip to content

Releases: dapi-co/DapiConnect-Android

DapiConnect-Android v0.3.2

08 Dec 17:24
6c45baa

Choose a tag to compare

  • Fix country code issue with createBeneficiary
  • Reject createBeneficiary call if any DapiBeneficiaryInfo param is invalid

DapiConnect-Android v0.3.1

30 Nov 11:40
4b8f35f

Choose a tag to compare

Clients changes:

  • Queueing requests called in parallel per connection

AutoFlow changes:

  • Update cache after each API call
  • UI/UX changes in MFA and errors screens
  • Fixed crash happening for a verifying connection when trying to send money

DapiConnect-Android v0.3.0

04 Nov 23:43
9135bfe

Choose a tag to compare

Make MFA screens dismissible and fire onFailure callback with msg "User cancelled" if MFA screen is dismissed by the user

DapiConnect-Android v0.2.10

08 Oct 19:45
5d2ab54

Choose a tag to compare

AutoFlow changes

  • Added fetching balance text while fetching balance

DapiPaymentClient changes

dapiClient.payment.createTransfer(accountNumber, name, amount, senderID, remark, onSuccess = {

            }, onFailure =  {

            })

Connect changes

  • Fixed passing a null account after a successful connection

Minor UI changes

  • Fixed ENBD colors in MFA screen
  • Added a loader in MFA screens to show while the user inputs are being processed

DapiConnect-Android v0.2.9

07 Oct 13:35
e9dea2c

Choose a tag to compare

Reduce user waiting time after a successful connection.

  • Accounts and balances will be fetched once AutoFlow is presented
  • Accounts won't be cached if you are NOT using AutoFlow
  • Fix repeating MFA crash