File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
===============================================================================
3
3
4
+ Version 1.0.5 (2014-04-24)
5
+ ----------------------------
6
+
7
+ * Fixed OnScrollListener issue after updating contents #100
8
+ * Fixed LayoutParams casting issue when recycling state #102
9
+ * Fixed the onClick item id #86
10
+ * Fixed bug that the default case on Touch event #67
11
+ * Fixed for "NPE onSizeChanged" #41 PR #91
12
+ * Added guard against issue #45
13
+ * Fixed setAdapter bug #86 #85
14
+ * Using newest build tools and libraries - #78 #96
15
+
4
16
Version 1.0.4 (2014-02-22)
5
17
----------------------------
6
18
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ Alternatively import the `/library` project into your Android Studio project and
41
41
42
42
The library is currently configured to be built via Gradle only. It has the following dependencies:
43
43
44
- * Android Gradle plugin v0.7.3 - ` com.android.tools.build:gradle:0.7.3 `
45
- * Android Support Library v19 - ` com.android.support:support-v4:19.0 .+ `
44
+ * Android Gradle plugin v0.7.3 - ` com.android.tools.build:gradle:0.9.2 `
45
+ * Android Support Library v19 - ` com.android.support:support-v4:19.1 .+ `
46
46
47
47
Still use Eclipse/building with Ant? You can still use AndroidStaggeredGrid, it's just a few extra steps (left up to the reader).
48
48
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.0.4
1
+ VERSION_NAME =1.0.5
2
2
VERSION_CODE =1
3
3
GROUP =com.etsy.android.grid
4
4
You can’t perform that action at this time.
0 commit comments