Compose-Settings icon indicating copy to clipboard operation
Compose-Settings copied to clipboard

Compose Multiplatform #Compose Settings library

Results 19 Compose-Settings 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 | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [androidx.compose.ui:ui-tooling](https://developer.android.com/jetpack/androidx/releases/compose-ui#1.2.0) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.1.1` -> `1.2.0` |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Ignored or Blocked These are blocked by an existing closed PR and will...

I did not find the parameter to disable the icon. is there a way to disable it without manual editing?

https://kotlinlang.slack.com/archives/CJLTWPH7S/p1633106721386900?thread_ts=1633104740.386300&cid=CJLTWPH7S

I am unable to change the checked setting on both SettingsSwitch and SettingsCheckbox. ![CheckedError](https://user-images.githubusercontent.com/43915749/134702686-4f91c768-a235-4ce6-be66-db4b43f3f4e2.gif) Gradle Settings ``` plugins { id 'com.android.application' id 'kotlin-android' } android { compileSdk 31 defaultConfig {...

What is the reason that min SDK version is 23? When you create a compose application the default suggestion is 21. Maybe this library also could be min SDK 21?

If a dialog is shown using SettingsList and SettingsListMultiSelect, the dialog will be hidden after a configuration update (for example, screen orientation change) I just want to clarify whether it's...

Bumps `agp` from 8.2.0 to 8.2.1. Updates `com.android.application` from 8.2.0 to 8.2.1 Updates `com.android.library` from 8.2.0 to 8.2.1 Dependabot will resolve any conflicts with this PR as long as you...

dependencies

Bumps `kotlin` from 1.9.21 to 1.9.22. Updates `org.jetbrains.kotlin.multiplatform` from 1.9.21 to 1.9.22 Release notes Sourced from org.jetbrains.kotlin.multiplatform's releases. Kotlin 1.9.22 Changelog JavaScript KT-63719 KJS: Test results ignored for ES module...

dependencies

Unless I'm missing something, is there an EditTextPreference? A way to enter strings or numbers seems like something needed for many preference screens.