Skip to content

v1.2.2

Compare
Choose a tag to compare
@mikepenz mikepenz released this 01 Mar 19:41
· 1485 commits to develop since this release

library

  • allow to directly sort the list if a new comparator is defined
  • sort with a comparator in the set() method
  • add getter for the comparator
  • add new IDraggable interface to enable / disable the dragging feature of an item
  • check the IDraggable flag within the SimpleDragCallback

sample

  • add new sample showcasing the sort functionality THANKS @rubengees
  • use the new IDraggable interfae in the SampleItem
  • update all libs of the sample app