Fixed
Status Update
Comments
be...@google.com <be...@google.com> #2
Thank you for the report!
Yep 🤦
Fix coming in the next alpha!
Yep 🤦
Fix coming in the next alpha!
ta...@gmail.com <ta...@gmail.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit 3263f781892c40ca3313d233795bcf8ec9bd13a9
Author: Sean McQuillan <seanmcq@google.com>
Date: Mon Aug 30 15:09:43 2021
Emoji2: Use correct helper on API 19 and 28
This fixes DefaultEmojiCompatConfig to use the correct helper on API 19
and API 28. Previously, this would use the helper for the API level
below on these levels.
Relnote: "Fix DefaultEmojiCompatConfig to correctly lookup emoji font
provider on API 19 and 28. This fixes a bug introduced in emoji2
1.0.0-alpha01."
Bug: b/197906329
Test: :e2:e2:cAT
Change-Id: Ib33d84de2a030f6e57e3d5382a088255a202692a
M emoji2/emoji2/src/androidTest/java/androidx/emoji2/text/DefaultEmojiCompatConfigTest.java
M emoji2/emoji2/src/main/java/androidx/emoji2/text/DefaultEmojiCompatConfig.java
https://android-review.googlesource.com/1814110
Branch: androidx-main
commit 3263f781892c40ca3313d233795bcf8ec9bd13a9
Author: Sean McQuillan <seanmcq@google.com>
Date: Mon Aug 30 15:09:43 2021
Emoji2: Use correct helper on API 19 and 28
This fixes DefaultEmojiCompatConfig to use the correct helper on API 19
and API 28. Previously, this would use the helper for the API level
below on these levels.
Relnote: "Fix DefaultEmojiCompatConfig to correctly lookup emoji font
provider on API 19 and 28. This fixes a bug introduced in emoji2
1.0.0-alpha01."
Bug:
Test: :e2:e2:cAT
Change-Id: Ib33d84de2a030f6e57e3d5382a088255a202692a
M emoji2/emoji2/src/androidTest/java/androidx/emoji2/text/DefaultEmojiCompatConfigTest.java
M emoji2/emoji2/src/main/java/androidx/emoji2/text/DefaultEmojiCompatConfig.java
sa...@google.com <sa...@google.com>
sa...@google.com <sa...@google.com>
is...@google.com <is...@google.com>
du...@google.com <du...@google.com>
an...@google.com <an...@google.com> #4
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Ladybug Feature Drop | 2024.2.2 Canary 3
- Android Gradle Plugin 8.8.0-alpha03
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
Description
all required information.
Studio Build: 3.0 beta 7
Version of Gradle Plugin: 3.0.0-beta7
Version of Gradle: 4.1
Version of Java: 1.7
OS: mac
Steps to Reproduce:
1. Create a new Android Auto Messaging Service from the template
File -> New -> Android Auto -> Messaging Service
2. In MessagingService.java/kt, it uses the deprecated constructor of NotificationCompat.Builder. [NotificationCompat.Builder(getApplicationContext())]
Update the template to create a channel if the buildApi is greater than or equal to 26.