This repository was archived by the owner on Nov 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change Log
22===============================================================================
33
4- Version 1.0.1 (2013-07-31)
4+ Version 1.0.2 (2014-01-02)
5+ ----------------------------
6+
7+ * Reverted targetSdkVersion for backwards compatibility
8+
9+ Version 1.0.1 (2013-12-31)
510----------------------------
611
712 * Added - initial support for OnItemClickListener #14
813 * Fix - measurement of root with wrap content height #16
14+ * Fix - high velocity fling bug #11
915
10- Version 1.0.0 (2013-07 -28)
16+ Version 1.0.0 (2013-12 -28)
1117----------------------------
1218
1319 * Initial version available via Maven Central
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ The simplest way to use AndroidStaggeredGrid is to add the library as a gradle a
3030```
3131dependencies {
3232 mavenCentral()
33- compile 'com.etsy.android.grid:library:1.0.1'
33+ compile 'com.etsy.android.grid:library:x.x.x' // see changelog
3434}
3535```
3636
@@ -41,7 +41,7 @@ The library is currently configured to be built via Gradle only. It has the foll
4141 * Android Gradle plugin v0.7.3 - ` com.android.tools.build:gradle:0.7.3 `
4242 * Android Support Library v19 - ` com.android.support:support-v4:19.0.+ `
4343
44- Still use Eclipse/building with Ant? You can still use AndroidStaggeredGrid, it's just a few extra steps (left up to the read ).
44+ Still use Eclipse/building with Ant? You can still use AndroidStaggeredGrid, it's just a few extra steps (left up to the reader ).
4545
4646Usage
4747=====
You can’t perform that action at this time.
0 commit comments