@@ -3,10 +3,31 @@ Android ChangeLog
3
3
4
4
Migration Guide: http://docs.urbanairship.com/topic_guides/android_migration.html .
5
5
6
- Version 9.0.0-beta - January 2, 2018
7
- ====================================
6
+ Version 9.0.0 - January 31, 2018
7
+ ================================
8
+
9
+ Major release required for new in-app messaging capabilities.
10
+
11
+ New features
12
+ ------------
13
+ - In-app messaging v2. The new in-app messaging module includes several different
14
+ view types that are fully configurable, including modal, banner, and fullscreen. An
15
+ in-app message is able to be triggered using the same rules as the Action automation
16
+ module.
17
+ - A rate app action to prompt the user to rate the application.
18
+ - Automation schedule priority: Used to determine the execution order of schedules
19
+ if multiple schedules are triggered by the same event.
20
+ - Support for editing automation schedules.
21
+ - New active session automation trigger. The trigger will increment its count
22
+ if it has been scheduled during an active session instead of waiting for the next
23
+ foreground.
24
+ - New app version automation trigger.
25
+ - Extended whitelist URL checking for URL loading instead of just JS bridge
26
+ injection. By default these checks are disabled, but you can enable them
27
+ with the AirshipConfigOptions field ` enableUrlWhitelisting ` .
28
+ - Updated localizations.
29
+ - Updated to Google Play Services 11.8.0 and Support Library 27.0.2.
8
30
9
- In-app messaging v2 beta release. The APIs are not yet final and may contain bugs.
10
31
11
32
Version 8.9.7 - January 22, 2018
12
33
================================
@@ -124,7 +145,7 @@ Bug Fixes
124
145
Version 8.8.2 - August 14, 2017
125
146
===============================
126
147
127
- Patch release for a rare crash involving GCM push handling. Any apps using
148
+ Patch release for a rare crash involving GCM push handling. Any apps using
128
149
GCM and experiencing NPEs in GCMPushReceiver should update.
129
150
130
151
Bug Fixes
0 commit comments