Louis CAD

Results 141 issues of Louis CAD

https://github.com/GradleUp/auto-manifest/ Thanks to @martinbonnin for the suggestion!

blocked
good-first-issue

The current short description is "A collection of light, general purpose Android libraries. Kotlin friendly." Since the library is now 99% Kotlin and GitHub shows it, "Kotlin friendly" is no...

help wanted
documentation

It's pretty straightfowards to implement correctly with back-pressure support out of the box using `awaitOneClick(…)` already in Views Coroutines: ```kotlin fun View.clicksFlow( disableAfterClick: Boolean = true, hideAfterClick: Boolean = false...

New feature
up for grabs

- [Announcement in Gradle 5.0](https://gradle.org/whats-new/gradle-5/#fine-grained-transitive-dependency-management). - [Firebase using it](https://firebase.google.com/docs/android/setup#firebase-bom). - [Gradle doc](https://docs.gradle.org/5.0/userguide/managing_transitive_dependencies.html#sec:bom_import).

enhancement

OK: ```kotlin add(confirmBtn, lParams(height = wrapContent) { startToEndOf(skipBtn) // Start first endOfParent(margin = dip(8)) // No top constraint, end constraint next bottomOfParent() // Bottom last }) ``` Not OK: ```kotlin...

documentation
up for grabs

See Material Components for Android documentation: https://github.com/material-components/material-components-android/blob/ce2af89a1dd27b336b450034726f81a2680eea8c/docs/components/Snackbar.md#anchoring-a-snackbar

enhancement

If you would use it, please add a 👍, otherwise, it may never make it into the library, unless I need it.

New feature
up for grabs