Splitties
Splitties copied to clipboard
A collection of hand-crafted extensions for your Kotlin projects.
Hi, is there any way to use an EncryptedSharedPreferences (part of [JetPack Security](https://developer.android.com/reference/androidx/security/crypto/EncryptedSharedPreferences)) as a "backend" for Preferences split so I can still have the benefit of all the features...
If it doesn't introduce regressions, it'd be great to have that because it'd allow to have subclasses of a component (e.g. because you need different metadata in the `AndroidManifest.xml` file),...
Kotlin being now installed by default on GitHub Actions runners, we can save precious seconds installing it.
In the current documentation of the View DSL, it still says that Jetpack Compose is "not stable" and "still in alpha". However, I guess it should be encouraged to use...
Hi! I have buildType named 'dev' and can't compile my project with splitters library com.louiscad.splitties:splitties-fun-pack-android-base:3.0.0-beta01. StackTrace: Execution failed for task ':app:dataBindingMergeDependencyArtifactsDev'. > Could not resolve all files for configuration ':app:devCompileClasspath'....
When that case will happen, less than a year from now, it's important that it is not considered as requiring new commits, but instead walks me through these steps: 1....
This is currently not released in a stable version of Material Components. Relevant doc: https://github.com/material-components/material-components-android/blob/master/docs/components/Switch.md Draft: ```kotlin // SwitchMaterial inline fun Context.materialSwitch( @IdRes id: Int = View.NO_ID, @StyleRes theme: Int...
i made the demo run ,but it couldn't be preview in as 4.1.2 and i never try other version of as !!
It seems we need the FragmentManager to be able to request permissions with Splitties, it would be nice if we could request perimssions from the AndroidViewModel context using just the...