antimine-android/common
Peter 75fd24f05a
Migrated FixedGridLayoutManager to Kotlin (#185)
* Converted FixedGridLayoutManager to Kotlin

* Checked FixedGridLayoutMangager after conversion to Kotlin

* Joined FixedGridLayoutManager fillGrid() methods

Used default values for optional method arguments

* Fixed FixedGridLayoutManager totalColumnCount setter visibility

Setter needs to be public.
This change also exposes getter to be public.

* Fixed FixedGridLayoutManager potential NPE

* Removed FixedGridLayoutManger Math dependency

* Fixed FixedGridLayoutManager linter errors

Attempt no. 1

* Adjusted FixedGridLayoutManager totalColumnCount javadoc

Changed javadoc to be more compatible with getter description.
2020-10-12 22:44:46 -03:00
..
gradle/wrapper Update gradle-wrapper.properties 2020-04-16 09:33:51 -03:00
src Migrated FixedGridLayoutManager to Kotlin (#185) 2020-10-12 22:44:46 -03:00
.gitignore First open source release 2020-02-06 22:50:47 -03:00
build.gradle Bump version 2020-10-12 08:34:36 -03:00
gradlew First open source release 2020-02-06 22:50:47 -03:00
gradlew.bat First open source release 2020-02-06 22:50:47 -03:00
proguard-rules.pro Move proprietary code to proprietary lib 2020-04-08 09:34:28 -03:00