Skip to content

Releases: urbanairship/android-library

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.

17.4.0

18 Oct 23:14
ebc154e
Compare
Choose a tag to compare

Minor release that adds async live update notification handlers.

Changes

  • Added SuspendLiveUpdateNotificationHandler and CallbackLiveUpdateNotificationHandler
  • Deprecated LiveUpdateNotificationHandler

17.3.0

28 Sep 23:10
45839a8
Compare
Choose a tag to compare

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

07 Sep 22:29
97d5867
Compare
Choose a tag to compare

Patch release that hardens the Analytics database against potential SQL crashes.

Changes

  • Hardened Analytics database against potential SQL crashes.