Releases: Shopify/mobile-buy-sdk-android
Releases · Shopify/mobile-buy-sdk-android
2.0.0
27 Jul 02:51
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Adds app's package identifier to the user_agent
Adds checkout attributes
1.2.2
14 Jan 21:14
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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