Releases: adaptyteam/AdaptyUI-Android
3.0.2
Included in Adapty BoM 3.0.3
Release notes: https://github.com/adaptyteam/AdaptySDK-Android/releases/tag/3.0.3
Future Adapty BoM releases can be found at https://github.com/adaptyteam/AdaptySDK-Android/releases
3.0.1
3.0.0
🎉 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.
Breaking Changes:
AdaptyUI.ViewConfiguration
has been replaced withAdaptyUI.LocalizedViewConfiguration
- Added out-of-the-box support for Jetpack Compose
AdaptyUI.getPaywallView()
andAdaptyPaywallView.showPaywall()
signatures have been changed. The methodssetEventListener
andsetObserverModeHandler
have been removed fromAdaptyPaywallView
. The corresponding parameters have been migrated toAdaptyPaywallView.showPaywall()
. Read more- The
AdaptyUiEventListener
methods' signatures have been changes. Read more
2.11.3
2.11.2
2.11.1
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 toAdaptyUI.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.
2.1.3
- added support for close button transition
2.1.2
- added support for custom fonts
- added support for custom tags
- added
onRestoreStarted
callback toAdaptyUiEventListener
- added
onAwaitingSubscriptionUpdateParams
callback toAdaptyUiEventListener
where you can supply anAdaptySubscriptionUpdateParameters
object
2.1.1
- added support for custom fonts
- added support for custom tags
- added
onRestoreStarted
callback toAdaptyUiEventListener
- added
onAwaitingSubscriptionUpdateParams
callback toAdaptyUiEventListener
where you can supply anAdaptySubscriptionUpdateParameters
object