LatinIME/java
Tadashi G. Takaoka 820e4260cd Fix inconsistency between pop-up preview key and input key
This issue is caused by three reasons.
- In touch move event and while time debouncing is going on, wrong key
  is shown as pop-up preview.
- There is no pop-up preview key shown when touch up event occurs and
  also showing pop-up preview message is unintentionally canceled.
- In detectAndSendKey() method, nearby keys' primary codes are
  mistakenly sent as Key codes.

This is the last of three changes to fix bug #2868304

Bug: 2868304
Change-Id: Ie482167b2ae2804fa1aa43ffb5067af47b7553f1
2010-07-28 20:30:04 -07:00
..
res Merge "Add hysteresis movement key debouncing" 2010-07-28 11:31:59 -07:00
src/com/android/inputmethod Fix inconsistency between pop-up preview key and input key 2010-07-28 20:30:04 -07:00
Android.mk Move Google's proprietary dictionaries for LatinIME to vendor/google/apps/LatinImeGoogle. 2010-07-24 11:50:38 +09:00
AndroidManifest.xml Prepare for master merge 2010-07-20 16:37:12 +09:00
MODULE_LICENSE_APACHE2 Clarify licensing 2010-04-05 09:47:36 -07:00
NOTICE Clarify licensing 2010-04-05 09:47:36 -07:00
proguard.flags Tests and some new constructors to help in testing. 2010-05-07 13:40:20 -07:00