File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,9 @@ Features
21
21
Who uses it
22
22
---------------
23
23
24
+ * [ Quivr] (https://quivr.be/en/ )
24
25
* [ Series Addict] ( https://play.google.com/store/apps/details?id=com.alamkanak.seriesaddict )
25
- * Using the library? Just
[ tweet me ] ( https://twitter.com/alamkanak ) or [ send me an
email ] ( mailto:[email protected] ) .
26
+ * Using the library? Just make an issue
26
27
27
28
Usage
28
29
---------
@@ -34,14 +35,14 @@ Usage
34
35
<dependency >
35
36
<groupId >com.github.quivr</groupId >
36
37
<artifactId >android-week-view</artifactId >
37
- <version >0 .0.1-SNAPSHOT </version >
38
+ <version >2 .0.0 </version >
38
39
<type >aar</type >
39
40
</dependency >
40
41
```
41
42
* Grab via gradle
42
43
43
44
```groovy
44
- compile 'com.github.quivr:android-week-view:0 .0.1-SNAPSHOT '
45
+ compile 'com.github.quivr:android-week-view:2 .0.0 '
45
46
```
46
47
2. Add WeekView in your xml layout.
47
48
@@ -151,7 +152,7 @@ Use the following interfaces according to your need.
151
152
Sample
152
153
----------
153
154
154
- There is also a [sample app](https://github.com/alamkanak /Android-Week-View/tree/master/sample) to get you started.
155
+ There is also a [sample app](https://github.com/quivr /Android-Week-View/tree/master/sample) to get you started.
155
156
156
157
To do
157
158
-------
@@ -161,6 +162,12 @@ To do
161
162
162
163
Changelog
163
164
---------
165
+ **Version 2.0.0**
166
+ * This fork is first released
167
+ * Possibility to set minDate and maxDate
168
+ * Allday events are supported
169
+ * Events can be add by clicking on empty space
170
+
164
171
165
172
**Version 1.2.6**
166
173
You can’t perform that action at this time.
0 commit comments