这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: Shopify/mobile-buy-sdk-android

3.0.6

10 Aug 23:06

Choose a tag to compare

Update storefront schema
Small changes to PayHelper.isReadyToPay to accept set of CardNetworkType enum values rather than set of strings

3.0.5

03 Aug 15:47

Choose a tag to compare

Update storefront schema to the latest
Update Pay support to accept settings for country code and supported card brands

3.0.4

24 Jul 19:51

Choose a tag to compare

Update Storefront schema

3.0.3

11 Jul 17:51

Choose a tag to compare

Update Storefront schema to the latest one
Update java-gen to the latest one
Remove reference to user provided callback when Graph call finished or canceled

3.0.2

30 Jun 17:48

Choose a tag to compare

Update Storefront GraphQL schema to the latest one.

3.0.1

26 Jun 18:33

Choose a tag to compare

Update GraphQL storefront schema to the latest one

3.0.0

03 Jun 01:42

Choose a tag to compare

Version 3 introduces a new paradigm for the Buy SDK, which is now built entirely on top of GraphQL. This release is not backwards compatible with previous versions of the Buy SDK.

2.1.0

18 Nov 19:02

Choose a tag to compare

  • Remove setters on read-only properties of Customer model, they have never worked and should not be exposed #274
  • Add store API Interceptors #297
  • Introduce separate page size setting for collection listing and product tag APIs #299
  • Update MaskedWalletGeneration in AndroidPayHelper to allow specifying the countries to ship to #259
  • Remove test assets from the library release #303
  • Fix Product.hasDefaultVariant #310
  • Add override of hashCode to OptionValue #317
  • Update third party dependencies, including play-services-wallet to 9.8.0 and and Support libraries to 24.0.0 #323
  • Remove resources that should not have been included in the library. #255, #256, #277

2.0.2

23 Sep 14:51

Choose a tag to compare

  • Fixes issue completing a checkout if the balance owing is 0. #292
  • Fixes issue with parsing Properties on a LineItem if they are not simple Strings #293
  • Fixes cart permalink generation in Sample Application #283

2.0.1

03 Aug 14:56

Choose a tag to compare

  • Fixes issue with getting the body of the Retrofit Error (#249)