Is there any way to prevent Moondroid Coverflow (https://github.com/moondroid/CoverFlow) from automatically connecting the last object to the first object once it gets to the end.
setShouldRepeat(false);
seems to do nothing other than break the coverflow when there are less than four objects. It completely prevents scrolling.