bod
06/12/2025, 4:37 PMstevebower
06/19/2025, 9:47 AMstevebower
07/04/2025, 10:18 AMbod
07/04/2025, 12:40 PMFrank Bouwens
07/18/2025, 9:40 AMstevebower
07/31/2025, 10:23 AMstevebower
08/14/2025, 10:08 AMyschimke
08/27/2025, 8:12 AMprivate suspend fun circleCompose(): ImageBitmap? =
renderer.renderComposableToBitmap(DpSize(100.dp, 100.dp)) {
Box(modifier = Modifier.fillMaxSize(), contentAlignment = Alignment.Center) {
Canvas(modifier = Modifier.fillMaxSize()) {
drawCircle(Color.DarkGray)
}
FilledIconButton(onClick = {}) {
Text("\uD83D\uDC6A")
}
}
}
...
addIdToImageMapping("circleCompose", circleComposeBitmap.toImageResource())stevebower
08/28/2025, 10:05 AMKseniia Shumelchyk
08/28/2025, 4:51 PMflorent
09/03/2025, 3:39 PMprimaryDim = TODO(),
secondaryDim = TODO(),
tertiaryDim = TODO(),
surfaceContainerLow = TODO(),
surfaceContainer = TODO(),
surfaceContainerHigh = TODO(),
outlineVariant = TODO(),
errorDim = TODO(),florent
09/03/2025, 4:50 PMHorizontalPagerScaffold is missing a TimeText param π
yschimke
09/03/2025, 6:13 PMflorent
09/04/2025, 8:04 AMyschimke
09/04/2025, 8:28 AMyschimke
09/04/2025, 8:29 AMflorent
09/04/2025, 8:59 AMflorent
09/04/2025, 3:47 PMstevebower
09/11/2025, 10:59 AMTimePicker type for displaying only Minutes + Seconds pickers. There are some important bug fixes that have been released in 1.6.0-alpha01 and also patched into a 1.5.1 release:
β’ SwipeDismissableNavHost now marks in-progress transitions as complete for API 36 when swiping, which fixes an issue with lifecycles
β’ ScrollIndicator direction now matches the content layout direction by default (so if you set reverseLayout in ScalingLazyColumn, it will be matched by the ScrollIndicator)
β’ ScrollAway with TransformingLazyColumn now working correctly when navigating to another screen and back, so that TimeText will still scroll away as expected
As always, please see the release notes for full details.yschimke
09/16/2025, 12:21 PMstevebower
09/25/2025, 11:02 AMCurvedTextStyle parameter warpOffset. There are some bug fixes that have been released in 1.6.0-alpha02 and also patched into a 1.5.2 release - please see the release notes for details, thanks.stevebower
10/09/2025, 4:22 PMTolriq
10/13/2025, 2:31 PMTolriq
10/17/2025, 2:37 PMTolriq
10/17/2025, 5:13 PMTolriq
10/17/2025, 5:56 PMTolriq
10/18/2025, 8:21 AMTolriq
10/23/2025, 7:44 AMJames Cullimore
11/03/2025, 11:25 AM