-
Notifications
You must be signed in to change notification settings - Fork 4
Changelog
Ludovic ROLAND edited this page Jul 4, 2017
·
1 revision
- Fixed a crash when using set method from SmartRecyclerAdapter with a new wrapper type
- Update the project to the latest version of droid4me
- Add a LayoutInflater as a parameter of the SmartAdapter in order to use a custom inflater to inflate the wrappers
- Fixed a bug with the "remove old duplicates" and "remove old data at once" update types.
- Added the possibility to change comparison type for wrappers when making adapter search operations.
- Fixed a bug which caused the "remove old duplicates" update type to ignore the first wrappers.
- Fixed the behaviour of the getItemPosition in SmartRecyclerAdapter class.
- Added a getItemWrapper in SmartRecyclerAdapter.
- Added a new constructor for SmartRecyclerAdapter which let you choose if notify methods are automatically called.
- The SmartSelectorRecyclerAdapter has been added to handle multiple selection in a RecyclerView.
- Removed automatic calls of notify methods.
- Fixed name of SnappyScrollListener.
- A reorderable RecyclerView has been added with its matching adapter.
- The SmartRecyclerAdapter now has method to add, remove, replace and find items in its wrappers.
- SmartRecyclerAdapter now keeps the data to avoid inconsistency.
- Initial version of the component.