File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ Usage
31
31
<dependency >
32
32
<groupId >com.github.alamkanak</groupId >
33
33
<artifactId >android-week-view</artifactId >
34
- <version >1.2.3 </version >
34
+ <version >1.2.4 </version >
35
35
<type >aar</type >
36
36
</dependency >
37
37
```
38
38
* Grab via gradle
39
39
40
40
```groovy
41
- compile 'com.github.alamkanak:android-week-view:1.2.3 '
41
+ compile 'com.github.alamkanak:android-week-view:1.2.4 '
42
42
```
43
43
2. Add WeekView in your xml layout.
44
44
@@ -155,6 +155,14 @@ To do
155
155
Changelog
156
156
---------
157
157
158
+ **Version 1.2.4**
159
+
160
+ * Add support to have loaders other than MonthViewLoader
161
+ * Add pinch to zoom support
162
+ * Add support for location
163
+ * Add ability to have different colors for past, future, weekend days
164
+ * Add support for "now" line
165
+
158
166
**Version 1.2.3**
159
167
160
168
* Get callbacks when scrolling horizontally
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.2.3
1
+ VERSION_NAME =1.2.4
2
2
GROUP =com.github.alamkanak
3
3
4
4
POM_DESCRIPTION =An android library to show day view, week view, 3 day view etc. in your app.
You can’t perform that action at this time.
0 commit comments