Releases: mikepenz/FastAdapter
Releases · mikepenz/FastAdapter
v0.6.0
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
v0.5.5
v0.5.2-SNAPSHOT
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
library
- wrong saveItemCount calculation. FIX mikepenz/MaterialDrawer#926
v0.5.0-SNAPSHOT
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
library
- don't trigger onClick, onLongClick if the item is disabled
- improve stability within the UndoHelper
v0.4.1-SNAPSHOT
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
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
- allow multiple states to be stored