Releases: urbanairship/android-library
17.8.0
Minor release that fixes potential crashes when evaluating experiments before a Channel ID has been created. Apps that make use of experiments or holdout groups should update to this version or later.
Changes
- Avoid NPE in
ExperimentManager
when evaluating experiments before a Channel ID has been created.
17.7.4
Patch release that fixes a potential crash on Android 13 (API 33) channel ID creation delay after enabling a feature when none was enabled. The SDK will new create the channel ID without having to relaunch the app. Apps that have no features enabled at launch should update to this version or later.
Changes
- Fixed channel ID creation delay after enabling a feature when none was enabled.
- Fixed a potential NPE when reading from intent extras on API 33.
17.7.3
Patch release that adjusts locale targeting behavior for In-App Automation and messaging. The SDK will now check the device's primary language against the target locale, instead of checking whether any user selected languages match the target locale.
Changes
- Adjust locale targeting behavior to only consider the primary locale selection.
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.