thellmund / Android-Week-View

Display highly customizable calendar views in your Android app
Apache License 2.0
188 stars 97 forks source link

Is drag and drop available yet? #263

Open dbreen1 opened 3 years ago

dbreen1 commented 3 years ago

Hi,

Thanks for the library.

I see that you merged the changes for drag and drop a few months ago. I pulled the latest version (5.3.2) of the library but the changes don't appear to be there.

Is the feature still in progress?

Cheers

redlightmikey commented 3 years ago

@thellmund Just looking at this. Any chance of add this? Would love to add this!

rezazarchi commented 2 years ago

Yes, it's already available. And I just wonder how to disable this feature? @thellmund

jom16antonio commented 2 years ago

Drag and drop is available in v5.3.2. I also wonder how to disable this feature. Also how to capture the dragdrop changes when you are using simpleadaptor?

jom16antonio commented 2 years ago

Yes, it's already available. And I just wonder how to disable this feature? @thellmund

Drag and drop is available in v5.3.2. I also wonder how to disable this feature. Also how to capture the dragdrop changes when you are using simpleadaptor?

To disable drag and drop, return true in the onEventLongClick() override fun onEventLongClick(data: DayItemDto, bounds: RectF): Boolean { return true }

eliomaroun commented 1 year ago

@jom16antonio Return type is 'Boolean', which is not a subtype of overridden I am getting this error when applying what you did. Any idea how to resolve it. I am using WeekViewPagingAdapterJsr310 using the latest release of weekview in android 13 Thanks!

JSroka745 commented 1 year ago

I also use 5.3.2 version and not see drag and drop feature. how to enable it?