Status Update
Comments
al...@google.com <al...@google.com> #4
The release notes documentation has been edited to clarify this change in behavior for line height.
To support non-standard text sizes, we encourage users to follow the Material design system and use a different style = LocalTextStyle.current.copy(lineHeight = TextUnit.Unspecified)
, or create a custom Typography
entirely.
al...@google.com <al...@google.com> #5
kf...@gmail.com <kf...@gmail.com> #6
In my case, I have multiple font sizes in the same Text
(using SpanStyle
in AnnotatedString
). There are legitimate reasons for this. For example, when combining Chinese and English (phonetic) together (for language-learning purposes).
al...@google.com <al...@google.com> #7
No, we're all set. The CL has been merged and we'll credit you in the release notes. Thanks!
ap...@google.com <ap...@google.com> #8
Project: platform/frameworks/support
Branch: androidx-main
Author: Kamal Faraj <
Link:
Add mutability flag to TaskStackBuilder
Expand for full commit details
Add mutability flag to TaskStackBuilder
Relnote: Added mutability flag to TaskStackBuilder
Fixes: 371534781
Test: ./gradlew core:core:assemble
Change-Id: Ife0ec30e6c08d6ed56781cdb58a722a6c1f6b6c1
Signed-off-by: Kamal Faraj <kfaraj.dev@gmail.com>
Files:
- M
core/core/api/current.txt
- M
core/core/api/restricted_current.txt
- M
core/core/src/main/java/androidx/core/app/PendingIntentCompat.java
- M
core/core/src/main/java/androidx/core/app/TaskStackBuilder.java
Hash: 6458efe5d178ea600cd4620b7acfbcc0c380c9fd
Date: Sun Oct 06 18:23:47 2024
pr...@google.com <pr...@google.com> #9
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.core:core:1.16.0-alpha01
Description
Version used: 1.13.1
Devices/Android versions reproduced on: N/A
This is a feature request to add mutability flag to TaskStackBuilder.
The implementation should be consistent with PendingIntentCompat and provide a variant of getPendingIntent that takes an additional isMutable parameter.