square / android-times-square

Standalone Android widget for picking a single date from a calendar view.
Apache License 2.0
4.45k stars 1.19k forks source link

Issue #467: Added method for updating a range of dates #468

Closed pernilla closed 5 years ago

pernilla commented 6 years ago

I've created an issue #467 and this is a fix for that. It can be useful sometimes when wanting to update the calendar with a range of dates rather than a single date.

edenman commented 6 years ago

This behavior (only scrolling to the last specified date, and only if the last date was successfully selected) seems weird to me. I'd think you'd actually want to scroll to the earliest selected date (to make it more likely you'd see the entire set of newly added/removed dates).

pernilla commented 6 years ago

I changed to first selected date, even though for me is not that important. If you create a review I can actually reply to your comment. As it is now I have to reply here.