Bernat Borrás Paronella
Bernat Borrás Paronella
main branch commit: [5a7f9f0177572c4300c54e97a8a15b9eb76a1d34](https://github.com/alorma/TemporalContacts/commit/5a7f9f0177572c4300c54e97a8a15b9eb76a1d34)
Hi @IanArb . We've updated the library to API 33.
OK. feel free to close this one then
Fix conflicts
Fix conflicts
Hi @zenyagami ! Can you provide an example screenshot of the problem? Also, would yo open a PR?
Hi @dessalines . Which examples would you like to see?
No, there's no EditText preference. But you can make your own using SettingTile with an action that shows a dialog with a Text field inside.
So, the API will be: ```koltin val switchState = rememberSettingsPreferenceState(key = "themeSwitch", defaultValue = false) val rangeState = rememberSettingsPreferenceState(key = "themeRange", defaultValue = 0.05f) val itemState = rememberSettingsPreferenceState(key = "themeRange",...
Well, I agree. It allows that when using proto. But it was made by another user and I don't know much about that. Btw, `SettingsValueState` already support generics. The thing...