Skip to content

Releases: superwall/Superwall-Android

1.0.0-alpha.30

14 Dec 23:09
93e5279
Compare
Choose a tag to compare
1.0.0-alpha.30 Pre-release
Pre-release

Enhancements

  • SW-2154: The SDK now includes a paywall debugger, meaning you can scan the QR code of any paywall in the editor to preview it on device. You can change its localization, view product attributes, and view the paywall with or without a trial.

Fixes

  • More bug fixes relating to the loading of products.

1.0.0-alpha.29

14 Dec 18:24
fc3e67f
Compare
Choose a tag to compare
1.0.0-alpha.29 Pre-release
Pre-release

Fixes

  • SW-2631: Fixes issue where paywalls weren't showing if the products within them had a base plan or
    offer ID set.

1.0.0-alpha.28

11 Dec 20:31
d073821
Compare
Choose a tag to compare
1.0.0-alpha.28 Pre-release
Pre-release

Fixes

  • SW-2615: Fixes crash on Android versions <8 when accessing the Android 8+ only class Period.
  • SW-2616: Fixes crash where the PaywallViewController was sometimes being added to a new parent view before
    being removed from it's existing parent view.

1.0.0-alpha.27

06 Dec 00:45
48fd487
Compare
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
Compare
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
Compare
Choose a tag to compare
1.0.0-alpha.25 Pre-release
Pre-release

1.0.0-alpha.24

16 Nov 02:21
02a69c0
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
1.0.0-alpha.21 Pre-release
Pre-release

Fixes

  • Changes Activity to AppCompatActivity