SundeepK

Results 46 comments of SundeepK

Unfortunately, there is no way built in todo this at the moment. This can be done pretty easily I think. I don't know when I will get around this since...

This is actually quite difficult because the code assumes only horizontal scrolling. If you wanted to achieve this. I don't think it would be too difficult to take a fork...

Hi, simple change this line in the code: https://github.com/SundeepK/CompactCalendarView/blob/master/library/src/main/java/com/github/sundeepk/compactcalendarview/CompactCalendarController.java#L750 Maybe get rid of the value `heightPerDay` or adjust it to your liking.

Thanks for raising this issue. Hadn't occured to me to implement RTL support.

@pelegs1 Will try and have a look at this issue in the coming week. This can potentailly require a fair bit of work and changes.

@pelegs1 I have made some progress this week and have gotten something basic working. I'll need todo a bunch of testing/write some unit tests for this though. You can track...

@pelegs1, @nimesh-luhana Should the swipe direction also be reversed? So if current month is Feb. Swiping right should show Jan and swiping left should show March right? I've gotten the...

Ok, I think I have something working for this now. I am adding some unit tests for this but if anyone is interested, I can release a beta for people...

Sorry for the long delay. I've finished off some extra the unit tests and tested things out manually. I'll be releasing a beta version hopefully in the next day or...

```gradle dependencies { compile 'com.github.sundeepk:compact-calendar-view:2.0.3-beta' } ``` Created a beta version, give it a go if you have time.