Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
na...@gmail.com <na...@gmail.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 23a7d960caf43390a554700d3c56ada189a9d10e
Author: Louis Pullen-Freilich <lpf@google.com>
Date: Mon Aug 10 15:11:36 2020
IconButton / IconToggleButton API scrub
Test: ./gradlew updateApi
Bug: b/161809385
Bug: b/161807956
Relnote: "Adds enabled parameter to IconButton, and reorders parameters in IconToggleButton"
Change-Id: I0a9419b1a631cadad451395302ad87b7f9214f96
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/IconButton.kt
https://android-review.googlesource.com/1394868
Branch: androidx-master-dev
commit 23a7d960caf43390a554700d3c56ada189a9d10e
Author: Louis Pullen-Freilich <lpf@google.com>
Date: Mon Aug 10 15:11:36 2020
IconButton / IconToggleButton API scrub
Test: ./gradlew updateApi
Bug:
Bug:
Relnote: "Adds enabled parameter to IconButton, and reorders parameters in IconToggleButton"
Change-Id: I0a9419b1a631cadad451395302ad87b7f9214f96
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/IconButton.kt
fa...@gmail.com <fa...@gmail.com>
sg...@google.com <sg...@google.com>
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit 30ba03579a399ae7a79d4acf32c6f83c3b6a8f5e
Author: Shalom Gibly <sgibly@google.com>
Date: Tue May 02 17:22:51 2023
Fixes AlertDialog dismiss actions with long text
This CL fix M2 and M3 AlertDialogs to ensure that when the dismiss and
confirm actions are stacked above each other in cases where their text
is long, the dismiss action appears on the bottom as specified by the
Material Design spec.
https://m3.material.io/components/dialogs/guidelines
Fixes: 235454277
Test: AlertDialogTest
Relnote: "Fixed the AlertDialog dismiss action to appear below the
confirm action when the actions stacked over each other to fit into the
dialog's width. This fix align the implementation with the Material
Design spec."
Change-Id: I029ded5c6dd79f38b1a060afb3d24dcfb9cf119a
M compose/material/material/src/androidAndroidTest/kotlin/androidx/compose/material/AlertDialogTest.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/AlertDialog.kt
M compose/material3/material3/src/androidAndroidTest/kotlin/androidx/compose/material3/AlertDialogTest.kt
M compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/AlertDialog.kt
https://android-review.googlesource.com/2576871
Branch: androidx-main
commit 30ba03579a399ae7a79d4acf32c6f83c3b6a8f5e
Author: Shalom Gibly <sgibly@google.com>
Date: Tue May 02 17:22:51 2023
Fixes AlertDialog dismiss actions with long text
This CL fix M2 and M3 AlertDialogs to ensure that when the dismiss and
confirm actions are stacked above each other in cases where their text
is long, the dismiss action appears on the bottom as specified by the
Material Design spec.
Fixes: 235454277
Test: AlertDialogTest
Relnote: "Fixed the AlertDialog dismiss action to appear below the
confirm action when the actions stacked over each other to fit into the
dialog's width. This fix align the implementation with the Material
Design spec."
Change-Id: I029ded5c6dd79f38b1a060afb3d24dcfb9cf119a
M compose/material/material/src/androidAndroidTest/kotlin/androidx/compose/material/AlertDialogTest.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/AlertDialog.kt
M compose/material3/material3/src/androidAndroidTest/kotlin/androidx/compose/material3/AlertDialogTest.kt
M compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/AlertDialog.kt
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.material:material:1.5.0-beta01
androidx.compose.material3:material3:1.2.0-alpha02
androidx.compose.material3:material3-android:1.2.0-alpha02
Description
Jetpack Compose version: 1.2.0-beta03 Jetpack Compose component used:
AlertDialog
(the one that acceptsconfirmButton
anddismissButton
composables) Android Studio Build: AI-213.7172.25.2211.8563311 Kotlin version: 1.6.21Steps to Reproduce or Code Sample to Reproduce:
AlertDialog
composable withconfirmButton
anddismissButton
.