History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EmojiAltPhysicalKeyDetector.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9a438a325b28c8f8884737683237f829c7cb5a15 23-Oct-2015 Dmitry Torokhov <dtor@google.com> Fix AltR+1 -> ESC shortcuts bringing on-screen keyboard

Change the way we decide whether we want to show on-screen keyboard by
not only paying attention to modifiers, but also keeping track whether
the key sequence started in the right state.

We are still misfiring if user presses a non-modifier key and then our
modifier hot-key, but such sequence is unlikely. Given the fact that we
do not want to store too much state I believe this deficiency is
acceptable.

Bug: 25087681
Bug: 24142161

Change-Id: I1a6b5e8e903c27a87134a6c9a7cd474a0607d5c8
(cherry picked from commit 7c513455918a52bd28c1c8181cb2880db0973b4b)
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EmojiAltPhysicalKeyDetector.java
1fdb8f31562eeef78167585a878eb0450310036b 11-Sep-2015 Dan Zivkovic <zivkovic@google.com> Define shortcuts for toggling IME layouts.

Out of the box, we want Alt-Left to toggle Emojis, while Alt-Right
toggles the shifted symbols layout.

Bug: 23954008
Bug: 24369173

Change-Id: I93dd66fb469e5d0a831359ff3a786fe68e1d73ea
(cherry picked from commit 411841b374aa04e333ea5a438dfd539f49ec589a)
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EmojiAltPhysicalKeyDetector.java
de674ac02ee0090078f1ec0d286f26ef19cdeebb 08-Sep-2015 Dan Zivkovic <zivkovic@google.com> Re-activate emoji keyboard shortcut.

Bug 23900149.

Change-Id: Iff8a3892bb88f82736e5fa680c38d98cda4d2777
(cherry picked from commit e1641395e30de7b53b06fc5c820ea83bf04b3aad)
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EmojiAltPhysicalKeyDetector.java
edd94a449e293c07779ac50e98aca3ad92910d92 26-Feb-2015 Dan Zivkovic <zivkovic@google.com> Ignore the Emoji key when not connected.

When the LatinIME does not have an active InputConnection, it will not try
to toggle the Emoji keyboard.

Bug 19513415.

Change-Id: I31f928cd7db1cddd771c548cd3dc42f8af64d0e2
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EmojiAltPhysicalKeyDetector.java
f7e01e866ffa89b4dd7e66c471ed9fc275a637a2 27-Oct-2014 Tadashi G. Takaoka <takaoka@google.com> Remove device checking of Emoji physical key

This CL also adds a settings option to enable/disable an Emoji-ALT
physical key.

Bug: 18122464
Change-Id: Iee1d97efec979a902b0492071d5e511ca1792ff0
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/EmojiAltPhysicalKeyDetector.java