compose-samples icon indicating copy to clipboard operation
compose-samples copied to clipboard

Official Jetpack Compose samples.

Results 106 compose-samples issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-java](https://togithub.com/actions/setup-java) | action | major | `v1` -> `v3` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | minor | `7.3.3` -> `7.5` | | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.robolectric:robolectric](http://robolectric.org) ([source](https://togithub.com/robolectric/robolectric)) | `4.5.1` -> `4.8.1` |...

``` /* TODO: Fix preview error @Composable @Preview fun PreviewHomeContent() { JetcasterTheme { HomeContent( featuredPodcasts = PreviewPodcastsWithExtraInfo, isRefreshing = false, homeCategories = HomeCategory.values().asList(), selectedHomeCategory = HomeCategory.Discover, onCategorySelected = {}, onPodcastUnfollowed...

Taken from https://github.com/renovatebot/renovate/discussions/15285

Hello, I found bug when put an email in TextField, It seems onValueChanged returns incorrect value. Testing in JetSurvey module: https://user-images.githubusercontent.com/7002198/137103567-839b8ca5-56e1-4308-bfa8-4bf4f0905cb7.mp4 - Insert [email protected] - Get [email protected] Test in Samsung...

## Background The conversation example is supposed to show how to implement a conversation, but it is missing some of the parts regarding span styling which are non-obvious. The monospace...

stale

For Code Location https://github.com/android/compose-samples/blob/251fbc6262ecf255a1bc3d20e0fd1d4760ef232a/Jetchat/app/src/main/java/com/example/compose/jetchat/conversation/UserInput.kt#L479 ``` val colors = ButtonDefaults.buttonColors( containerColor = if (selected) MaterialTheme.colorScheme.onSurface.copy(alpha = 0.08f) else Color.Transparent, disabledContainerColor = Color.Transparent, contentColor = if (selected) MaterialTheme.colorScheme.onSurface else MaterialTheme.colorScheme.onSurface, disabledContentColor =...

This behaviour was introduced with alpha-05 update. Steps to reproduce: 1. Tap on text field. 2. Enter some text. 3. Tap away, so it loses focus. 4. There is no...