Skip to content

Releases: Shopify/checkout-sheet-kit-android

0.3.1

24 Nov 15:59
190bdc0
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Changes

  • Fix for Java interoperability r.e. constructing DefaultCheckoutEventProcessor and default arguments (#14)

0.3.0

24 Nov 13:49
67bcae3
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Breaking Changes

Allow setting sRGB colors as well as color resource IDs in ColorSchemes (#11)

  // Previously
  webViewBackground = Color(R.color.checkoutDarkBg)

  // Now
  webViewBackground = Color.ResourceId(R.color.checkoutDarkBg)
  // Or
  webViewBackground = Color.SRGB(-0xff0001)

Other

  • Implemented onRenderProcessGone to prevent app crashes when the render process is killed to reclaim memory (#9)
  • JavaDoc improvements (#7)
  • Add function to retrieve the currently applied ShopifyCheckoutKit configuration (#7)

0.2.1

14 Nov 19:50
4a543d2
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Initial Developer Preview release of Checkout-Kit for Android