Skip to content

Releases: Shopify/mobile-buy-sdk-android

3.0.3

11 Jul 17:51
Compare
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
Compare
Choose a tag to compare

Update Storefront GraphQL schema to the latest one.

3.0.1

26 Jun 18:33
Compare
Choose a tag to compare

Update GraphQL storefront schema to the latest one

3.0.0

03 Jun 01:42
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixes issue with getting the body of the Retrofit Error (#249)

2.0.0

27 Jul 02:51
Compare
Choose a tag to compare
  • Added customer login support
  • Simplified checkout handling
  • Improved support for error parsing
  • Standardized API client interfaces (see BuyClient)
  • Removed dependencies on deprecated APIs
  • Updated sample app, including addition of Customer account sample code
  • Added built in support for RxJava, and cancelling in flight calls to the BuyClient
  • Added Android Pay support
  • Updated OkHttp and Retrofit Libraries
  • Consistent use of Long for model ids
  • Android Pay support

2.0.0-rc1

27 Jun 20:47
Compare
Choose a tag to compare
2.0.0-rc1 Pre-release
Pre-release
  • Added customer login support
  • Simplified checkout handling
  • Improved support for error parsing
  • Standardized API client interfaces (see BuyClient)
  • Removed dependencies on deprecated APIs
  • Updated sample app, including addition of Customer account sample code
  • Added built in support for RxJava, and cancelling in flight calls to the BuyClient
  • Added Android Pay support
  • Updated OkHttp and Retrofit Libraries
  • Consistent use of Long for model ids

Please note that Android Pay is not supported in this pre-release.

1.2.4

16 Mar 18:51
Compare
Choose a tag to compare
  • Fixes an issue with Gift Cards and Checkout updates #28
  • Fixes an issue with removing reservations #30
  • Adds paginated Collection API #35