Fixed
Status Update
Comments
si...@google.com <si...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 040485696a1bb5f543344c62b69eca3de65d5f46
Author: siyamed <siyamed@google.com>
Date: Thu Apr 13 10:20:06 2023
un-deprecate includeFontPadding
RelNote: "PlatformTextStyle.includeFontPadding is
undeprecated. Our original intent was to remove the
field, however the feedback shows that developers
need this configuration option. Therefore removing
deprecation from the field"
Test: ./gradlew compose:ui:ui-text:test
Test: ./gradlew compose:ui:ui-text:cAT
Bug: 277703184
Change-Id: I98e96222691d8e5d023cd22b899f0dfbae2a1e1d
M compose/ui/ui-text/api/current.txt
M compose/ui/ui-text/api/public_plus_experimental_current.txt
M compose/ui/ui-text/api/restricted_current.txt
M compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/AndroidTextStyle.android.kt
https://android-review.googlesource.com/2534105
Branch: androidx-main
commit 040485696a1bb5f543344c62b69eca3de65d5f46
Author: siyamed <siyamed@google.com>
Date: Thu Apr 13 10:20:06 2023
un-deprecate includeFontPadding
RelNote: "PlatformTextStyle.includeFontPadding is
undeprecated. Our original intent was to remove the
field, however the feedback shows that developers
need this configuration option. Therefore removing
deprecation from the field"
Test: ./gradlew compose:ui:ui-text:test
Test: ./gradlew compose:ui:ui-text:cAT
Bug: 277703184
Change-Id: I98e96222691d8e5d023cd22b899f0dfbae2a1e1d
M compose/ui/ui-text/api/current.txt
M compose/ui/ui-text/api/public_plus_experimental_current.txt
M compose/ui/ui-text/api/restricted_current.txt
M compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/AndroidTextStyle.android.kt
si...@google.com <si...@google.com>
na...@google.com <na...@google.com> #3
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.ui:ui-text:1.5.0-alpha04
ju...@google.com <ju...@google.com> #4
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.ui:ui-text-android:1.5.0-beta01
Description
includeFontPadding
true/false was introduced back in compose UI 1.2.0-alpha07 (We should remove this deprecation as a first step to encourage usage of this API, and potentially bring back once we flip the switch.