- New: library migrated to
androidX
libraries - Update: minSdk is now set to 16
- Update: recycler
WrapperAdapter
will now callnotifyItem[Inserted|Removed]
instead ofnotifyDataSetChanged
when displayLoadingRow is called - Update:
WrapperAdapter
(forRecyclerView
) will now propagateonAttachedToRecyclerView
andonDetachedFromRecyclerView
calls to wrapped adapter - Fix: fixed issue where
RecyclerView
was scrolled to the beginning (first item) afterpaginate.unbind()
is called because of adapter swapping. - Fix: fixed initialization of
RecyclerView
WrapperAdapter
to properly sethasStableIds
- Fix: fixed bug where wrapper adapter is initialized to display a loading row even tough there is no more data to load.
- Fix: calling the
displayLoadingRow(true|false)
upon AbsListViewWrapperAdapter
will now callnotifyDataSetChanged
if needed.
- Initial public release