github mikepenz/FastAdapter v5.0.0-a01

latest releases: v5.7.0, v5.6.0, v5.5.1...
pre-release4 years ago

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

Don't miss a new FastAdapter release

NewReleases is sending notifications on new releases.