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

Releases: Shopify/mobile-buy-sdk-android

2.0.0

27 Jul 02:51

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

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

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

1.2.3

12 Feb 19:06

Choose a tag to compare

  • Adds app's package identifier to the user_agent
  • Adds checkout attributes

1.2.2

14 Jan 21:14

Choose a tag to compare

  • Add support for clearing a ShippingRate from a Checkout (#17)
  • Use Chrome Custom Tab for completing a checkout if it is available (#13, #14)
  • Fix issues with OkHttp 2.5 when trying to store a credit card (#11)
  • Fix Null pointer exceptions in Sample and SDK (#20)

1.2.1

19 Oct 20:48

Choose a tag to compare

  • Product now includes tags (#3).
  • Checkout now includes note (#6).
  • Fixed issue with OkHttp 2.5.0 (#8).
  • ProductVariant now exposes Product title (#5).

1.2.0

02 Oct 17:38

Choose a tag to compare

Mobile Buy SDK is now open source.

We welcome contributions, please read more here.

  • Removed the "Native Sample App".
  • Removed the "Product View Sample App."
  • Added a new improved "Sample App" to demonstrate use of the SDK
  • Replaced Paralloid library with CollapsingToolbarLayout