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
2121Who uses it
2222---------------
2323
24+ * [ Quivr] (https://quivr.be/en/ )
2425* [ 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
2627
2728Usage
2829---------
@@ -34,14 +35,14 @@ Usage
3435 <dependency >
3536 <groupId >com.github.quivr</groupId >
3637 <artifactId >android-week-view</artifactId >
37- <version >0 .0.1-SNAPSHOT </version >
38+ <version >2 .0.0 </version >
3839 <type >aar</type >
3940 </dependency >
4041 ```
4142 * Grab via gradle
4243
4344 ```groovy
44- compile 'com.github.quivr:android-week-view:0 .0.1-SNAPSHOT '
45+ compile 'com.github.quivr:android-week-view:2 .0.0 '
4546 ```
46472. Add WeekView in your xml layout.
4748
@@ -151,7 +152,7 @@ Use the following interfaces according to your need.
151152Sample
152153----------
153154
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.
155156
156157To do
157158-------
@@ -161,6 +162,12 @@ To do
161162
162163Changelog
163164---------
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+
164171
165172**Version 1.2.6**
166173
You can’t perform that action at this time.
0 commit comments