Skip to content

Releases: superwall/Superwall-Android

1.0.0-alpha.20

10 Nov 01:53
a6a2751
Compare
Choose a tag to compare
1.0.0-alpha.20 Pre-release
Pre-release

Fixes

  • Fixes app_open race condition
  • Prevents calling purchase twice
  • Disables interactivity during purchase

1.0.0-alpha.19

06 Nov 19:18
eaca8f0
Compare
Choose a tag to compare
1.0.0-alpha.19 Pre-release
Pre-release

Enhancements

  • Adds the ability to provide an ActivityProvider when configuring the SDK. This is an interface
    containing the function getCurrentActivity(), which Superwall will use to present paywalls from.
    You would typically conform an ActivityLifecycleTracker 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

03 Nov 17:32
ee3c6fd
Compare
Choose a tag to compare
1.0.0-alpha.17 Pre-release
Pre-release

Enhancements

  • Adds missing automatic purchase controller

1.0.0-alpha.15

03 Nov 01:09
Compare
Choose a tag to compare
1.0.0-alpha.15 Pre-release
Pre-release

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

01 Nov 10:10
1839c3b
Compare
Choose a tag to compare
1.0.0-alpha.14 Pre-release
Pre-release

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

26 Oct 22:43
Compare
Choose a tag to compare
1.0.0-alpha.13 Pre-release
Pre-release

Fixes

  • Fixes concurrency issues when setting and retrieving values like the appUserId and seed.

1.0.0-alpha.11

26 Oct 07:25
94e6532
Compare
Choose a tag to compare
1.0.0-alpha.11 Pre-release
Pre-release

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

24 Oct 09:45
Compare
Choose a tag to compare
1.0.0-alpha10 Pre-release
Pre-release

Fixes

  • Passes parameters and user attributes to the paywall view controller on paywall open

1.0.0-alpha09

24 Oct 06:56
Compare
Choose a tag to compare
1.0.0-alpha09 Pre-release
Pre-release

Fixes

  • Fixes issue where computed properties, such as daysSince_myEvent, weren't being serialized correctly.

Alpha 08

23 Oct 20:08
5c838e9
Compare
Choose a tag to compare
Alpha 08 Pre-release
Pre-release

Approaching a final pre-release