Skip to content

Releases: urbanairship/android-library

17.8.0

11 Apr 21:53
bf43533
Compare
Choose a tag to compare

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

05 Apr 21:22
50d2a13
Compare
Choose a tag to compare

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

17 Feb 00:34
39b71ab
Compare
Choose a tag to compare

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

29 Jan 23:31
6740736
Compare
Choose a tag to compare

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

29 Jan 22:19
629aaf2
Compare
Choose a tag to compare

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

18 Dec 14:31
8c71b16
Compare
Choose a tag to compare

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

13 Dec 22:53
451cfbb
Compare
Choose a tag to compare

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

07 Dec 00:23
fc9ef04
Compare
Choose a tag to compare

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

09 Nov 22:25
b003d99
Compare
Choose a tag to compare

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

06 Nov 20:09
c80ccf0
Compare
Choose a tag to compare

Patch release that improves modal rendering in Scenes and Surveys.

Changes

  • Improved modal size and position handling in Scenes and Surveys.