Skip to content

Releases: mvojtkovszky/ProperBaseAdapter

1.5.0

03 Nov 23:23

Choose a tag to compare

  • remove try catch block inside setupAndPopulateRecyclerView
  • javadoc support

1.4.2

21 Oct 12:06

Choose a tag to compare

  • Bump Kotlin to 1.4.10, Gradle plugin to 4.1.0
  • Use example gif flow in readme

1.4.1

24 Aug 07:20
0b7651e

Choose a tag to compare

  • fix artifact id in gradle publishing

1.4.0

23 Aug 21:43

Choose a tag to compare

  • 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

17 Aug 09:45

Choose a tag to compare

  • 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

15 May 13:29
20790b5

Choose a tag to compare

  • 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

11 May 09:34
f223c69

Choose a tag to compare

  • Renamed BaseRecyclerViewImplementation to ProperBaseAdapterImplementation
  • Renamed AdapterItem.onFailedToRecycleView to onItemViewFailedToRecycle
  • Improved documentation and README
  • Decreased minSdkVersion from 21 to 16

Initial release

09 May 11:21

Choose a tag to compare

1.0.0

Initial Commit