Skip to content

Releases: urbanairship/android-library

18.3.3

16 Oct 21:42
21d49c3
Compare
Choose a tag to compare

Patch release that fixes a potential crash when displaying In-App Automation messages, improves WebView security, and improves accessibility in Scenes and Stories.
Apps that make use of In-App Automation, Landing Pages, or Message Center should update.

Changes

  • Fix a potential crash when displaying In-App messages
  • Explicitly disallow file and content access in all WebViews
  • Accessibility improvements for Scenes and Stories

18.3.2

03 Oct 17:36
2a93869
Compare
Choose a tag to compare

Patch release that improves markdown support in Scenes and fixes for automation display interval and frequency limit handling.
Apps that make use of markdown in Scenes, or automations with display intervals or frequency limits should update.

Changes

  • Improve markdown support in Scenes, including better handling of newlines in the input text.
  • Fixed automation display interval and frequency limit handling.

18.3.1

30 Sep 23:35
569a689
Compare
Choose a tag to compare

Patch release that fixes modal IAA border radius and fixes scenes with wide images.

Changes

  • Fixed modal IAA border radius.
  • Fixed scenes with wide images.

18.3.0

13 Sep 20:53
9e3e8ec
Compare
Choose a tag to compare

Minor release that adds a new method enableUserNotifications(PermissionPromptFallback) on PushManager.

Changes

  • Added a enableUserNotifications(PermissionPromptFallback) method on PushManager that will attempt to enable notifications and use the fallback if the permission is denied.

18.2.0

06 Sep 23:06
ec86a9e
Compare
Choose a tag to compare

Minor release with several enhancements to In-App Automation, Scenes, and Surveys. This version also contains a fix
for applications that are targeting API 35.

Changes

  • Updated compose bom to 2024.06.00.
  • Replaced the usage of removeFirst to avoid crashes when targeting API 35.
  • Added ability to customize the content per In-App Automation with the new InAppMessageContentExtender.
  • Added plain markdown support for text markup in Scenes.
  • Added execution window support to In-App Automation, Scenes, and Surveys.
  • Updated handling of priority for In-App Automation, Scenes, and Surveys. Priority is now taken into consideration at each step of displaying a message instead of just sorting messages that are
    triggered at the same time.
  • Updated handling of long delays for In-App Automation, Scenes, and Surveys. Delays will now be preprocessed up to 30 seconds before it ends before the message is prepared.

18.1.6

10 Aug 00:49
641350b
Compare
Choose a tag to compare

Patch release that fixes in-app experience displays when resuming from a paused state. Apps that use in-app experiences are encouraged to update.

Changes

  • Fixed Automation Engine updates when pause state changes.

18.1.5

06 Aug 22:02
a2616b5
Compare
Choose a tag to compare

Patch release that fixes test devices audience check and holdout group experiments displays.

Changes

  • Fixed test devices audience check.
  • Fixed holdout group experiment displays.

18.1.4

01 Aug 00:16
6bf0a22
Compare
Choose a tag to compare

Patch release that includes bug fixes for Embedded Content.

Changes

  • Fixed an issue with dismissing Embedded Content after pausing and resuming the app.
  • Updated the default PreferenceCenterFragment to scope the PreferenceCenterViewModel to the fragment's view lifecycle.

18.1.3

30 Jul 18:58
1a8c125
Compare
Choose a tag to compare

Patch release that includes bug fixes for Embedded Content and Preference Center, and accessibility improvements for Message Center.

Changes

  • Fixed an issue with container child item measurement in Scenes, when margins were set on the container items.
  • Fixed a Preference Center bug that could lead to subscription channel chips not being visible when initially displaying a Preference Center.
  • Fixed dismissing multiple embedded views in the same session.
  • Fixed an issue with automation trigger state not correctly persisting across sessions.
  • Message Center accessibility improvements.
  • Updated the default style for the pull to dismiss view in In-App Message Banners to better match iOS.

18.1.2

16 Jul 01:34
0278110
Compare
Choose a tag to compare

Patch release that includes fixes for Preference Center.

Changes

  • Fixed warning message on preference center email entry field.
  • Fixed country code listing.