All Versions
21
Latest Version
Avg Release Cycle
17 days
Latest Release
1408 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v5.0.0-a01 Changes
December 28, 2019🔋 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)
- FIX #838
Interface Changes
- The
FastAdapter.with()
methods now have. generic type less
- Adapters can now be marked as