File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ Usage
3131 <dependency >
3232 <groupId >com.github.alamkanak</groupId >
3333 <artifactId >android-week-view</artifactId >
34- <version >1.2.5 </version >
34+ <version >1.2.6 </version >
3535 <type >aar</type >
3636 </dependency >
3737 ```
3838 * Grab via gradle
3939
4040 ```groovy
41- compile 'com.github.alamkanak:android-week-view:1.2.5 '
41+ compile 'com.github.alamkanak:android-week-view:1.2.6 '
4242 ```
43432. Add WeekView in your xml layout.
4444
@@ -155,9 +155,17 @@ To do
155155Changelog
156156---------
157157
158+ **Version 1.2.6**
159+
160+ * Add empty view click listener
161+ * Fix padding bug
162+ * Fix bug when setting colors of different components
163+ * Add ability to turn off fling gesture
164+ * Add example of how to load events asynchronously in the sample app
165+
158166**Version 1.2.5**
159167
160- * Add support for subclasses of `WeekViewEvent`
168+ * Add support for using subclasses of `WeekViewEvent`
161169* Fix scroll animation
162170* Add support for semi-transparent header colors
163171
Original file line number Diff line number Diff line change 1- VERSION_NAME =1.2.5
1+ VERSION_NAME =1.2.6
22GROUP =com.github.alamkanak
33
44POM_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