Releases: RadiusNetworks/flybuy-android
Releases · RadiusNetworks/flybuy-android
0.6.1
Bug Fixes:
- Fixes crash when claiming an order on some Android devices
0.6
Enhancements:
- Target Android API 29 to support "while in use" location permission
- See quickstart.md for instructions if your app targets less than API 29
- Sites methods to get list of available sites via
FlyBuy.sites.fetch()
- Several method signatures have been renamed and updated for consistency across platforms.
Deprecations:
- Several methods in the SDK have been deprecated that are not consistent across platforms. The deprecated methods will be removed in a future release.
FlyBuy.orders.claim()
andFlyBuy.orders.create()
no longer create a customer if the user is not logged in
0.5.1
Enhancements:
- Reduce number of dependencies on external libraries
Bug Fixes:
- Fix crashes on Android API levels less than 21
- Updated documentation for gradle dependencies
0.5
Enhancements:
- Create Order method
Bug Fixes:
- Include customer completed orders in closed orders
- Updated documentation for gradle dependencies
0.4.3
Enhancements:
- Login with Token
- Extension functions for getting open and closed orders for a list of all orders
Bug Fixes:
- Fixes DB migration issue
0.4.2
Enhancements:
- Provide methods for getting cached orders
0.4.1
Bug Fixes:
- Make Bluetooth not required
0.4
Enhancements:
- SDK methods now match iOS SDK methods to simplify third party integrations
- Beacon support added for sites that use beacons
Deprecations:
- CustomerManager is no longer accessible directly. Use SDK methods available via FlyBuy.customer methods
- OrdersManager is no longer accessible directly. Use SDK methods available via FlyBuy.order methods
0.3
Enhancements:
- Refactor interfaces to support Xamarin access to API
0.2.1
Enhancements:
- Tapping the "Order in Progress" service notification opens the default activity for the app