A mirror for futokb (https://gitlab.futo.org/keyboard)
Go to file
Jean Chalard dfc5aade2d Fix messages in tests
They are not failing because of this right now, but future
tests would fail without this.
Concretely, since the Handler for any given main thread is
a singleton managed by the framework, the messages won't
be removed automatically. In particular, messages posted
with a delay have a large destructive potential, because
they will go through before the startInputViewInternal
method is called, because it's called with a message too (in
turn, this is because of working around framework bugs).

Bug: 11142685
Change-Id: If81a168efcfd7d93806ddc4ea432d438c45a3e1d
2013-11-27 17:37:57 +09:00
dictionaries Update dictionaries 2013-10-08 10:34:56 +00:00
java Fix messages in tests 2013-11-27 17:37:57 +09:00
native Extend jni interface to support time stamp and shortcut. 2013-11-26 21:31:26 +09:00
tests Fix messages in tests 2013-11-27 17:37:57 +09:00
tools Revert back punctuations to the more keys keyboard of the period 2013-11-12 14:46:40 +09:00
Android.mk
CleanSpec.mk