Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanups in LatinIME native source code•••Change-Id: I9b5e57583deb2d0c980e66c3dfbfd1e12734bc8e | 2012-09-27 | 1 | -0/+3 | |
* | Debug flag•••Change-Id: Ied846162fd5052a33fd3c8596e73dfdd48c446ee | 2012-09-11 | 1 | -0/+4 | |
* | Add debug utils for geometric input•••Change-Id: If01bd5593cfc7428572aa43253d6d72409ac6b8e | 2012-09-10 | 1 | -0/+20 | |
* | Add DEBUG_GEO_FULL flag•••Change-Id: Ibf8eb5fc2056fd138e9e6af1c13fbc065b44a6f1 | 2012-09-10 | 1 | -0/+4 | |
* | Fix backtrace tool•••Change-Id: Icc0e8ad94331e62a569183fa05ada335dcc5e26a | 2012-09-10 | 1 | -4/+7 | |
* | Restricting children for gesture input.•••Change-Id: Id2607ef48e67685b0a71b8c628663eceb6b6fe95 | 2012-09-04 | 1 | -0/+3 | |
* | Cosmetic fixes and a bug fix in UnigramDictionary::testCharGroupForContinuedL...•••This change has actually been extracted from a change work in progress I4fe423834b8131fb122251892c98228a6e08ba25 Change-Id: I52568fa09da2ea22be7f8bfe9676b7cd73c31fa4 | 2012-09-04 | 1 | -21/+25 | |
* | Add backtrace tool•••Change-Id: I2795bedf8d8fd545ae411e74b65770d520c715c4 | 2012-09-03 | 1 | -0/+26 | |
* | Revert "Change the definition of NOT_A_CHARACTER"•••This reverts commit a31d180cc31d2b661549178107bd9ba20175dcbe Change-Id: Ifd753d2d2ac5092dd47e22a8829c1cc416d99ea5 | 2012-08-27 | 1 | -2/+1 | |
* | Change the definition of NOT_A_CHARACTER•••Change-Id: I519b1e5478abefb1c18cb6e3ab2862be045583de | 2012-08-27 | 1 | -1/+2 | |
* | Step 38-A Cleanup touch path•••Change-Id: I9bfac98b9ac10f3812290f21673c4002241eae01 | 2012-08-23 | 1 | -0/+3 | |
* | Allow one-character suggestions.•••Bug: 6906525 Change-Id: I62117653ac1281f825afc4ebb30f7e786902b750 | 2012-08-17 | 1 | -2/+0 | |
* | Stop using STL string in additional_proximity_chars•••Change-Id: Ic016fd5983b8855b0fd9506a17b205db86af3a2f | 2012-08-09 | 1 | -0/+3 | |
* | Show results in the native code.•••Change-Id: I712ba49cf4a89a36836fbf49cd72e7eef218e61f | 2012-08-06 | 1 | -5/+41 | |
* | Header cleanup. Moved a couple of functions from .h to .cpp.•••Change-Id: Ifd12a7632f75395bd0ef5e394d5c2abd6cbe28c6 | 2012-08-02 | 1 | -2/+3 | |
* | Misc cleanups•••Change-Id: I28308f12c3064299acefc346b72279036c3726a7 | 2012-07-30 | 1 | -3/+2 | |
* | Fix native debug log•••Change-Id: If19f808522a5a35fa06c2825fcd0d92e6e4a0631 | 2012-07-27 | 1 | -8/+6 | |
* | Cosmetic fixes and style fixes•••Change-Id: I69c42ff945cdf0d5205c6ca61d6861a0479492dc | 2012-07-25 | 1 | -18/+17 | |
* | Add a new define for gesture•••Change-Id: I6e0d8de75e129a6d1a33f7c7d5f5fa8c11dd2006 | 2012-06-28 | 1 | -0/+2 | |
* | Move correction state to stack memory•••*Before (0) 13.18 (0.01%) (1) 93025.41 (62.06%) (2) 10.75 (0.01%) (3) 10.50 (0.01%) (4) 117.50 (0.08%) (5) 55678.98 (37.14%) (6) 9.09 (0.01%) (20) 883.84 (0.59%) Total 149898.24 (sum of others 149749.25) *After (0) 17.41 (0.01%) (1) 92673.41 (61.95%) (2) 10.62 (0.01%) (3) 10.37 (0.01%) (4) 120.96 (0.08%) (5) 55741.18 (37.26%) (6) 11.01 (0.01%) (20) 862.72 (0.58%) Total 149595.52 (sum of others 149447.68) Change-Id: Ia5a25a544fc388e4dab1e08d8f78d5117b249cf3 | 2012-06-14 | 1 | -0/+8 | |
* | Separate state from proximity_info step1•••Bug: 6548943 Change-Id: I7b4fbe20615a28151a74875be43b9f4a20e0dce9 | 2012-06-07 | 1 | -0/+15 | |
* | Enhance the safety net in multiple word suggestions•••Bug: 6576793 Change-Id: I97100b482d3cf4e1b417c197b5d1e971a72b998d | 2012-05-31 | 1 | -2/+3 | |
* | Fix the performance issue on suggesting aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa•••Bug: 6576793 Change-Id: I46f56654cd25dc28668ad75ac71e0e3beb8cdcf3 | 2012-05-30 | 1 | -0/+16 | |
* | Fix the issue on multiple words suggestion•••Bug: 6509844 Change-Id: I823074a2b29befc3e60c63699ab4dc7719105c63 | 2012-05-23 | 1 | -0/+2 | |
* | Merge "Return the bigram frequency if available." into jb-dev | 2012-05-17 | 1 | -2/+3 | |
|\ | |||||
| * | Return the bigram frequency if available.•••This concludes the work on bug#6313806. Don't submit it before the dictionaries are suitably amended. Bug: 6313806 Change-Id: Icfea45bd52bb9d8cc68ba2266f80640e3942bb7f | 2012-05-16 | 1 | -2/+3 | |
* | | Use "float" instead of "double"•••Change-Id: I93ed4d88ede4058f081dd8d634b00dfff4e96d07 | 2012-05-16 | 1 | -5/+5 | |
|/ | |||||
* | Fill in the bloom filter for bigram lookup.•••Bug: 6313806 Change-Id: Ib79e14f6f8b241f053da6069c15f19c71084317e | 2012-05-07 | 1 | -0/+18 | |
* | Add methods to inverse compute the probability.•••For now the probability is just returned with the same value it had, but this is some ground work that needs to be done anyway. Bug: 6313806 Change-Id: I9bb8b96b294109771208ade558c9ad56932d2f8e | 2012-04-24 | 1 | -1/+1 | |
* | Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9•••Change-Id: I3ab65059f6e356530484bfd0bba26a634a4cba65 | 2012-03-30 | 1 | -0/+254 |