A mirror for futokb (https://gitlab.futo.org/keyboard)
Go to file
Jean Chalard 96fb3094aa Fix a bug where a batch edit would not be started.
This would end up in TextView sometimes calling onUpdateSelection
multiple times (this is the correct behavior for TextView). We now
commit the space and the word in a batch edit, and we only get
onUpdateSelection once.

Bug: 6300527
Change-Id: I9579f3d8f5320c1cc24a7a42f19db8e105eb090d
2012-04-23 17:45:50 +09:00
dictionaries
java Fix a bug where a batch edit would not be started. 2012-04-23 17:45:50 +09:00
native Fix typo of some methods' name 2012-04-18 16:40:50 +09:00
tests Predefined keyboard layouts are configurable via XML resource 2012-04-20 19:19:24 +09:00
tools Fix confusable "label" usage, use "text" instead 2012-04-20 15:48:30 +09:00
Android.mk
CleanSpec.mk