artist icon indicating copy to clipboard operation
artist copied to clipboard

An artist creates views. Artist is a Gradle plugin that codegens a base set of Android Views.

Results 7 artist issues
Sort by recently updated
recently updated
newest added

Thank you for contributing to Artist. Before pressing the "Create Pull Request" button, please provide the following: - With the current generation the generated code is nullable when subscribing to...

- When generating code in Artist from the _KotlinApiHelper_ we get the following ``` public open override fun clicks(): Observable { if (clicks == null) { .... rxview_longCl().map() .doOnNext(UiChecks.checkClickableRequirementsAction(this)) .doOnNext(ViewAnalytics.logTapFor(this,...

Thank you for contributing to Artist. Before pressing the "Create Pull Request" button, please provide the following: - [ ] A description about what and why you are contributing, even...

Change to avoid things to break after [JCenter sunset](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/)

See what could be of use here

Add a Wiki page with a list of use cases such as: - Adding support for automated tap & impression analytics - Backport bugfixes for unsupported functionality - Make theming...