Releases: urbanairship/android-library
17.7.2
Patch release that fixes an issue with message limits not being respected in certain cases. Apps that make use of limits should update to this version or later.
Changes
- Fixed message limits not being respected in certain cases.
- Improvements for images and GIFs in Surveys and Scenes.
16.11.2
Patch release that fixes an issue with message limits not being respected in certain cases. Apps on SDK v16 that make use of limits should update to this version or the latest 17.x release.
Changes
- Fixed message limits not being respected in certain cases.
17.7.1
Patch release that fixes location permission opt-in. Apps that make use of SinglePermissionDelegate
for requesting runtime permissions should update.
Changes
- Fixes location permission opt-in.
17.7.0
Minor release that adds support for customizing the stroke/border width for In App Message buttons.
Changes
- Added new
ua_iam_button_stroke_width_dps
dimen for customizing the stroke/border for In App Message buttons.
17.6.0
Minor release that adds a new method Contact#notifyRemoteLogin()
that will refresh the local state on the device for named user associations that occur through the server instead of the SDK.
Changes
- Added new
Contact#notifyRemoteLogin()
method
17.5.0
Minor release that adds support for server side feature flag segmentation and Impression billing.
Changes
- Added server side segmentation for feature flags
- Added support for Impression billing
- Fixed IAX new user audience condition
17.4.1
Patch release that improves modal rendering in Scenes and Surveys.
Changes
- Improved modal size and position handling in Scenes and Surveys.
17.4.0
Minor release that adds async live update notification handlers.
Changes
- Added SuspendLiveUpdateNotificationHandler and CallbackLiveUpdateNotificationHandler
- Deprecated LiveUpdateNotificationHandler
17.3.0
Minor release that improves refreshing the feeds for in-app experiences and feature flags, adds a new interaction event for feature flags, and fixes an issue that prevented displaying Live Updates during the initial app launch.
Changes
- Improve refresh handling of remote-data for IAX and feature flags.
- Added new method
trackInteraction(flag)
for Feature Flags. - Fixed a Live Update bug that prevented displaying Live Update notifications during the initial app launch.
17.2.1
Patch release that hardens the Analytics database against potential SQL crashes.
Changes
- Hardened Analytics database against potential SQL crashes.