Skip to content

Releases: superwall/Superwall-Android

1.0.0-alpha.27

06 Dec 00:45
48fd487

Choose a tag to compare

1.0.0-alpha.27 Pre-release
Pre-release

Breaking Changes

  • #SW-2218: Changes the PurchaseController purchase function to purchase(activity:productDetails:basePlanId:offerId:).
    This adds support for purchasing offers and base plans.

Enhancements

  • #SW-2600: Backport device attributes
  • Adds support for localized paywalls.
  • Paywalls are only preloaded if their associated rules can match.
  • Adds status bar to full screen paywalls.

Fixes

  • Fixes issue where holdouts were still matching even if the limit set for their corresponding rules were exceeded.
  • #SW-2584: Fixes issue where prices with non-terminating decimals were causing products to fail to load.

1.0.0-alpha.26

17 Nov 22:22

Choose a tag to compare

1.0.0-alpha.26 Pre-release
Pre-release

Fixes

  • Additional fixes to make Google billing more robust.
  • Fixes an issue that causes transaction_complete events to fail.

1.0.0-alpha.25

16 Nov 11:15
fc5ff5f

Choose a tag to compare

1.0.0-alpha.25 Pre-release
Pre-release

1.0.0-alpha.24

16 Nov 02:21
02a69c0

Choose a tag to compare

1.0.0-alpha.24 Pre-release
Pre-release

Fixes

  • Fixes an issue that could cause "n/a" to be displayed on a paywall in place of the proper subscription period string.

1.0.0-alpha.23

14 Nov 12:02
b597e59

Choose a tag to compare

1.0.0-alpha.23 Pre-release
Pre-release

Fixes

  • Fixes an issue where calling identify right after configure would hang b/c network requests need to access the user id to add to headers.
  • Fixes a potential crash when loading data from disk

1.0.0-alpha.22

13 Nov 21:38

Choose a tag to compare

1.0.0-alpha.22 Pre-release
Pre-release

Fixes

  • Fixes threading issue

1.0.0-alpha.21

10 Nov 05:41
74d3333

Choose a tag to compare

1.0.0-alpha.21 Pre-release
Pre-release

Fixes

  • Changes Activity to AppCompatActivity

1.0.0-alpha.20

10 Nov 01:53
a6a2751

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

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

Choose a tag to compare

1.0.0-alpha.17 Pre-release
Pre-release

Enhancements

  • Adds missing automatic purchase controller