Releases: dapi-co/DapiConnect-Android
Releases · dapi-co/DapiConnect-Android
DapiConnect-Android v0.3.2
- Fix country code issue with createBeneficiary
- Reject createBeneficiary call if any DapiBeneficiaryInfo param is invalid
DapiConnect-Android v0.3.1
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
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
AutoFlow changes
- Added fetching balance text while fetching balance
DapiPaymentClient changes
- Added createTransfer function to handle sending money from one HSBC account to another HSBC account
https://docs.dapi.co/docs/exceptions
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
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