aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Remove doesAutoCorrectValidWord().Keisuke Kuroyanagi2014-07-313-13/+2
| | | | | | | | | | | | | | | | | | | | | Possibly offensive words are wrongly demoted when input by gesture. Change-Id: Ibb2eb73d4191dea6cb767643341fe96465c1f70c
* | | Merge "Fix native debug build." into lmp-devKeisuke Kuroyanagi2014-07-251-6/+6
|\| |
| * | Fix native debug build.Keisuke Kuroyanagi2014-07-311-6/+6
| | | | | | | | | | | | Change-Id: I95ff6b14d7f444911ec76698381b8d2d8da94776
* | | Fix some unit tests.Jean Chalard2014-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | | The default value for the script needs to be Latin, as we don't specify it in the files. Change-Id: I1275f13f1cd92f00dc5708748fefb4982f0a60b3
* | | Merge "Add entry iteration method to TrieMap." into lmp-devKeisuke Kuroyanagi2014-07-243-2/+215
|\ \ \ | | |/ | |/|
| * | Add entry iteration method to TrieMap.Keisuke Kuroyanagi2014-07-303-2/+215
| | | | | | | | | | | | | | | Bug: 14425059 Change-Id: I79420b755f29f651d8eed61e7e48b6eb001d8dd2
* | | Merge "Remove PrevWordsInfo.getBigramsIteratorForPrediction()." into lmp-devKeisuke Kuroyanagi2014-07-259-76/+46
|\ \ \ | |_|/ |/| |
| * | Remove PrevWordsInfo.getBigramsIteratorForPrediction().Keisuke Kuroyanagi2014-07-309-76/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the behavior of predictions for some rare cases. For example, let's consider the case of the prev word is "ABC", "ABC" and "abc" is in the dict, "ABC" doesn't have any bigrams, and "abc" has bigrams. Without this change, "abc"'s bigrams are used for prediction. But, with this change, "abc"'s bigrams are not used for prediction. This strategy is the same as the the current way of bigram probability computation during traversal (for suggestion). Bug: 14425059 Change-Id: I857ff39aa70aea265efa651451a63b759bb47d48
* | | [HW8] Pull up the processed event.Jean Chalard2014-07-301-5/+5
| | | | | | | | | | | | Change-Id: I18021b7ec1588fc52533c48b7d8774bec7764822
* | | Merge "Add a method to iterate ngram entries." into lmp-devKeisuke Kuroyanagi2014-07-2410-22/+132
|\| |
| * | Add a method to iterate ngram entries.Keisuke Kuroyanagi2014-07-3010-22/+132
| |/ | | | | | | | | Bug: 14425059 Change-Id: I9962c546504288f6c22b1a7368f775decd229c62
* | Merge "Disptach hover events when sliding suggestion mode" into lmp-devTadashi G. Takaoka2014-07-241-7/+44
|\ \
| * | Disptach hover events when sliding suggestion modeTadashi G. Takaoka2014-07-301-7/+44
| | | | | | | | | | | | | | | Bug: 15687702 Change-Id: I7ace1fbbba724c6e422230a3d88f8cc9ffa8efc2
* | | [SD13] Reorder an enum alphabeticallyJean Chalard2014-07-302-79/+79
| | | | | | | | | | | | Change-Id: I907041b09e5bfce537ed4f592947b2cec8cef4ac
* | | [SD12] Add the last remaining scriptsJean Chalard2014-07-3011-2/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add scripts for Bengali, Devanagari, Kannada, Malayalam, and Tamil. Also include a very minor fix for Arabic. This concludes work on: Bug: 15840116 Change-Id: Iade313fc70030a67c68d424d8cb0cac245b883d1
* | | [SD11] Add script checks for Myanmar, Sinhala, Thai and TeluguJean Chalard2014-07-306-0/+33
| | | | | | | | | | | | | | | Bug: 15840116 Change-Id: I1264fdeea0d4739ca0f360f4934d06e5a824d4e5
* | | Merge "[SD10] Add script checks for Lao and Khmer" into lmp-devJean Chalard2014-07-244-0/+16
|\ \ \ | |/ / |/| |
| * | [SD10] Add script checks for Lao and KhmerJean Chalard2014-07-304-0/+16
| |/ | | | | | | | | Bug: 15840116 Change-Id: Id72b739e73cb3e72f56e1872ad9d60469555e193
* | [HW7.5] Introduce the @Nonnull annotation (take 2)Ken Wakasa2014-07-307-5/+17
| | | | | | | | Change-Id: I05512b5434810046c8b72d6bb41567b6cd8b9d6e
* | Merge "[HW7] Introduce consumed events" into lmp-devJean Chalard2014-07-245-15/+31
|\ \
| * | [HW7] Introduce consumed eventsJean Chalard2014-07-305-15/+31
| | | | | | | | | | | | Change-Id: I692c35b8e701d5a84500b949884472545b1f424d
* | | Merge "[HW6] Split processing and applying the event." into lmp-devJean Chalard2014-07-244-13/+41
|\| |
| * | [HW6] Split processing and applying the event.Jean Chalard2014-07-304-13/+41
| |/ | | | | | | | | | | ...take 2 Change-Id: I9d13b6d51e13ce2e76ae3febebfb8c310eba509d
* / Cleanup: C++11 doesn't require a space between angle bracketsKen Wakasa2014-07-305-14/+14
|/ | | | Change-Id: Id0777cf3deac94395bd63aee40b49375dff3e35a
* Merge "Revert "[HW6] Split processing and applying the event."" into lmp-devKen Wakasa2014-07-243-29/+9
|\
| * Revert "[HW6] Split processing and applying the event."Ken Wakasa2014-07-303-29/+9
| | | | | | | | | | | | | | | | This reverts commit 1db3d860ca0d7380c5a6a3a0f95751565f23043b. Reverting due to a few critical bugs and unit test failures. Change-Id: I5e2d02300320438ef9c29577ec5b0860ea91d822
* | Merge "Revert "[HW7] Introduce consumed events"" into lmp-devKen Wakasa2014-07-245-31/+15
|\ \
| * | Revert "[HW7] Introduce consumed events"Ken Wakasa2014-07-305-31/+15
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 99aff0af98e66b1d8515225a103f5beb84d098b9. Reverting due to a few critical bugs and unit test failures. Change-Id: Id41d802981d079f17134a03cc30ab36a3cdd4ac1
* | | Merge "Revert "[HW8] Pull up the processed event."" into lmp-devKen Wakasa2014-07-241-5/+5
|\ \ \
| * | | Revert "[HW8] Pull up the processed event."Ken Wakasa2014-07-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ebdd641d585e7273bbce1e018d4632e3c3187762. Reverting due to a few critical bugs and unit test failures. Change-Id: Ie7958d749dc813c1752d03aec7f14f5586225ff7
* | | | Merge "Revert "[HW9] Pull the processed event further."" into lmp-devKen Wakasa2014-07-241-12/+8
|\ \ \ \
| * | | | Revert "[HW9] Pull the processed event further."Ken Wakasa2014-07-301-12/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a8d80ec01202633709d161fb01df0126602d4eb6. Reverting due to a few critical bugs and unit test failures. Change-Id: I3f49b54f34d875e8986d6ddc2523ab0b706dc6f2
* | | | | Merge "Revert "[HW10] Pull the processed event in its eventual place"" into ↵Ken Wakasa2014-07-251-9/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | lmp-dev
| * | | | | Revert "[HW10] Pull the processed event in its eventual place"Ken Wakasa2014-07-301-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit bcb61da581edfef5120a7a38a5de98d35fa65255. Reverting due to a few critical bugs and unit test failures. Change-Id: I5f7ee2c7883496ed36e56b3ef12fac91f85f9866
* | | | | | Don't build dicttool unless it's explicitly requested.Ying Wang2014-07-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It easily breaks the checkbuild. Change-Id: I43b35fade550ff9d64782ea43cb6e3a804424830
* | | | | | Merge "Revert "[HW7.5] Introduce the @Nonnull annotation"" into lmp-devKen Wakasa2014-07-246-16/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Revert "[HW7.5] Introduce the @Nonnull annotation"Ken Wakasa2014-07-296-16/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 60a2cd8ac439bf41bfddc5f5f339feda7c7ff175. Reverting due to build breakage under the unbundled branch. Change-Id: Iab2988c53884166f62c95da920ac7a7079a0e5a0
* | | | | | [HW10] Pull the processed event in its eventual placeJean Chalard2014-07-291-6/+9
| |/ / / / |/| | | | | | | | | | | | | | Change-Id: I9e13bb3efad557e9199021a344d8dff8215d97fa
* | | | | [HW9] Pull the processed event further.Jean Chalard2014-07-291-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 'processedEvent' variables will ultimately disappear entirely. Change-Id: If44c68c1116faa9ca23e4ffeabe320704431ab3c
* | | | | Merge "[HW8] Pull up the processed event." into lmp-devJean Chalard2014-07-251-5/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [HW8] Pull up the processed event.Jean Chalard2014-07-291-5/+5
| |/ / / | | | | | | | | | | | | Change-Id: If4baba0af2e88627f22b5e7312948fc3d9c5a25f
* | | | Merge "[HW7.5] Introduce the @Nonnull annotation" into lmp-devJean Chalard2014-07-246-5/+16
|\| | |
| * | | [HW7.5] Introduce the @Nonnull annotationJean Chalard2014-07-296-5/+16
| |/ / | | | | | | | | | Change-Id: I1f69ea704056943fa3371ff610e2d8181ead2376
* | | Merge "[HW7] Introduce consumed events" into lmp-devJean Chalard2014-07-255-15/+31
|\| |
| * | [HW7] Introduce consumed eventsJean Chalard2014-07-295-15/+31
| |/ | | | | | | Change-Id: Ic2d95d19b1ac66e3e97e4a16187ce5aecb4ac678
* | Merge "Add TrieMap." into lmp-devKeisuke Kuroyanagi2014-07-254-1/+765
|\ \
| * | Add TrieMap.Keisuke Kuroyanagi2014-07-294-1/+765
| | | | | | | | | | | | | | | Bug: 14425059 Change-Id: Ief36f808ed4f3e35bfab07837ea314d2564973ab
* | | Use fragment for keyboard theme settingsTadashi G. Takaoka2014-07-2911-100/+266
| | | | | | | | | | | | | | | Bug: 11866784 Change-Id: Ic50b6eb1bd8f2b823e2c9dfad04d8615bc910936
* | | Merge "[HW6] Split processing and applying the event." into lmp-devJean Chalard2014-07-253-9/+29
|\ \ \ | | |/ | |/|
| * | [HW6] Split processing and applying the event.Jean Chalard2014-07-293-9/+29
| | | | | | | | | | | | | | | | | | If anyone has better names for those... Change-Id: Ia2dfc75381816bd688948647e2c50c10657b9e89