LatinIME/java
Keisuke Kuroyanagi 48adccf349 Start full screen mode on first tap when HW keyborad is connected.
LatinIME checks hardware keyboard presence and software keyboard
visibility to decide whether to start full screen mode.
This doesn't work well with the recent update on "Show input method"
(Bug: 22517687, Id4d332e3909590c68345e).

On the first tap, software keyboard is not shown and hardware keyboard
is connected; so full screen mode is not started. However,
onEvaluateInputViewShown may return true ant software keyboard may be
brought up.
In this care, on the second tap, software keyboard is visible so full
screen mode will be started regardless of hardware keyboard presence.

This CL checks onEvaluateInputViewShown to decide whether to start
full screen mode.

Bug: 27234709
Change-Id: I587262cc36e5fccc59620b4bd2d2c3c05c72232f
2016-03-15 18:42:46 +09:00
..
res Import translations. DO NOT MERGE 2016-03-09 05:13:51 -08:00
src/com/android/inputmethod Start full screen mode on first tap when HW keyborad is connected. 2016-03-15 18:42:46 +09:00
Android.mk Just tiny cosmetic fixes in makefile 2014-11-11 03:26:38 +09:00
AndroidManifest.xml Mark this coreApp as being encryptionAware. 2015-11-19 11:11:31 -07:00
MODULE_LICENSE_APACHE2
NOTICE
proguard.flags Create a new KeyboardLayout class to represent the layout. 2015-01-30 17:24:09 -08:00