Louis CAD

Results 141 issues of Louis CAD

I can take inspiration from kotlinx.coroutines guide and Android KTX comparison doc: - kotlinx.coroutines is interesting because it show snippets after each concept to understand step by step. - Android...

documentation

This could be helpful to invalidate anything that relies on latest config change. Examples are most UI related stuff (like parts of a `Ui` in View DSL), locale bound objects...

New feature

This is for the `Configuration` class of Android. Examples: `isLandscape`, `isPortrait`, `isSquare`, `isNightMode`, etc. This will allow for easy config changes handling, and allow usage from styles from View DSL....

New feature

Needs to provide a no-op implementation of `Lifecycle`.

enhancement
up for grabs

Any participation/help in the API design process is appreciated! Things to consider: - Optional feature (so probably separate split(s)) - What to support? LiveData, kotlinx.coroutines channels or [upcoming cold streams](https://github.com/Kotlin/kotlinx.coroutines/issues/254),...

help wanted
New feature

This would allow to change its gravity and customize it in other ways before it is shown.

New feature

Should be pretty easy to do for anyone as there's a README that explains how to use it. Any help is appreciated as this library is a lot of work...

help wanted
documentation

A persistent lint warning should be present for any `Context.injectAsAppCtx()` usage since it's potentially unsafe to use. This should escalate to fatal if directly called with a subclass of the...

enhancement
help wanted
lint