mozilla-mobile / firefox-tv

Firefox for Amazon's Fire TV
https://blog.mozilla.org/blog/2017/12/20/firefox-is-now-on-amazon-fire-tv-happy-holiday-watching/
Mozilla Public License 2.0
255 stars 109 forks source link

[1630] All channels have proper focus & scrolling behavior #2112

Closed athomasmoz closed 5 years ago

athomasmoz commented 5 years ago

Why/User Benefit/User Problem

As a user, I want the tiles on the homescreen to be organized using both up/down arrows and side-to-side so that I can reach my desired tile faster given my FireTV remote. And to match the interaction I'm used to on other Fire TV apps

In future, this will also allow further categorization of home screen tiles

Acceptance Criteria (how do I know when I’m done?)

severinrudie commented 5 years ago

Engineering note on the scrolling behavior (focused view stays on the left side of the screen): reading through documentation, it looks to me like this should be achievable using some combination of BaseGridView#windowAlignment, #windowAlignmentOffset and windowAlignmentOffsetPercent, but I haven't yet managed to get it to work.

devinreams commented 5 years ago

UX stuff moved into #2189