FastAdapter v5.0.0-a01 Release Notes

Release Date: 2019-12-28 // over 4 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