History log of /frameworks/base/core/java/android/view/KeyboardShortcutGroup.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8861cb002f75d3dffef922c28fc0dbaca771ed11 20-Jan-2016 Andrei Stingaceanu <stg@google.com> Keyboard Shortcuts UI - add shortcuts to dialog.

This is the first UI iteration which contains elements for
displaying the keyboard shortcuts. Is is by no means final,
the following items (and maybe more) still need to be actioned:

* no UI for phone
* no view for system shortcuts (which contain icons)
* the shortcut items container needs a custom layout which
needs to wrap and right align elements (prototype done)
* find or build an util which can produce human readable
names of the baseCharacter and the modifiers (so far I
found a few functions, none of them good)
* not pixel-perfect
* the scrollbar does not show
* the last separator (before the DONE button) is not
visible

Change-Id: I0d191e9516ab8f4728f40b3eefe9d854249ee7a8
/frameworks/base/core/java/android/view/KeyboardShortcutGroup.java
75e097965cc273d33192555b0e65de3dbc1753ce 29-Jul-2015 Clara Bayarri <clarabayarri@google.com> Request Keyboard Shortcuts for SysUI Dialog via Window

Keyboard shortcuts are requested via WindowManager, and
the request pipes through to the view root and the window
callback.

Bug: 22405482
Change-Id: Ic0071e91c7b554be3ac9df71e9539ee8a60e822e
/frameworks/base/core/java/android/view/KeyboardShortcutGroup.java