Skip to content

Releases: urbanairship/android-library

10.1.3

03 Mar 00:13
Compare
Choose a tag to compare

Patch release to fix an issue with custom event attribution when adding a custom event through a Message
Center message. Apps that add events in a Message Center message should update.

11.0.4

03 Mar 00:13
1f503a6
Compare
Choose a tag to compare

Patch release to fix an issue with reporting the wrong push ID in the NotificationListener. Applications
that rely on the notification ID should update.

10.1.2

03 Mar 00:13
Compare
Choose a tag to compare

Patch release to fix an issue with reporting the wrong push ID in the NotificationListener. Applications
that rely on the notification ID should update.

9.7.2

03 Mar 00:13
Compare
Choose a tag to compare

Fixes an issue where push message could result in duplicate push notifications. Applications that are
running 9.4.0 - 9.7.1 should update.

Changes

  • Fixes issue with double processing messages on older devices.

11.0.3

03 Mar 00:13
a04222b
Compare
Choose a tag to compare

Patch release to fix direct open reporting for notifications when an activity is resumed from
the background. Applications running 11.x should update.

Changes

  • Fixed direct open attributions for push notifications.

10.1.1

03 Mar 00:13
Compare
Choose a tag to compare

Patch release to fix direct open reporting for notifications when an activity is resumed from
the background. Applications running 10.x should update.

Changes

  • Fixed direct open attributions for push notifications.

11.0.2

03 Mar 00:13
a5658a2
Compare
Choose a tag to compare

Patch release to fix an issue with not starting a custom activity with the intent filter action
com.urbanairship.VIEW_RICH_PUSH_MESSAGE for custom MessageCenter implementations and a fix for
a minor fullscreen In-App Automation style issue. Apps that have custom message center implementations
should update.

Changes

  • Fixed not starting an activity for the intent action com.urbanairship.VIEW_RICH_PUSH_MESSAGE.
  • Fixed top padding on the fullscreen In-App Automation when the header is the top most element.

10.1.0

03 Mar 00:13
Compare
Choose a tag to compare

Minor release that backports changes and fixes from 11.0.2 release.

Changes

  • Updated banner in-app message adapter to make it easier to customize the banner view.
  • Fixed not starting an activity for the intent action com.urbanairship.VIEW_RICH_PUSH_MESSAGE.
  • Fixed top padding on the fullscreen In-App Automation when the header is the top most element.
  • Synchronize use of SimpleDateFormat instance across threads.

11.0.1

03 Mar 00:13
Compare
Choose a tag to compare

Patch release to fix a rare crash caused by accessing a SimpleDateFormat across multiple threads.

Changes

  • Synchronize use of SimpleDateFormat instance across threads.

11.0.0

03 Mar 00:13
d60121f
Compare
Choose a tag to compare

Major release that migrates from the Android Support Libraries to the Jetpack (AndroidX) Libraries.
Applications are required to migrate to Android X before using this version. For more info, see
Migrating to AndroidX

Changes

  • Migrated to AndroidX.
  • Updated banner in-app message adapter to make it easier to customize the banner view.
  • Allow defining notification channel sound with a raw resource ID through XML instead of a URL.