Skip to content

Releases: urbanairship/android-library

19.13.5

14 Oct 02:25
a7af2b3

Choose a tag to compare

Patch release that handles BigDecimal in our JSON parsing. This prevents parse exceptions if the default Android org.json package is replaced by the org.json maven package.

Changes

  • Handle BigDecimal and other number values when parsing JSON from a string.

19.13.4

06 Oct 19:25
d5de118

Choose a tag to compare

Patch release that addresses an issue with handling Play Services errors before takeOff and fixes a Scene pager transition bug.

Changes

  • Updated PlayServiceErrorActivity to handle play services errors before takeOff is called.
  • Fixed Scene pager issue where tapping the scene during a transition from one page to another would interrupt the transition.

19.13.3

26 Sep 20:47
b898866

Choose a tag to compare

Patch release that fixes an issue with handling uairship://close in Message Center and improves Scene accessibility.

Changes

  • Fixed handling of uairship://close links in Message Center
  • Improved accessibility for Scene pager indicators
  • Improved DeferredResult logging

19.13.2

18 Sep 13:36
7dd749c

Choose a tag to compare

Patch release that adds more logs to the deferred schedules preparing process.

Changes

  • Added more logs to the deferred schedules preparing process.

19.13.1

16 Sep 00:02
43470e3

Choose a tag to compare

Patch release to fix an issue with showing out of date In-App Automations and Scenes.

Changes

  • Fixed refreshing out of date In-App Automations and Scenes before displaying.

19.13.0

05 Sep 23:48
ac2d605

Choose a tag to compare

Minor release that adds support for handling uairship://message_center/message/<message_id> links to open a specific message in Message Center.

Changes

  • Added support for handling uairship://message_center/message/<message_id> links to Message Center

19.12.0

04 Sep 21:35
c30c95e

Choose a tag to compare

Minor release that adds a new flag to HTML In-App message content to force full screen on all devices.

Changes

  • Added forceFullScreenDisplay to HTML In-App message content
  • Improved accessibility in Scenes by removing labels from being focusable when using keyboard navigation

19.11.0

21 Aug 20:53
ee721f2

Choose a tag to compare

Minor release that enforces that incoming pushes are for the current channel ID and adds a manifest
metadata entry to control handling of insets for IAM banners for edge-to-edge mode.

Changes

  • Added Activity metadata entry (com.urbanairship.iam.banner.BANNER_INSET_EDGE_TO_EDGE) to force handling of insets for IAM banners in edge-to-edge mode.
  • Channel ID is now enforced for incoming pushes, ensuring that only pushes for the current channel ID are processed.

18.7.2

19 Aug 00:52
448836c

Choose a tag to compare

Patch release that fixes embedded display reporting and a potential crash in Scenes.
Apps that use Scenes or Embedded Content should update to this version or later.

Changes

  • Fixed an issue that could cause embedded content displays to be reported too early.
  • Fixed a potential crash that can occur when a Scene is dismissed.

19.10.2

13 Aug 23:02
c87da93

Choose a tag to compare

Patch release that fixes embedded display reporting and a potential crash in Scenes.
Apps that use Scenes or Embedded Content should update to this version or later.

Changes

  • Fixed an issue that could cause embedded content displays to be reported too early.
  • Fixed a potential crash that can occur when a Scene is dismissed.