History log of /frameworks/base/core/java/android/view/KeyboardShortcutInfo.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
77b4fda89c9d204324864bbc59ba830f0255c2e5 21-Apr-2016 Clara Bayarri <clarabayarri@google.com> Improve KeyboardShortcutInfo documentation for Modifiers

This was a request from API council

Bug: 28295817
Change-Id: I2b80dc9877fdd473cec89abdd0c06df15799796a
/frameworks/base/core/java/android/view/KeyboardShortcutInfo.java
1d648a14a410f21eb679982c4c0977201d97aac1 23-Mar-2016 Clara Bayarri <clarabayarri@google.com> Keyboard Shortcuts Helper: Include all System shortcuts

Also add support for shortcuts with no base character or keycode,
as needed by "Search" being triggered with just Meta.

Bug: 27454997
Change-Id: I75bc9d22c30f9ebcdcbea3fb53f166d942dc7b90
/frameworks/base/core/java/android/view/KeyboardShortcutInfo.java
4e850ffaa757cd6f1e2578c454a7a83a93419e83 02-Mar-2016 Clara Bayarri <clarabayarri@google.com> Keyboard Shortcuts: Add Keycodes for shortcut representation

This changes the current API given app feedback received. In order to use
keycodes as well as chars we also must implement a mapping of Keycodes to
Display labels as only keys with a single char representation are provided
by KeyCharacterMap.

Bug: 27409783
Change-Id: I3da653adc4b8cbc66a4d1aa24a5f9181f71e83c3
/frameworks/base/core/java/android/view/KeyboardShortcutInfo.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/KeyboardShortcutInfo.java