Skip to content

Releases: mikepenz/FastAdapter

v0.6.0

11 Jan 17:30
Compare
Choose a tag to compare

library

  • add new methods to select / deselect a list of positions FIX #19
  • cleanup handleSelections method
  • add collapsable items to readme
  • add new method to get selected items FIX #18
  • switch collapsible to expandable

NOTE: this switches the interface from collapsible to expandable and makes the ture (that it was collapsed -> closed) to false that it is not expanded

v0.5.6

10 Jan 21:06
Compare
Choose a tag to compare

library

  • deselect on single click

sample

  • fix arrow does not go back inside SimpleActivity

v0.5.5

09 Jan 19:19
Compare
Choose a tag to compare

library

  • first stable release

sample

  • add new sample which showcases a GridLayoutManager, wich animation, and expandable root items.
    • if clicked it will expand to a grid of icons (taken from the Android-Iconics library)

v0.5.2-SNAPSHOT

08 Jan 21:23
Compare
Choose a tag to compare

sample

  • add first 0.0.1-SNAPSHOT of my new ItemAnimators library (will be released soon)
  • use SlideDownAlphaAnimator as this one looks better for collapsing items

v0.5.1-SNAPSHOT

08 Jan 19:46
Compare
Choose a tag to compare

library

v0.5.0-SNAPSHOT

08 Jan 19:16
Compare
Choose a tag to compare

library

  • make item type generic inside ICollapsible interface
  • by deafult the FastAdapter HastableIds == true
  • add new method which allows us to provide id's for subitems

sample

  • implement new ImageList Sample showcasing a more complex item, with Glide as image loader, and an additional click listener
  • update materialdrawer to latest snapshot

v0.4.2-SNAPSHOT

06 Jan 15:55
Compare
Choose a tag to compare

library

  • don't trigger onClick, onLongClick if the item is disabled
  • improve stability within the UndoHelper

v0.4.1-SNAPSHOT

05 Jan 21:30
Compare
Choose a tag to compare

library

  • implement missing method getGlobalPosition
  • we should deselect before we restore previous selections
  • make sure we don't fail with a null pointer exception when the position does not exist anymore
  • generify UndoHelper
  • Generify RecyclerViewCacheUtil

v0.4.0-SNAPSHOT

05 Jan 21:29
Compare
Choose a tag to compare

library

  • make sure we don't run into an endless loop if an item can't be found anymore
  • reorganize the listeners
  • no more relative positions
  • add method to get the global position if only the relative position is known

v0.3.3-SNAPSHOT

05 Jan 16:18
Compare
Choose a tag to compare
  • allow multiple states to be stored