Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@rubengees rubengees released this 08 Aug 15:20
· 1 commit to master since this release
  • 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().