Skip to content

Releases: urbanairship/android-library

9.7.1

03 Mar 00:13
95030d8
Compare
Choose a tag to compare

Fixed a security issue within Urban Airship SDK, that could allow trusted URL redirects in certain
edge cases. All applications that are using Urban Airship SDK 9.0.0 - 9.7.0 should update as soon as
possible. For more details, please email [email protected].

9.7.0

03 Mar 00:13
31b6132
Compare
Choose a tag to compare

Minor release that allows listing for Urban Airship log messages.

Changes

  • Added ability to listen for logs using a LoggerListener on the Logger class.
  • Modal, HTML in-app automation window animations are now defined in the style sheets to
    make them easier to override.

9.6.1

03 Mar 00:13
Compare
Choose a tag to compare

Changes

  • SDK will now catch any exceptions when attempting to post a notification. None of the notification
    factories provided by the SDK exhibit this behavior, but it's possible that a custom notification
    factory could produce an exception.
  • Fix potential crash when attempting to register with FCM if proguard is not configured properly.
  • Fix modal In-App Automation message animations.
  • The UAWebViewClient will no longer attempt to fetch favicons.

9.6.0

03 Mar 00:13
Compare
Choose a tag to compare

Minor release that targets Android P and updates dependencies.

Changes

  • Updated compile and target SDK version 28 (Android P)
  • Updated urbanairship-core dependencies:
    • Support library version to 28.0.0
    • Optional play-services-location to 16.0.0
    • Optional play-services-ads-identifier to 16.0.0
  • Updated urbanairship-fcm dependencies:
    • firebase-messaging to 17.3.4
    • play-services-base to 16.0.1
  • Updated urbanairship-gcm dependencies:
    • play-services-gcm to 16.0.0

9.5.6

03 Mar 00:13
0f5e1de
Compare
Choose a tag to compare

Patch release that fixes a race condition when a named user ID changes at the same time as a named
user tag group update is being POSTed. Any apps that are using named user tag groups should update.

9.5.5

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

Patch release that fixes an issue with Autopilot. If early take off was disabled it would prevent the display of push notifications. Apps that disable early take off should update.

Changes

  • Fixed PersistableBundle NPE.
  • Fixed ChannelCapture tool sometimes throwing an exception.
  • Attempt automatic take off when receiving a new push or token from FCM.
  • Marked RichPushUser#update(boolean) as library only. Applications should not call this method. It
    is handled internally by the SDK.

9.5.4

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

Patch to fix an issue where if two in-app messages have an audience condition for the same tag group,
only the newest tag group will be requested properly. Apps that use in-app automation should update.

9.5.3

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

Patch release that fixes displaying HTML in-app messages as full screen
on smaller screen (w480dp) devices.

9.5.2

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

Patch release to fix build errors when building with code shrinking enabled while proguard is disabled.

9.5.1

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

Patch release to fix a rare NPE with banner messages in In-App Automation. Apps supporting banner
messages should update to this version.