ComposePreferences icon indicating copy to clipboard operation
ComposePreferences copied to clipboard

Preference functionality for Jetpack Compose

Results 7 ComposePreferences issues
Sort by recently updated
recently updated
newest added

## Add dependency to PreferenceItem When the corresponding SwitchPreference is turned off, dependency preferences are disabled and cannot be modified. ## Material 3 Replaced SeekbarPreferenceWidget.kt slider and SwitchPreference.kt switch with...

When launching the demo app with version.androidx.compose.material=1.2.0-alpha04 or any newer: `java.lang.IllegalStateException: Asking for measurement result of unmeasured layout modifier at androidx.compose.ui.node.LayoutNodeWrapper.getMeasureResult(LayoutNodeWrapper.kt:104) at androidx.compose.ui.node.LayoutNodeAlignmentLines.recalculate(LayoutNodeAlignmentLines.kt:160) at androidx.compose.ui.node.LayoutNode.layoutChildren$ui_release(LayoutNode.kt:989) at androidx.compose.ui.node.LayoutNode.onNodePlaced$ui_release(LayoutNode.kt:937) at androidx.compose.ui.node.InnerPlaceable.placeAt-f8xVGno(InnerPlaceable.kt:122) at...

When the preference item entries exceeded certain amount, the options are not visible/displayed properly.

It would be great if the PreferenceItem supports optional _summary_ and _icon_. Submitting empty String for _summary_ and empty Composable for _icon_ creates weird alignment. Are there any plans for...

Love the concept of the library, but i have slight problem with it's usage (`PreferenceRequest` to be exact). I have some setting that i want to be nullable. But right...