Skip to content

v5.0.0-a01

Pre-release
Pre-release
Compare
Choose a tag to compare
@mikepenz mikepenz released this 28 Dec 14:45
· 264 commits to develop since this release

Features

  • Adapters can now be marked as active (true / false).
    • Inactive adapters are not shown in the list e.g. changes to their item set will not result in changes in the UI
    • #854

Changes

  • Code cleanup and improvements (#851)
    • Thanks to @zTrap
    • replaced usage of 'magic number' -1 by RecyclerView.NO_POSITION constant
    • added @JvmStatic for all functions in Util object classes
    • cleared some explicit parameters
    • cleared documentations
    • added function for removing PagedListListener from PagedItemListImpl
    • bumped versions of dependencies
    • optimized some methods and classes
  • remove the generic type specification for the adapter (#845)

Interface Changes

  • The FastAdapter.with() methods now have. generic type less