This repository was archived by the owner on Dec 24, 2022. It is now read-only.
0.9.1
DataSource#set(...)'s diffing comparators now use the type of items that the data source contains, rather thanAny
(unless of course your data source containsAnytype of item).
0.9.0
withItemrequires that you specify theViewHoldertype as a generic parameter.- Add
getSelectedItems(): List<IT>method toSelectableDataSource. - Add
onRecycled {}method toItemDefinition.
0.8.0
- Fix a crash caused by stored indices getting out of date as items are removed from the list.
withItemcan take a custom class name string to support generated model classes, see #11.- Added generic
withSwipeActionOn<>method to the swipe plugin to target specific item types, see #12. - Internal cleanup and dependency upgrades.