Skip to content

Releases: RadiusNetworks/flybuy-android

FlyBuy SDK

06 May 16:06
Compare
Choose a tag to compare

Enhancements:

  • Support apps without BLE permission (note beacons will not work in this case) - See #273 for details and caveats

FlyBuy SDK

30 Apr 17:36
Compare
Choose a tag to compare

Enhancements:

  • Documentation updates

FlyBuy SDK

19 Apr 02:04
Compare
Choose a tag to compare

Bug Fixes:

  • Fixes crash when push message fields do not match FlyBuy push data

FlyBuy SDK

08 Apr 17:48
Compare
Choose a tag to compare

Bug Fixes:

  • Fix issue with push messages setting an invalid order or customer state

FlyBuy SDK

07 Apr 21:10
Compare
Choose a tag to compare

Enhancements:

  • Include push message data in intent when opening app from FlyBuy order notification

FlyBuy SDK

06 Apr 15:37
Compare
Choose a tag to compare

Bug Fixes:

  • Fix null value in order.site.partner_identifer when site has a partner identifier

FlyBuy SDK

30 Mar 20:23
Compare
Choose a tag to compare

Bug Fixes:

  • Fixes NoClassDefFoundException on pre-lollipop devices

Doc:

  • Add instructions for proguard when targeting SDK 28 or lower

FlyBuy SDK

26 Mar 17:15
Compare
Choose a tag to compare

Enhancements:

  • Add pickupType as an optional parameter for FlyBuy.orders.claim(...)
  • Add redeemedAt to the Order model for checking if an order is claimed

FlyBuy SDK

16 Mar 21:15
Compare
Choose a tag to compare

Bug Fixes:

  • Add JvmStatic to FlyBuy methods so they can be used by Java.

FlyBuy SDK

21 Feb 15:09
Compare
Choose a tag to compare

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