Gil G.

Results 10 issues of Gil G.

Jetbrains [Class header formatting coding conventions](https://kotlinlang.org/docs/reference/coding-conventions.html#class-header-formatting) They state that: > For multiple interfaces, the superclass constructor call should be located first and then each interface should be located in a...

enhancement
new rule

EditText size is cut to 20% size if device is RTL but the view itself is working good

Resource IDs will be non-final in Android Gradle Plugin version 7.0, avoid using them as annotation attributes This is a problem because it means I won't be able to use...

bug
help wanted
v3

Currently, the processer generator generates the adapter with the `GencyclerRecyclerAdapter` which adds many benefits to the class. I want to allow the generated code to work with other types of...

enhancement
v3

I want to have unit tests to know that the code I write is safe to use in different cases and that It will be a safety net for future...

bug
v3

Currently, every view that has an `id` in the layout file associated with the `ViewHolder` will generate a view. I want to be able to skip views that I don't...

enhancement
v3

Currently, the name of the generated view in the `ViewHolder `is converted from the provided `id`. The naming converter expects the id to be in a lower underscore case and...

enhancement
v3

Support other variables like int, float, double and so on. Add json printing support

Uses reflection for autonaming very bad performance You can add application extension to get current class name