urbanairship / android-library

Urban Airship Android SDK
Other
109 stars 123 forks source link

Airship does not support Android 15 (Edge-To-Edge) #244

Open bmyagmarjav opened 1 day ago

bmyagmarjav commented 1 day ago

Screenshot

Preliminary Info

What Airship dependencies are you using?

com.urbanairship.android:urbanairship-message-center:18.3.0

What are the versions of any relevant development tools you are using?

Android studio and real device with Android 15

Report

What unexpected behavior are you seeing?

Message center activity does not support edge to edge and messages list overflows on status bar. Shared screenshot

What is the expected behavior?

Should support edge-to-edge android or push down that messages list below navbar

What are the steps to reproduce the unexpected behavior?

Support Android 35

android { compileSdk 35 ... defaultConfig { targetSdk 35 } }

Simply add MessageCenterActivity into your app and run it with Pixel 6 pro with Android 15

Do you have logging for the issue?

No because it is UI issue with newest OS and SDK

jyaganeh commented 20 hours ago

Hi @bmyagmarjav, we're aware of these changes and are currently working on supporting them. We'll have a new release out soon with support for handling edge-to-edge on Android 15 devices.

I'll leave this open so that we can circle back and let you know when we've released a supported version.