Skip to content

Releases: kozaxinan/android-lints

0.3.2

02 Oct 13:03
Compare
Choose a tag to compare

Fixed Json annotation check. Json annotations from constructor parameters are now included in the logic.

0.3.1

30 Sep 08:51
c95eda8
Compare
Choose a tag to compare

Added new rules to registry.

0.3.0

29 Sep 12:01
Compare
Choose a tag to compare

Added a new rule for Moshi Json and JsonClass annotations
NetworkLayerClassJsonRule
NetworkLayerClassJsonClassRule

0.2.1

05 May 11:02
Compare
Choose a tag to compare

Enum is supported for serialized name rule

0.2

05 May 10:13
Compare
Choose a tag to compare
0.2

suspend method support added for retrofit interfaces

0.1.2

06 Apr 09:27
Compare
Choose a tag to compare

Enum check is disabled for SerializedName check
Immutable data class problems will be reported only once per class
Rules now work with parcelable classes

0.1.1

05 Apr 14:55
Compare
Choose a tag to compare

Java classes are ignored for network layer Mutable return type check. Because interfaces like List is already mutable.
Updated readme for JitPack information.

0.1

05 Apr 13:16
Compare
Choose a tag to compare
0.1

Initial release

3 Android lint rules are added.