Skip to content

Releases: adaptyteam/AdaptyUI-Android

3.0.2

01 Nov 22:06
Compare
Choose a tag to compare

Included in Adapty BoM 3.0.3

Release notes: https://github.com/adaptyteam/AdaptySDK-Android/releases/tag/3.0.3

⚠️ This repository has been deprecated and merged into https://github.com/adaptyteam/AdaptySDK-Android.
Future Adapty BoM releases can be found at https://github.com/adaptyteam/AdaptySDK-Android/releases

3.0.1

22 Oct 08:02
Compare
Choose a tag to compare

3.0.0

01 Oct 10:56
Compare
Choose a tag to compare

🎉 Meet the Adapty Android SDK v3

With this version we're introducing support for the new paywall builder that offers more templates and layout flexibility. Note that:

  • This version doesn't support paywalls created in the legacy (current) paywall builder
  • But you can easily migrate those with a single press of a button in Adapty Dashboard
    Read our Migration Guide for mode details.

⚠️ Please migrate to Adapty BoM, as described here

Breaking Changes:

  • AdaptyUI.ViewConfiguration has been replaced with AdaptyUI.LocalizedViewConfiguration
  • Added out-of-the-box support for Jetpack Compose
  • AdaptyUI.getPaywallView() and AdaptyPaywallView.showPaywall() signatures have been changed. The methods setEventListener and setObserverModeHandler have been removed from AdaptyPaywallView. The corresponding parameters have been migrated to AdaptyPaywallView.showPaywall(). Read more
  • The AdaptyUiEventListener methods' signatures have been changes. Read more

2.11.3

10 Sep 18:19
Compare
Choose a tag to compare

⚠️ Update Adapty Android SDK to 2.11.5

  • added unified price formatting (no decimals for integers and 2-digits decimals for non-integers)

2.11.2

09 Aug 20:10
Compare
Choose a tag to compare
  • improved calculation of price normalized to show cost per specified time period (e.g. price per day, per week, etc.)

2.11.1

05 Jun 09:01
Compare
Choose a tag to compare
  • made the isHard property of AdaptyUI.ViewConfiguration public

2.11.0

10 May 13:32
Compare
Choose a tag to compare

⚠️ Update Adapty Android SDK to 2.11.0

New:

  • Starting with this version, we are synchronizing the versioning of Adapty SDK and AdaptyUI SDK.
  • We now rely on CDN for data loading, a technology that allows us to synchronize data much faster.
  • AdaptyUI now supports image loading via URLs from this version, which can reduce ViewConfiguration loading time.
  • From this version onwards, AdaptyUI utilizes a Fallback Paywalls file to retrieve the ViewConfiguration object.
  • It is now also possible to use AdaptyUI in Observer Mode.

Breaking:

  • Adapty.getViewConfiguration() moved from Adapty Android SDK and changed to AdaptyUI.getViewConfiguration().
  • The locale parameter has been removed from the .getViewConfiguration() method. Adapty will now use the paywall's locale.
  • The paywall parameter has been removed from the .getPaywallView() method.

⚠️ Warning: Please ensure you update the Fallback Paywalls files before releasing a new version.

2.1.3

16 Feb 12:35
Compare
Choose a tag to compare

⚠️ Update Adapty Android SDK to 2.10.2

2.1.2

11 Feb 13:39
Compare
Choose a tag to compare

⚠️ Update Adapty Android SDK to 2.10.0

  • added support for custom fonts
  • added support for custom tags
  • added onRestoreStarted callback to AdaptyUiEventListener
  • added onAwaitingSubscriptionUpdateParams callback to AdaptyUiEventListener where you can supply an AdaptySubscriptionUpdateParameters object

2.1.1

09 Feb 13:22
Compare
Choose a tag to compare

⚠️ Update Adapty Android SDK to 2.10.0

  • added support for custom fonts
  • added support for custom tags
  • added onRestoreStarted callback to AdaptyUiEventListener
  • added onAwaitingSubscriptionUpdateParams callback to AdaptyUiEventListener where you can supply an AdaptySubscriptionUpdateParameters object