Skip to content

Releases: urbanairship/android-library

12.2.2

10 Mar 23:26
ff15a15
Compare
Choose a tag to compare

Patch release to fix a whitelisting issue that prevented youtube and video URLs from working properly in In-App Automation.

12.2.1

10 Mar 21:11
d3f1238
Compare
Choose a tag to compare

Patch release improving SDK stability.

Changes

  • Fixed NullPointerException crash in AlarmOperationScheduler
  • Fixed ClassCastException crash in JobScheduler
  • Fixed SQLExceptions crashes in In-App Automation
  • Apps with any of these issues, and apps using In-App automation are encouraged to update.

12.2.0

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

Minor release that adds support for number attributes, new data collection flags,
and an Accengage transition module to facilitate Accengage customers upgrading to Airship.

Changes

  • Added support for number attributes.
  • Added AirshipConfigOptions#dataCollectionOptInEnabled and UAirship#setDataCollectionEnabled(boolean)
    to make it easier to control Airship data collection.
  • Added urbanairship-accengage module. This module migrates a device's attributes and ID to Airship,
    and allows devices to receive push notifications from Accengage during the upgrade period.
  • Added option to automatically install Google's secure network provider before any Airship request
    by adding metadata to the manifest with key com.urbanairship.INSTALL_NETWORK_SECURITY_PROVIDER.
    The network installer is required for KitKat and older devices to work with the EUCS cloud site.

12.1.1

03 Mar 00:13
Compare
Choose a tag to compare

Patch release to fix an issue with the same In-App Automation banner displaying multiple times on an activity
if the activity goes through a resume/pause/resume lifecycle state without a stop. This could occur
when starting an activity with NEW_TASK and CLEAR_TOP flags if the banner is already displaying. Apps
that are experiencing this issue with In-App Automation should update.

Changes

  • Fixed In-App Automation banner from displaying multiple times on a single activity in certain situations.

12.1.0

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

Minor release that adds an accessor the In-App Automation name.

Changes

  • Added name accessor for In-App Automations.
  • Fixed a crash when specifying duplicate locale audience conditions for an In-App Automation.
  • Fixed application starting a new activity instead of resuming the current activity when launching from a notification.

10.1.4

03 Mar 00:13
Compare
Choose a tag to compare

Fixes stability issues with in-app automation.

Changes

  • Fixed a crash when specifying duplicate locale audience conditions for an In-App Automation.

9.7.3

03 Mar 00:13
Compare
Choose a tag to compare

Fixes stability issues with in-app automation.

Changes

  • Fixed a crash when specifying duplicate locale audience conditions for an In-App Automation.

12.0.0

03 Mar 00:13
Compare
Choose a tag to compare

Major release decoupling Airship channel registration from push functionality,
and adding support for channel attributes, which allow key value pairs to be
associated with the application's Airship channel for segmentation purposes.

Custom channel attributes are currently a beta feature. If you wish to
participate in the beta program, please complete our signup form.

Changes

  • Added a new AirshipChannel class
  • Channel related functionality in PushManager is now deprecated
  • Added a new AirshipChannel.AttributeEditor class
  • Added a new editAttributes method to AirshipChannel
  • Android compile and target SDK versions are now 29

11.0.5

03 Mar 00:13
823c978
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.

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.