Skip to content

Releases: brankas/core-sdk-android

Balance Tap SDK v1.1.0

14 Jul 06:09
Compare
Choose a tag to compare

1.1.0 - 2022-07-08

Added

  • support for balance retrieval for Corporate Accounts
  • pngLogoUrl field within Bank for the logo in PNG format

Changed

  • automatic bank selection when only 1 bank code is passed via bankCodes within BalanceTapRequest

Fixed

  • closing of Tap Web Application when back button is pressed or Yes is clicked from DismissalDialog
  • crash when passing an unlisted BankCode gotten from getEnabledBanks() function to checkout() function

Statement Tap v3.0.0

30 May 08:01
Compare
Choose a tag to compare

3.0.0 - 2022-05-27

Added

  • initDownload() function that is called in onCreate() function to initialize and enable downloading of statement list in CSV format
  • downloadStatements() function to return the statement data in byte array and option to directly download Statement List to the mobile phone in CSV format
  • support for statement retrieval for Corporate Accounts
  • isCorporate field in Bank

Changed

  • minimum SDK version from 17 to 21
  • sorted returned banks from getEnabledBanks() function
  • automatic bank selection when only 1 bank code is passed via bankCodes within StatementTapRequest
  • rxjava version from 3.0.0 to 3.0.6
  • protobufjavalite version from 3.19.0-rc-1 to 3.20.0
  • gRPC version from 1.41.0 to 1.45.1

Fixed

  • enabling of autoConsent within StatementTapRequest

Direct Tap v3.4.0

30 May 07:59
Compare
Choose a tag to compare

3.4.0 - 2022-05-27

Added

  • isCorporate field in Bank

Changed

  • minimum SDK version from 17 to 21
  • sorted returned banks from getSourceBanks() function
  • rxjava version from 3.0.0 to 3.0.6
  • protobufjavalite version from 3.19.0-rc-1 to 3.20.0
  • gRPC version from 1.41.0 to 1.45.1

Balance Tap v1.0.2

30 May 13:10
Compare
Choose a tag to compare

1.0.2 - 2022-05-30

Fixed

  • missing field crash
  • missing Account and Bank classes

Direct Tap v3.3.0

27 Apr 07:42
Compare
Choose a tag to compare

Added

  • LandBank and EastWest Banks in BankCode enum list
  • updating of ActionBar text via checkout function; if null is sent, the ActionBar will be hidden

Statement Tap v2.2.0

27 Apr 07:36
Compare
Choose a tag to compare

2.2.0 - 2022-04-27

Added

  • updating of ActionBar text via checkout function; if null is sent, the ActionBar will be hidden

Balance Tap v1.0.0

30 May 07:58
Compare
Choose a tag to compare

1.0.0 - 2022-05-26

Added

  • initialize() function that accepts the API Key and the chosen environment to interact with (Sandbox or Production)
  • checkout() function that is used to redirect the user to the Tap Web Application for Balance Retrieval inside WKWebView or Safari Web Browser
  • getEnabledBanks() function to retrieve available banks for balance retrieval
  • retrieveCheckoutURL() function to get the checkout URL for balance retrieval
  • getFrameworkVersion() function for retrieving the current Framework Version
  • getBundleSeedID() function for retrieving the Mobile Application Signature

Statement Tap v2.1.0

18 Apr 06:39
Compare
Choose a tag to compare

2.1.0 - 2022-04-18

Changed

  • package from tap.common to tap.model
  • getEnabledBanks parameter from CoreListener<List> to CoreListener<List>

Added

  • Bank class that includes country, logo URL, name of the bank and its corresponding BankCode

Direct Tap v3.2.0

08 Apr 06:29
Compare
Choose a tag to compare

3.2.0 - 2022-04-08

Changed

  • package from tap.common to tap.model
  • Bank logoUrl format from SVG to PNG

Direct Tap v3.1.0

28 Mar 06:36
Compare
Choose a tag to compare

3.1.0 - 2022-03-28

Changed

  • getSourceBanks parameter from CoreListener<List> to CoreListener<List>

Added

  • Bank class that includes FundTransferLimit (pertains to bank transfer minimum and maximum amounts), FundTransferFee (pertains to interbank and interbank transfer fees, if there are), country, logo URL, name of the bank and its corresponding BankCode