Skip to content

Releases: wayfair/brickkit-android

0.9.12: Fixing crash when staggeredgrid used with header (#50)

06 Apr 13:50
Compare
Choose a tag to compare
* Squashed commit of the following:

commit f71def57b90d2719b46c3fe72ff5dde67cca5cb4
Author: Patrick Beagan <pbeagan@wayfair.com>
Date:   Wed Apr 5 10:21:05 2017 -0400

    taking out the test setup in the staggeredgridfragment

commit 23dfe3e318c5b4e1ef415afc465f4787223c0410
Merge: f1700e4 d01516f
Author: Patrick Beagan <pbeagan@wayfair.com>
Date:   Tue Apr 4 17:24:21 2017 -0400

    Merge branch 'master' into fixing_recyclerview_crash_onstaggered_view_with_sticky

commit d01516faca2c460e21617bc7f8788e5b44b7607e
Merge: f322dcb 73cc951
Author: Patrick Beagan <pbeagan@wayfair.com>
Date:   Tue Apr 4 17:23:13 2017 -0400

    Merge https://github.com/wayfair/brickkit-android

commit f1700e448fb2a1988d2f7f1844603cdae54a6f3e
Author: Patrick Beagan <pbeagan@wayfair.com>
Date:   Tue Apr 4 17:17:43 2017 -0400

    changing the color of the header brick to reflect a change in the text size

commit fc4d68f5e29288b1bb9d80a0161223c18848c07f
Author: Patrick Beagan <pbeagan@wayfair.com>
Date:   Tue Apr 4 17:01:00 2017 -0400

    fixing the recyclerview crash on fast scroll when using infinite staggered grid

commit 90e1ffcbd4ff4dfa9771a927844bfd74d0f0594a
Author: Patrick Beagan <pbeagan@wayfair.com>
Date:   Mon Apr 3 10:16:33 2017 -0400

    adding in a check which will only apply staggeredgrid layout if using staggeredgridlayout params

commit f322dcbd133fff9c16f507c9e8bf16e204ad4f50
Author: Patrick Beagan <pbeagan@wayfair.com>
Date:   Thu Mar 23 11:28:57 2017 -0400

    removing unused import

commit 1d956a174e51c8dfbce3ceca268dfdd38a88b1f1
Author: Patrick Beagan <pbeagan@wayfair.com>
Date:   Thu Mar 23 11:01:51 2017 -0400

    taking out unused variables

commit b48622fe62128a054bcc616c5827c3fd01dffd33
Author: Patrick Beagan <pbeagan@wayfair.com>
Date:   Thu Mar 23 10:43:49 2017 -0400

    making the brick spansize be based on the current maxspancount instead of a fullsize variable

commit 5ed63fbdd44f45404ba5c9a82d4270414457110d
Author: Patrick Beagan <pbeagan@wayfair.com>
Date:   Wed Mar 22 15:00:01 2017 -0400

    linting

commit 7c905951e46290645ef153fd39f987c00464dba9
Author: Patrick Beagan <pbeagan@wayfair.com>
Date:   Wed Mar 22 14:11:11 2017 -0400

    Adding in the ability to switch layouts between StaggeredGridLayout and GridLayout

    Squashed commit of the following:

    commit a78b11a19fd27c6eecd492cbf294c6ad36daabff
    Author: Patrick Beagan <pbeagan@wayfair.com>
    Date:   Wed Mar 22 13:46:58 2017 -0400

        adding in more testing

    commit 6a3b7dca2a00d20cbe1775f4c87bbc5d0861c832
    Author: Patrick Beagan <pbeagan@wayfair.com>
    Date:   Mon Mar 20 16:13:25 2017 -0400

        fixing lint

    commit 39fffacb70cf9d7e653785188b78356a015928b4
    Author: Patrick Beagan <pbeagan@wayfair.com>
    Date:   Mon Mar 20 11:08:57 2017 -0400

        adding in testing and comments

    commit cfe22b10fbffa1a9867e4da42f59d5883692628c
    Author: Patrick Beagan <pbeagan@wayfair.com>
    Date:   Fri Mar 17 16:37:50 2017 -0400

        adding in the layout changes

* linting

* linting

* linting

* improving test coverage

* linting

0.9.11: Add data binding support (#47)

05 Apr 14:24
Compare
Choose a tag to compare
* Add data binding support

* Fixing checkstyle issues

* Checkstyle issues

0.9.10: Fix for getSpanSize() support lib bug (#46)

04 Apr 16:10
Compare
Choose a tag to compare
- Catch IndexOutOfBoundsException in getSpanSize() to circumvent
support lib bug.

Fixes #45

0.9.9

23 Mar 15:58
Compare
Choose a tag to compare
Adding ability to switch between StaggeredGridLayout and GridLayout (…

0.9.8

09 Mar 14:33
Compare
Choose a tag to compare
horizontal scroll issue (#39)

0.9.7: Fixed bug causing footer to be displayed twice. (#36)

08 Mar 14:54
Compare
Choose a tag to compare
* Fixed bug causing footer to be displayed twice. Added ExpandableHeaderFooterFragment and TouchableTextBrick to the demo app. Deleted redundant TouchableBrick.

* Added javadoc

* Added test for new footer logic

* Improving CodeCov

* Improving CodeCov

0.9.6

01 Mar 20:05
Compare
Choose a tag to compare

Add callback for when view attached to window (#32)

0.9.5

27 Feb 15:27
Compare
Choose a tag to compare
Add hasInstanceOf function and test (#30)

0.9.4: Replacing a brick with any hidden bricks before it was broken

23 Feb 16:01
Compare
Choose a tag to compare
Double-tapping where a replacement would occur would also crash

0.9.3

10 Feb 18:50
Compare
Choose a tag to compare
Add smoothScrollToBrick method to BrickDataManager