maiacore android keyboard app or something
Find a file
Yohei Yukawa ea8c1c811c Fix inconsistent behavior with backspace in the Emoji pallete.
In some ways, the delete key on the Emoji palette was
inconsistent with that in other keyboard layouts.
- It deletes a character in down events, not up events.
- A user cannot cancel the event by moving the finger away from
  the key.

This patch fixes these inconsistencies by revisin
EmojiPalettesView.DeleteKeyOnTouchListener. Notable changes are:
- An explicit state machine is introduced because there are
  different event sequences to be considered.
- Background thread is replaced with CountDownTimer so tha
  key-repeat events can be naturally generated in the UI thread.
- MotionEvent.ACTION_MOVE is now handled to cancel the
  subsequent delete key events when the finger is moved away
  from the key area.

Bug: 12464067
Change-Id: Ibc360a1394afef368a8d9af7b4c0e99e8ce1d83c
2014-01-27 16:24:51 +09:00
dictionaries Update dictionaries 2014-01-14 10:37:15 +09:00
java Fix inconsistent behavior with backspace in the Emoji pallete. 2014-01-27 16:24:51 +09:00
native Add a dedicated method to control time in native code. 2014-01-15 14:55:57 -08:00
tests Merge "Fix a bug specific to German capitalization." 2014-01-17 01:49:14 +00:00
tools Fix checkbuild breakage on dicttool 2014-01-17 00:25:11 +09:00
Android.mk Build native subdirectories first 2013-01-28 20:07:31 -08:00
CleanSpec.mk Pass the touch position correction data to native. 2011-09-29 17:00:49 +09:00