-
-
Notifications
You must be signed in to change notification settings - Fork 949
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
digithree
wants to merge
15
commits into
wdullaer:master
Choose a base branch
from
digithree:tv_compat
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
9e44945
Added key listener to allow d-pad navigation of days in month view. S…
fa7b6c5
Added focus handling method defs to controller for date picker; imple…
b0b857a
Added year picker d-pad support, exclusively for Android TV; hook up …
9b3fa05
Add isTv test usage to MonthView d-pad listener and set focus calls; …
6bde938
Added timer picker keyboard / d-pad controls for hour, minute, second
120da4e
Added focus correcting and handling for keyboard / d-pad navigation o…
f5f8b11
Fix focus for case where time picker is for hour only
05c73d8
Added am / pm keyboard / d-pad controlls for time picker
536f125
Added hour and or minute increment / decrement when minute or second …
4a16642
Add d-pad navigation support for selectable dates
a223026
Fixed d-pad navigation for days in month for date picker when reachin…
a2c0f5c
Fixed keyboard selection when enter pressed on date picker, moves foc…
b5333a6
Fix support for selectable hours in time picker
4af2b13
Fixed AM / PM d-pad controls for time picker
dd9eaf4
Fixed minutes / seconds d-pad navigation in timer picker for selectab…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this be wrapped in
Utils.isTv(getContext());
?