[Touch-packages] [Bug 1499845] Re: Expose whether an app has a visible BottomEdge

2015-11-11 Thread Zsombor Egri
It is way easier to detect on an app whether it is the first run or not than on shell. Shell would need to keep track about each app on how many times it has been launched, and that is just not its task. I mentioned Tutorial component simply because I do see this whole logic being tracked by it:

[Touch-packages] [Bug 1499845] Re: Expose whether an app has a visible BottomEdge

2015-09-30 Thread Michael Terry
Well, this screen is supposed to appear on the tablet or phone. Desktop doesn't show it. So no worries about convergence. Design wants it to cover the screen because they want to focus the user on this one thing. And to your suggestion #2, it's a little tricky to know when it should be

[Touch-packages] [Bug 1499845] Re: Expose whether an app has a visible BottomEdge

2015-09-29 Thread Michael Terry
Assigning to bzoltan for opinion on approach. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zoltan Balogh (bzoltan) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Touch-packages] [Bug 1499845] Re: Expose whether an app has a visible BottomEdge

2015-09-29 Thread Zsombor Egri
The BottomEdge component is decided to be available per Page, that means that it will be available if the Page is active. Now there can be situations when more than one BottomEdge will be available at a time, and the logic described above does not deal with that. Also, the edge tutorial does not