Skip to content

Releases: rubengees/easy-header-footer-adapter

3.0.0

08 Aug 15:20
Compare
Choose a tag to compare
  • Updates concerning Gradle and libraries.
    • Proper JavaDoc generation.
  • Fixes for a race condition.
  • Removal of unnecessary methods.

Use adapter.getFooter() != null instead of adapter.hasFooter().
Use adapter.setFooter(null) instead of adapter.removeFooter().

2.0.0

04 Jun 13:56
Compare
Choose a tag to compare
  • Some fixes.
  • Rename the project to easy-header-footer-adapter.

1.0.6

06 May 01:30
Compare
Choose a tag to compare
  • Various bugfixes

1.0.5

25 Feb 22:46
Compare
Choose a tag to compare
  • Make it possible to retrieve the header and footer if set.

1.0.4

26 Oct 21:55
Compare
Choose a tag to compare
  • Bugfixes

1.0.3

26 Oct 21:41
Compare
Choose a tag to compare
Project
  • Update dependencies and tools
Library
  • Detach the header and footer from their parent upon removal. This allows for reuse later on.
  • Ignore calls to setHeader and setFooter if the passed argument is the same as the current set one. This avoids unnecessary logic on your side.

1.0.2

26 Sep 15:51
Compare
Choose a tag to compare
Library
  • Bugfixes

1.0.1

26 Sep 02:04
Compare
Choose a tag to compare
Sample
  • State related fixes

1.0.0

26 Sep 01:24
Compare
Choose a tag to compare

Initial release