Releases: superwall/Superwall-Android
Releases · superwall/Superwall-Android
1.0.0-alpha.20
Fixes
- Fixes
app_open
race condition - Prevents calling purchase twice
- Disables interactivity during purchase
1.0.0-alpha.19
Enhancements
- Adds the ability to provide an
ActivityProvider
when configuring the SDK. This is an interface
containing the functiongetCurrentActivity()
, which Superwall will use to present paywalls from.
You would typically conform anActivityLifecycleTracker
to this interface.
Fixes
- Fixes
app_launch
event not triggering - Fixes a crash when storing a
List
to user attributes and if that List or a Map had a null value.
1.0.0-alpha.17
Enhancements
- Adds missing automatic purchase controller
1.0.0-alpha.15
Enhancements
- Adds automatic purchase controller
- Improves memory handling for webviews
- Hides the loading indicator on a paywall if transactionBackgroundView is set to
NONE
1.0.0-alpha.14
Enhancements
- Adds
trigger_session_id
to Superwall Events. - Resets the scroll position of the paywall on close.
Fixes
- Fixes issue where an invalid currency code on a device would crash the app when trying to retrieve products.
1.0.0-alpha.13
Fixes
- Fixes concurrency issues when setting and retrieving values like the appUserId and seed.
1.0.0-alpha.11
Fixes
- Can now use both non-recurring products and subscription products in paywalls.
- Fixes a crash issue that was caused by a lazy variable being accessed before it was initialized.
1.0.0-alpha10
Fixes
- Passes parameters and user attributes to the paywall view controller on paywall open
1.0.0-alpha09
Fixes
- Fixes issue where computed properties, such as
daysSince_myEvent
, weren't being serialized correctly.
Alpha 08
Approaching a final pre-release