A mirror for futokb (https://gitlab.futo.org/keyboard)
Go to file
Kurt Partridge 500dea6ad4 Fix punctuation logging
Punctuation is currently put into the same LogUnit as the
following word.  This is counter-intuitive and makes
post-processing more complicated.

This change causes punctuation to be put into its own
LogUnit.

A tricky case is the phantom space.  A phantom space is
inserted right before other text, whose MotionEvents have
already been collected and inserted into mCurrentLogBuffer.
Phantom spaces are handled by creating their own LogUnit and
inserting it into the LogBuffer right before
mCurrentLogBuffer is shifted in.

Change-Id: I102d7cd93982ad37ba0abb6c1ac0f66b85b5f95d
2013-05-17 09:47:40 -07:00
dictionaries Update dictionaries 2013-04-26 20:15:14 +09:00
java Fix punctuation logging 2013-05-17 09:47:40 -07:00
native Be careful about the dictionary size in detection methods 2013-05-08 18:55:18 +09:00
tests Don't process recorrection or resets when not shown 2013-05-15 20:20:20 +09:00
tools Fix two nasty bugs with surrogate pairs. 2013-04-01 17:06:19 +09:00
Android.mk Build native subdirectories first 2013-01-28 20:07:31 -08:00
CleanSpec.mk