aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [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
* | | Merge "Get n-gram probability in structure policy." into lmp-devKeisuke Kuroyanagi2014-07-244-27/+39
|\ \ \ | |/ / |/| |
| * | Get n-gram probability in structure policy.Keisuke Kuroyanagi2014-07-294-27/+39
| | | | | | | | | | | | | | | Bug: 14425059 Change-Id: Id955a2e07dbdfb90ae55720f0c92597e0594c0d9
* | | Merge "Change getUnigramProbabilityOfPtNode to getProbabilityOfPtNode()" ↵Keisuke Kuroyanagi2014-07-258-10/+23
|\| | | | | | | | | | | into lmp-dev
| * | Change getUnigramProbabilityOfPtNode to getProbabilityOfPtNode()Keisuke Kuroyanagi2014-07-298-10/+23
| |/ | | | | | | | | Bug: 14425059 Change-Id: I92403d750d2979408b41554dcd79b0ed31b41161
* | Merge "Improve the russian dictionary." into lmp-devJean Chalard2014-07-252-0/+0
|\ \
| * | Improve the russian dictionary.Jean Chalard2014-07-292-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deleted: 38 words Probability adjusted: 11 words Added: 1299 words [Category diff] +1 15 -1 0 +2 0 -2 0 +3 0 -3 0 +4 0 -4 0 +5 0 -5 3 +6 1 -6 0 +7 0 -7 13 [Weighted category diff] +1 15 -1 0 +2 0 -2 0 +3 0 -3 0 +4 0 -4 0 +5 0 -5 3 +6 1 -6 0 +7 0 -7 13 Change-Id: I1a6513954d60b30738cb849578ce535c5e05eb1a
* | | Show "navigate up" icon on settings activityTadashi G. Takaoka2014-07-292-11/+34
| | | | | | | | | | | | | | | Bug: 15813742 Change-Id: I8b1feb5c35377e62199e5a909640d9c50f970654
* | | Merge "Update Material icons and backgrounds" into lmp-devTadashi G. Takaoka2014-07-2478-12/+7
|\ \ \
| * | | Update Material icons and backgroundsTadashi G. Takaoka2014-07-2978-12/+7
| |/ / | | | | | | | | | | | | Bug: 16143083 Change-Id: I6396f725b30e9ef6fa7964a0c9d7eb6d1d97e376
* | | Merge "Allow adding DICTIONARY_MAX_WORD_LENGTH-length words." into lmp-devKeisuke Kuroyanagi2014-07-254-7/+6
|\ \ \
| * | | Allow adding DICTIONARY_MAX_WORD_LENGTH-length words.Keisuke Kuroyanagi2014-07-284-7/+6
| | | | | | | | | | | | | | | | | | | | Bug: 12725817 Change-Id: Ib9b30473ba94242a7b97ccd3b850068f596a5d17
* | | | Merge "Add boundary check for ver2 bigram reading." into lmp-devKeisuke Kuroyanagi2014-07-248-20/+52
|\| | | | |/ / |/| |
| * | Add boundary check for ver2 bigram reading.Keisuke Kuroyanagi2014-07-288-20/+52
| |/ | | | | | | | | Bug: 16330528 Change-Id: I6aca6c7a735e2a652eb325572d44dff660789cff
* | Merge "Wait for an event before actually realizing it" into lmp-devJean Chalard2014-07-251-1/+1
|\ \
| * | Wait for an event before actually realizing itJean Chalard2014-07-281-1/+1
| | | | | | | | | | | | | | | | | | | | | This would wrongly emit a 'timeout' log entry when switching between two instances of the same language. Change-Id: I56e5de121b87f3e762b58f0b2a77e9abc784036e
* | | Merge "Use fragment for advanced preference screen" into lmp-devTadashi G. Takaoka2014-07-245-234/+304
|\ \ \
| * | | Use fragment for advanced preference screenTadashi G. Takaoka2014-07-285-234/+304
| | | | | | | | | | | | | | | | | | | | Bug: 16522808 Change-Id: If4a2ad7a7dfecc7019bf78ad37d93fa8f37cf21e
* | | | Merge "Fix NPE when context.getFilesDir() returns null." into lmp-devKeisuke Kuroyanagi2014-07-241-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix NPE when context.getFilesDir() returns null.Keisuke Kuroyanagi2014-07-281-0/+1
| | |/ | |/| | | | | | | | | | Bug: 16416948 Change-Id: I0fac5ab26d6efbadbd688d033a79f6705e0161a5
* | | Merge "Refactor Debug settings to use SubScreenFragment" into lmp-devTadashi G. Takaoka2014-07-244-268/+289
|\ \ \