A mirror for futokb (https://gitlab.futo.org/keyboard)
Go to file
Jean Chalard 6912342a48 Fix a bug with bad view reuse.
There are many ways to fix this problem but this is the most
direct way. Removing a view from the cache when any animation
is started will ensure it won't be used again, and will be garbage
collected when it's possible. Since views are created on demand
anyway, a new one will just get created when needed, and that's
it.

Bug: 9400128
Change-Id: I4945d2859d642e79694d51ae90cf4f5bde9a5f1d
2013-07-16 14:12:55 +09:00
dictionaries Update dictionaries 2013-06-28 14:54:51 +09:00
java Fix a bug with bad view reuse. 2013-07-16 14:12:55 +09:00
native Merge "Make bigram dictionary and traverse session use structure policy." 2013-07-16 02:45:36 +00:00
tests Change how the length of the random words are chosen. 2013-07-04 22:22:34 +09:00
tools Merge "Generalize constuctors & add tests" 2013-07-04 08:53:19 +00:00
Android.mk
CleanSpec.mk