History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/AppButtonData.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e7da92e7408c58a07278d9a9d474baa683ca4112 08-Sep-2015 Vadim Tryshev <vadimt@google.com> Showing task selection menus.

These popup menus are shown when a clicked app has > 1 recent tasks.
We still activate the latest task in addition to showing the menu.

Showing task icons in the menu, as well as showing the menu in its UX-polished
form is not yet implemented.

Bug: 20024603
Change-Id: I05e8fe9592501fdd01cbc9032080e4286a658a65
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/AppButtonData.java
3560575009291245fcf106d1e45a722a968d0494 31-Aug-2015 Vadim Tryshev <vadimt@google.com> Implementing app-centric Shelf.

We finally get a UX decision for the Shelf.
Shelf won't have 2 parts - pinned and recents; it will have only 1 list where
all pinned and recent activities of the same kind are grouped under a single icon.
Clicking at that icon activates the latest running activity if it's present, or
starts a new one otherwise.

The above part is implemented in this CL. I removed stuff related to the separate
Recents pane, and moved surviving code to NavigationBarApps.

Later, we'll have menus popping up from the icon, which will allow pinning and unpinning,
and choosing a concrete activity to activate.

Bug: 20024603
Change-Id: Ia08fe62939f92c7ee4f102c07a31e7168a11f010
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/AppButtonData.java