You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make SettingsInitializer public so it's easier to configure custom android.startup initialization or write tests
when using multiplatform-settings-no-arg
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
multiplatform-settings-serialization
that don't require manually passing a serializer (Add encodeValue and decodeValue using serializer<T>() #172). Thanks for contributions by @finduslmultiplatform-settings-make-observable
to convert non-observable settings to observable bywiring in callbacks when platform observability APIs don't exist (Add a wrapper to convert
Settings
toObservableSettings
by manually invoking callbacks #155, Runtime Observable Settings #184). Thanks for contributions by @psuzn.multiplatform-settings-coroutines
andmultiplatform-settings-serialization
, includingwasmJs
.multiplatform-settings-datastore
based on multiplatform Datastore version 1.1.0wasmWasi
support tomultiplatform-settings
,multiplatform-settings-test
, andmultiplatform-settings-make-observable
.Stateflow
analogs to existingFlow
extensions inmultiplatform-settings-coroutines
. (Coroutine APIs – why Flow<T>, and not StateFlow<T>? #156)SettingsInitializer
public so it's easier to configure custom android.startup initialization or write testswhen using
multiplatform-settings-no-arg
KeychainSettings
to avoid duplicated authentication requests (Update addKeychainItem(...) to improve compatibility with FaceID #193). Thanks for contributions by @crysxdanything missing.
This discussion was created from the release v1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions