Skip to content

Commit f53c348

Browse files
authored
Release 19.1.0 (#1639)
1 parent 379d8cf commit f53c348

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
[Migration Guides](https://github.com/urbanairship/android-library/tree/main/documentation/migration)
44

5-
## Version 19.0.0 January 16, 2024
5+
## Version 19.1.0 February 4, 2025
6+
Minor release that fixes an issue with embedded view sizing in scrolling views, improves Message Center accessibility, and replaces usages of `Random` with `SecureRandom`.
7+
Apps that make use of Embedded Content or Message Center should update.
8+
9+
### Changes
10+
- Fixed an issue with embedded sizing in scrolling views
11+
- Improved Message Center Accessibility
12+
- Replaced usage of `Random` with `SecureRandom`
13+
- Made `MessageWebView` and `MessageWebViewClient` both `public` and `open` for subclassing
14+
- Exposed Message Center `ViewModel` state via `LiveData`, in addition to Kotlin `Flow`s
15+
- Added `PendingResult` based methods to `Inbox`, for getting read and unread message counts and listing all message IDs
16+
17+
## Version 19.0.0 January 16, 2025
618
Major release that adds support for Android 15 (API 35) and updates Message Center and Preference Center to use Material 3.
719
Breaking changes in Message Center are included in this release. See the [Migration Guides](https://github.com/urbanairship/android-library/tree/main/documentation/migration/migration-guide-18-19.md) for more info.
820

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
ext {
33
// Airship Version - major.minor.patch
4-
airshipVersion = '19.0.0'
4+
airshipVersion = '19.1.0'
55

66
// Airship Version Qualifier beta, release, etc...
77
// airshipVersionQualifier = "alpha"

0 commit comments

Comments
 (0)