Skip to content

Releases: etsy/AndroidStaggeredGrid

1.0.6 (unreleased)

23 Sep 15:57
Compare
Choose a tag to compare
1.0.6 (unreleased) Pre-release
Pre-release
Merge pull request #98 from DougSimonton/master

Support for long click and pressed state

Release 1.0.5

24 May 19:20
Compare
Choose a tag to compare
  • Fixed OnScrollListener issue after updating contents #100
  • Fixed LayoutParams casting issue when recycling state #102
  • Fixed the onClick item id #86
  • Fixed bug that the default case on Touch event #67
  • Fixed for "NPE onSizeChanged" #41 PR #91
  • Added guard against issue #45
  • Fixed setAdapter bug #86 #85
  • Using newest build tools and libraries - #78 #96

Release 1.0.4

22 Feb 20:40
Compare
Choose a tag to compare
  • Added column_count attribute #32
  • Added setColumnCount() methods to support dynamically changing columns #26
  • Added empty view support to ExtendableListView #33
  • Fixed grid_paddingTop and paddingTop being ignored #20
  • Fixed ArrayIndexOutOfBoundsException fix #52
  • Fixed Unintentional onClick event on scroll down #42
  • Fixed onScrollStateChanged never get called #18
  • Fixed notifyDataSetChanged sync bug when mFirstPosition = 0 #22

Release 1.0.3

07 Jan 15:54
Compare
Choose a tag to compare

Bug fixes #19 & #27

Release 1.0.2

02 Jan 22:42
Compare
Choose a tag to compare

Reverted targetSdkVersion for backwards compatibility

Release 1.0.1

31 Dec 19:40
Compare
Choose a tag to compare
  • Added - initial support for OnItemClickListener #14
  • Fix - measurement of root with wrap content height #16
  • Fix - high velocity fling bug #11

Release 1.0.0

27 Dec 22:51
Compare
Choose a tag to compare