Skip to content

Releases: urbanairship/android-library

9.0.1

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

Patch release to fix a minor display issue and data validation for in-app messaging.

Changes

  • Fixed in-app message displays when using the EXCLUDE_FROM_AUTO_SHOW flag in the manifest.
  • Added missing checks for identifier lengths for both in-app messages and message buttons.

9.0.0

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

Major release required for new in-app messaging capabilities.

New features

  • In-app messaging v2. The new in-app messaging module includes several different
    view types that are fully configurable, including modal, banner, and fullscreen. An
    in-app message is able to be triggered using the same rules as the Action automation
    module.
  • A rate app action to prompt the user to rate the application.
  • Automation schedule priority: Used to determine the execution order of schedules
    if multiple schedules are triggered by the same event.
  • Support for editing automation schedules.
  • New active session automation trigger. The trigger will increment its count
    if it has been scheduled during an active session instead of waiting for the next
    foreground.
  • New app version automation trigger.
  • Extended whitelist URL checking for URL loading instead of just JS bridge
    injection. By default these checks are disabled, but you can enable them
    with the AirshipConfigOptions field enableUrlWhitelisting.
  • Updated localizations.
  • Updated to Google Play Services 11.8.0 and Support Library 27.0.2.