Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Merge of #25 Against Master #33

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Apr 23, 2013

  1. Support for selecting date ranges

    Range selection mimics Hipmunk. Also streamlines button creation.
    mattgrayson committed Apr 23, 2013
    Configuration menu
    Copy the full SHA
    14f2020 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2013

  1. more consistency between date selection modes

    support for deselecting dates and ensure calendarView:shouldSelectDate:
    is respected when selecting date ranges
    mattgrayson committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    f931fcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9030c21 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2013

  1. Fixed scrollToDate:animated: to actually scroll to the date

    Was only scrolling to the month of the given date. Also added secondary
    method to allow customizing the scroll position.
    mattgrayson committed Apr 25, 2013
    Configuration menu
    Copy the full SHA
    062efee View commit details
    Browse the repository at this point in the history
  2. Tweaked scrollToDate:animated: to preserve @randomstep's change to ta…

    …ke into account self.pinsHeaderToTop
    
    Also added date range selection demo to test app
    mattgrayson committed Apr 25, 2013
    Configuration menu
    Copy the full SHA
    3ff0520 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2013

  1. More calendar cell customization

    Added public properties for text shadow color, today's text color,
    today's shadow color. Also added public property to toggle display of
    dates that fall outside of the current month.
    mattgrayson committed May 2, 2013
    Configuration menu
    Copy the full SHA
    347e386 View commit details
    Browse the repository at this point in the history
  2. fix for archive fail

    The copy headers build phase wasn't making the headers available to the
    parent project (and breaking the ability to Archive the parent
    project). Moving headers to copy files build phase resolved the
    problem. Not sure this is the correct fix ...
    mattgrayson committed May 2, 2013
    Configuration menu
    Copy the full SHA
    f350cca View commit details
    Browse the repository at this point in the history

Commits on May 9, 2013

  1. Configuration menu
    Copy the full SHA
    3985587 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2013

  1. Merge branch 'master' of github.com:mattgrayson/objc-TimesSquare into…

    … feature/date-range-selection
    
    Conflicts:
    	TimesSquare/TSQCalendarRowCell.m
    Blake Watters committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    3f784c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac47cd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c3bee8 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2013

  1. Configuration menu
    Copy the full SHA
    5ef9cd7 View commit details
    Browse the repository at this point in the history
  2. Fix crash when attempting to reset selections and the start date is `…

    …nil`
    Blake Watters committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    dc06e09 View commit details
    Browse the repository at this point in the history
  3. Ensure that the selectedDate, selectedStartDate, and `selectedEnd…

    …Date` are updated appropriately when the selection type changes
    Blake Watters committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    1217ce2 View commit details
    Browse the repository at this point in the history
  4. Change selectionType to selectionMode

    Blake Watters committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    d9685cc View commit details
    Browse the repository at this point in the history
  5. Eliminate didDeselect delegate methods in favor of passing nil fo…

    …r the date
    Blake Watters committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    d2deab3 View commit details
    Browse the repository at this point in the history