Releases: RadiusNetworks/flybuy-android
Releases · RadiusNetworks/flybuy-android
Flybuy SDK
Enhancements:
- Performance improvements for wrong site detection
Flybuy SDK
Enhancements:
- SDK crash monitoring - See developer documentation for details and instructions on disabling if necessary.
Flybuy SDK
Bug Fixes:
- Fixes some proguard visibility issues
Enhancements:
- Dine In link support (see documentation for details)
Flybuy SDK
Enhancements:
- New
OrderOptions.Builder
for creating and claiming orders. See Order Redemption and Order Creation docs for implementation examples.
Bug Fixes:
- Various performance improvements and bug fixes
Deprecations:
- All order create and claim methods have been deprecated in favor of the the new order options builder.
Flybuy SDK
Bug Fixes:
- Fixes proguard
-keeppackagenames
bug
Enhancements:
- New deferred location tracking feature (see Order Redemption in SDK docs for details)
- New
ConfigOptions.Builder
for configuringFlyBuyCore
(see setup instructions in SDK docs for changes
Deprecations:
- Deprecates existing
FlyBuyCore.configure
method with optional parameters
Flybuy SDK
Enhancements:
- Update play services location library dependency to 21.0.1
Flybuy SDK
Bug Fixes:
- Fixes dependency on alpha version of okhttp inherited from google maps service library
Flybuy SDK
Bug Fixes:
- Fixes race condition during initialization that can cause
ConcurrentModificationException
Flybuy SDK
Enhancements:
- Method for retrieving app instance ID for use in reporting and metrics
Flybuy SDK
Performance enhancements and improvements