Releases: mvojtkovszky/ProperBaseAdapter
Releases · mvojtkovszky/ProperBaseAdapter
1.5.0
- remove try catch block inside setupAndPopulateRecyclerView
- javadoc support
1.4.2
- Bump Kotlin to 1.4.10, Gradle plugin to 4.1.0
- Use example gif flow in readme
1.4.1
- fix artifact id in gradle publishing
1.4.0
- add getViewFromLayout convenience function when inflating own view
- removed internal layoutParamsInitialized
- renamed margin from posMargin to marginPos
- margins no longer override with zero on all set
- updated readme
- support for publishToMavenLocal
- updated buildToolsVersion to 30.0.2
1.3.0
- Now supports sticky headers.
- Fixed issue where animations wouldn't play.
- Added convenience functions in addition to withMargins - withAllMargins, withSideMargins and withTopBottomMargins
- Added license.
- Updated documentation.
- Bumped Gradle plugin to 4.0.1.
- Bumped compile and build APIs to 30.
1.2.0
- fix issue where adapter data will be called twice on initial refresh
- adapter item public methods also have [set] in addition to [with]
- better documentation
1.1.0
- Renamed BaseRecyclerViewImplementation to ProperBaseAdapterImplementation
- Renamed AdapterItem.onFailedToRecycleView to onItemViewFailedToRecycle
- Improved documentation and README
- Decreased minSdkVersion from 21 to 16
Initial release
1.0.0 Initial Commit