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

Added key listener to allow d-pad navigation of days in month view. S… #220

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

Commits on Jul 25, 2016

  1. Added key listener to allow d-pad navigation of days in month view. S…

    …et MonthView to be focusable to allow view to receive key events
    Simon Kenny committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    9e44945 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2016

  1. Added focus handling method defs to controller for date picker; imple…

    …mented in dialog; add calls in MonthView to switch focus when focus reaches left / right edge of date picker
    Simon Kenny committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    fa7b6c5 View commit details
    Browse the repository at this point in the history
  2. Added year picker d-pad support, exclusively for Android TV; hook up …

    …transition between year and month based on d-pad right event
    Simon Kenny committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    b0b857a View commit details
    Browse the repository at this point in the history
  3. Add isTv test usage to MonthView d-pad listener and set focus calls; …

    …clean up year tv compat code and isTv util code comments
    Simon Kenny committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    9b3fa05 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

  1. Configuration menu
    Copy the full SHA
    6bde938 View commit details
    Browse the repository at this point in the history
  2. Added focus correcting and handling for keyboard / d-pad navigation o…

    …f elements in timer picker, especially related to cancel / ok buttons; animation shows focus change back to picker also
    Simon Kenny committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    120da4e View commit details
    Browse the repository at this point in the history
  3. Fix focus for case where time picker is for hour only

    Simon Kenny committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    f5f8b11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05c73d8 View commit details
    Browse the repository at this point in the history
  5. Added hour and or minute increment / decrement when minute or second …

    …addition or subtraction causes hour or minute to change; fix am / pm bug
    Simon Kenny committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    536f125 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. Add d-pad navigation support for selectable dates

    Simon Kenny committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    4a16642 View commit details
    Browse the repository at this point in the history
  2. Fixed d-pad navigation for days in month for date picker when reachin…

    …g edge columns
    Simon Kenny committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    a223026 View commit details
    Browse the repository at this point in the history
  3. Fixed keyboard selection when enter pressed on date picker, moves foc…

    …us to Ok button
    Simon Kenny committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    a2c0f5c View commit details
    Browse the repository at this point in the history
  4. Fix support for selectable hours in time picker

    Simon Kenny committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    b5333a6 View commit details
    Browse the repository at this point in the history
  5. Fixed AM / PM d-pad controls for time picker

    Simon Kenny committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    4af2b13 View commit details
    Browse the repository at this point in the history
  6. Fixed minutes / seconds d-pad navigation in timer picker for selectab…

    …le times
    Simon Kenny committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    dd9eaf4 View commit details
    Browse the repository at this point in the history