Releases: RadiusNetworks/flybuy-android
Releases · RadiusNetworks/flybuy-android
FlyBuy SDK
Enhancements:
- Support apps without BLE permission (note beacons will not work in this case) - See #273 for details and caveats
FlyBuy SDK
Enhancements:
- Documentation updates
FlyBuy SDK
Bug Fixes:
- Fixes crash when push message fields do not match FlyBuy push data
FlyBuy SDK
Bug Fixes:
- Fix issue with push messages setting an invalid order or customer state
FlyBuy SDK
Enhancements:
- Include push message data in intent when opening app from FlyBuy order notification
FlyBuy SDK
Bug Fixes:
- Fix
null
value inorder.site.partner_identifer
when site has a partner identifier
FlyBuy SDK
Bug Fixes:
- Fixes NoClassDefFoundException on pre-lollipop devices
Doc:
- Add instructions for proguard when targeting SDK 28 or lower
FlyBuy SDK
Enhancements:
- Add
pickupType
as an optional parameter forFlyBuy.orders.claim(...)
- Add
redeemedAt
to theOrder
model for checking if an order is claimed
FlyBuy SDK
Bug Fixes:
- Add JvmStatic to FlyBuy methods so they can be used by Java.
FlyBuy SDK
Enhancements:
- Ability to change order state via SDK
- Method for adding a customer review to an order
- Build two flavors of SDK for Xamarin so there can be package for SDK 29 and higher and one for SDK 28 and lower