Skip to content

Releases: brankas/core-sdk-android

Statement Tap v2.0.1

21 Feb 06:50
Compare
Choose a tag to compare

2.0.1 - 2022-02-21

Fixed

  • missing classes that are not generated properly

2.0.0 - 2022-02-17

Added

  • option to do Statement Retrieval via StatementRetrievalRequest passed inside StatementTapRequest after Tap Web Session
  • added separate function retrieveCheckoutURL to get the checkout URL
  • added getEnabledBanks function to retrieve available banks for statement retrieval

Changed

  • removed showInBrowser option from StatementTapRequest because just retrieving the URL is already in another function
  • bankCodes from StatementTapRequest now accepts null value; if it is set to null, automatically all enabled banks will be shown in the Tap Web Application

Statement Tap v1.4.0

10 Feb 08:01
Compare
Choose a tag to compare

1.4.0 - 2022-02-10

Fixed

  • crash when pressing the Home Button or PowerLock Button while Tap Web App is seen in the Host App (only applicable when Fragment Implementation is used)

Changed

  • renamed overloaded checkout() function for Fragment Implementation to checkoutViaFragment to avoid confusion with the Activity Implementation
  • useRememberMe default value to false in both checkout() and checkoutViaFragment() options
  • removed the interface TapListener and replaced with the existing CoreListener for returning transaction

Direct Tap v3.0.0

07 Feb 09:26
Compare
Choose a tag to compare

3.0.0 - 2022-02-04

Fixed

  • crash within the Fragment if device goes to sleep mode or has been locked
  • minimized calling of the terminate() function

Changed

  • removed the interface TapListener and replaced with the existing CoreListener for returning transaction
  • transaction id to Transaction object for the CoreListener callback
  • renamed overloaded checkout function for launching the internal WebView within Fragment to checkoutViaFragment to avoid confusion of using the Activity alternative
  • removed showInBrowser option within DirectTapRequest because a dedicated method has been created to accommodate the retrieval of checkout URL

Direct Tap v2.7.1

28 Jan 07:43
Compare
Choose a tag to compare

2.7.1 - 2022-01-28

Fixed

  • closing of fragment when success, failed or cancelled URL's are detected
  • showing of dismissal dialog when back button is pressed for fragment implementation

Changed

  • arrow color for fragment implementation as optional

Statement Tap v1.3.2

28 Jan 07:44
Compare
Choose a tag to compare

1.3.2 - 2022-01-28

Fixed

  • closing of fragment when success, failed or cancelled URL's are detected
  • showing of dismissal dialog when back button is pressed for fragment implementation

Changed

  • arrow color for fragment implementation as optional

Direct Tap v2.7.0

26 Jan 07:30
Compare
Choose a tag to compare

Added

  • private terminate() function which is explicitly called when Internal WebView is destroyed

Direct Tap v2.6.1

17 Jan 09:29
Compare
Choose a tag to compare

2.6.1 - 2022-01-17

Fixed

  • automatic closing of Internal WebView when success or fail URL's do not start with https

Direct Tap v2.6.0

17 Jan 03:43
Compare
Choose a tag to compare

2.6.0 - 2022-01-12

Added

  • function for retrieving the current SDK Version
  • function for retrieving the Mobile Application Signature (either in SHA1, SHA256 or MD5 format)
  • support for transactional retries within the WebView

Statement Tap v1.3.1

17 Jan 09:31
Compare
Choose a tag to compare

1.3.1 - 2022-01-17

Fixed

  • automatic closing of Internal WebView when success or fail URL's do not start with https

Statement Tap v1.30

17 Jan 03:52
Compare
Choose a tag to compare

1.3.0 - 2022-01-12

Added

  • function for retrieving the current SDK Version
  • function for retrieving the Mobile Application Signature (either in SHA1, SHA256 or MD5 format)
  • support for transactional retries within the WebView