Android-Week-View icon indicating copy to clipboard operation
Android-Week-View copied to clipboard

Is drag and drop available yet?

Open dbreen1 opened this issue 3 years ago • 6 comments

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

dbreen1 avatar Jul 29 '21 13:07 dbreen1

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

redlightmikey avatar Sep 07 '21 16:09 redlightmikey

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

rezazarchi avatar Dec 15 '21 11:12 rezazarchi

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 avatar Apr 29 '22 09:04 jom16antonio

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 }

jom16antonio avatar Apr 30 '22 02:04 jom16antonio

@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!

eliomaroun avatar Mar 23 '23 10:03 eliomaroun

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

JSroka745 avatar Jul 03 '23 14:07 JSroka745