Skip to content

Releases: RadiusNetworks/flybuy-android

0.6.1

19 Sep 18:56
Compare
Choose a tag to compare

Bug Fixes:

  • Fixes crash when claiming an order on some Android devices

0.6

13 Sep 22:03
Compare
Choose a tag to compare
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() and FlyBuy.orders.create() no longer create a customer if the user is not logged in

0.5.1

19 Aug 19:12
Compare
Choose a tag to compare

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

25 Jul 18:54
Compare
Choose a tag to compare
0.5

Enhancements:

  • Create Order method

Bug Fixes:

  • Include customer completed orders in closed orders
  • Updated documentation for gradle dependencies

0.4.3

11 Jul 19:04
Compare
Choose a tag to compare

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

03 Jul 19:51
Compare
Choose a tag to compare

Enhancements:

  • Provide methods for getting cached orders

0.4.1

03 Jul 16:25
Compare
Choose a tag to compare

Bug Fixes:

  • Make Bluetooth not required

0.4

03 Jul 14:01
Compare
Choose a tag to compare
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

13 Jun 18:20
e3bde41
Compare
Choose a tag to compare
0.3

Enhancements:

  • Refactor interfaces to support Xamarin access to API

0.2.1

17 May 19:33
e3bde41
Compare
Choose a tag to compare

Enhancements:

  • Tapping the "Order in Progress" service notification opens the default activity for the app