Skip to content

Releases: cafebazaar/BazaarPay

5.3.4

14 Sep 09:11
6f00f13
Compare
Choose a tag to compare
  • Fixed target 34 issues

5.3.0

05 Aug 10:04
51b93a0
Compare
Choose a tag to compare

πŸš€ New Features

  • We have addressed several accessibility issues to ensure that our library is more inclusive and user-friendly for everyone.
  • We have added a new function named accessibility. Enabling this function will ensure that the UI is more accessible.

5.2.0

14 Oct 14:39
Compare
Choose a tag to compare

πŸš€ New Features

We have introduced a new feature in this version called autoLogin, which now works seamlessly with authToken.

πŸ› Bug Fixes

In this version, we have addressed a critical issue where the commit API response would cause a crash if the response was null. This bug has been fixed to ensure a smoother user experience.

5.0.1

13 Aug 11:14
Compare
Choose a tag to compare

πŸš€ New Features

  • Trace API on Activity onResume: We have implemented the trace API on Activity onResume, ensuring that user actions in the IPG (In-App Payment Gateway) will not affect payment commits. This feature guarantees a smooth payment experience for your users. πŸ’³

  • BazaarPay Login: We have introduced a new feature in the SDK that allows users to log in to BazaarPay directly from your application. You can now retrieve the login result and seamlessly integrate BazaarPay's functionalities into your app. πŸ”

  • Increase Balance Screen: Developers can open the increase balance screen directly from the SDK. This feature provides a convenient way for users to add funds to their BazaarPay balance without leaving your application. πŸ’°

  • User Balance Retrieval: With the new BazaarPay SDK, you can easily retrieve the user's balance information from BazaarPay. This feature lets you display the user's balance within your application, enhancing transparency and user experience. πŸ’Έ

  • Event Tracking: We have implemented event tracking within our SDK to monitor and track potential issues. This enhancement allows us to proactively identify and resolve any issues that may arise, ensuring a smooth integration process. πŸ“Š

  • DirectPay Contract: Introducing the DirectPay contract feature lets you sign contracts with users directly through the SDK. This feature streamlines the contract signing process, making it more efficient and convenient for you and your users. πŸ“

βš™οΈ Improvements

  • Dynamic Onboarding Screen: We have made the onboarding screen dynamic, and all content is directly fetched from the server. This enhancement provides flexibility in customizing the onboarding experience for users. πŸ”„

πŸ› Bug Fixes

  • ServiceLocator Crashes: We have addressed reported crashes related to the ServiceLocator and resolved them in this release. The stability of the SDK has been improved, ensuring a reliable integration.

4.1.0

26 Jun 14:10
271f6cc
Compare
Choose a tag to compare

πŸš€ New Features

  • AutoLogin Implementation: We've introduced AutoLogin. Now, you can bypass the BazaarPay login and use your own login system for a smoother user experience.
  • "Shetab" Payment Method Support: We've added support for the "Shetab" payment method, expanding our range of available payment options.

βš™οΈ Improvements

  • Payment Process Update: We've deprecated checkoutToken in favor of PaymentURL to streamline the payment process.

πŸ› Bug Fixes

  • Header Bugs: We've addressed and resolved several bugs related to headers.
  • Service Locator Crashes: We've fixed the issue causing service locator crashes, enhancing the stability of our SDK.

4.0.3

08 May 09:53
Compare
Choose a tag to compare
  • deprecate isInDarkMode in BazaarPayOptions; BazaarPay follows your application theme from this release!

4.0.2

30 Apr 09:59
3d28018
Compare
Choose a tag to compare
  • Fix RTL issue in android:supportsRtl="true" case

4.0.0

08 Apr 13:55
Compare
Choose a tag to compare
  • Refactored Pay Launcher API
  • Updated readme and documentation

3.1.0

08 Apr 13:52
Compare
Choose a tag to compare
  • Removed English language support
  • Fixed some UI issues in landscape mode and small screen devices
  • Fixed a UI issue in verifying the OTP screen
  • Fixed an issue that cause the increase-balance button not to work in some situations
  • Added version catalog support in the SDK
  • Refactored sample app code

3.0.1

12 Mar 19:09
Compare
Choose a tag to compare
  • Don't apply ProGuard in release build