A mirror for futokb (https://gitlab.futo.org/keyboard)
Go to file
Jean Chalard f5f834afcd Rename variables with obscure names.
The `snr' variable has a very obscure name. Rename it to `matchWeight'.
Also, the `toLowerCase' function is error-prone, since it actually returns
a lower case version of the BASE char, that is without diacritics. Hence,
rename it to `toBaseLowerCase' and update variables with similar names.

Change-Id: Ibdbe73018a33ee864db59a51d664c3b104d5fb3f
2011-02-22 16:43:19 +09:00
dictionaries
java Force autocorrection of matching words with different accents. 2011-02-22 15:27:06 +09:00
native Rename variables with obscure names. 2011-02-22 16:43:19 +09:00
tests Add "passwordInput" attribute to case tag of Keyboard 2011-02-20 18:46:48 +09:00
tools Allow a single letter dic entry 2010-12-14 13:05:08 +09:00
Android.mk
CleanSpec.mk