aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-30[HW7.5] Introduce the @Nonnull annotation (take 2)Ken Wakasa5-4/+15
Change-Id: I05512b5434810046c8b72d6bb41567b6cd8b9d6e
2014-07-30Cleanup: C++11 doesn't require a space between angle bracketsKen Wakasa5-14/+14
Change-Id: Id0777cf3deac94395bd63aee40b49375dff3e35a
2014-07-29Don't build dicttool unless it's explicitly requested.Ying Wang1-0/+5
It easily breaks the checkbuild. Change-Id: I43b35fade550ff9d64782ea43cb6e3a804424830
2014-07-29[HW10] Pull the processed event in its eventual placeJean Chalard1-6/+9
Change-Id: I9e13bb3efad557e9199021a344d8dff8215d97fa
2014-07-29[HW9] Pull the processed event further.Jean Chalard1-8/+12
The 'processedEvent' variables will ultimately disappear entirely. Change-Id: If44c68c1116faa9ca23e4ffeabe320704431ab3c
2014-07-29Use fragment for keyboard theme settingsTadashi G. Takaoka11-100/+266
Bug: 11866784 Change-Id: Ic50b6eb1bd8f2b823e2c9dfad04d8615bc910936
2014-07-29Show "navigate up" icon on settings activityTadashi G. Takaoka2-11/+34
Bug: 15813742 Change-Id: I8b1feb5c35377e62199e5a909640d9c50f970654
2014-07-27Use fragment for input preference screenTadashi G. Takaoka7-56/+276
This CL introduces a common abstract class, SunScreenFragment, for PreferenceFragment that implements a PreferenceScreen of the main settings preference screen. Bug: 16522808 Change-Id: I11fba71b5e9f96208b261e0c0314de8a41720d0f
2014-07-27Make "Show correction suggestions" as a binary optionTadashi G. Takaoka9-95/+53
Formerly "Show correction suggestions" had three options, "always show", "show in portrait mode", and "always hide". The reason behind "show in portrait mode" was that there may not be enough screen estate in landscape mode to show suggestions. Because recent phone devices have relatively large screen, we decide to remove "show in portrait mode" option. Bug: 15780939 Change-Id: I896d737452c3893d43ce20bd88127f10c1eb3d83
2014-07-30Revert "[HW10] Pull the processed event in its eventual place"Ken Wakasa1-9/+6
This reverts commit bcb61da581edfef5120a7a38a5de98d35fa65255. Reverting due to a few critical bugs and unit test failures. Change-Id: I5f7ee2c7883496ed36e56b3ef12fac91f85f9866
2014-07-29[HW8] Pull up the processed event.Jean Chalard1-5/+5
Change-Id: If4baba0af2e88627f22b5e7312948fc3d9c5a25f
2014-07-29[HW7.5] Introduce the @Nonnull annotationJean Chalard6-5/+16
Change-Id: I1f69ea704056943fa3371ff610e2d8181ead2376
2014-07-29[HW7] Introduce consumed eventsJean Chalard5-15/+31
Change-Id: Ic2d95d19b1ac66e3e97e4a16187ce5aecb4ac678
2014-07-29[HW6] Split processing and applying the event.Jean Chalard3-9/+29
If anyone has better names for those... Change-Id: Ia2dfc75381816bd688948647e2c50c10657b9e89
2014-07-29Add TrieMap.Keisuke Kuroyanagi4-1/+765
Bug: 14425059 Change-Id: Ief36f808ed4f3e35bfab07837ea314d2564973ab
2014-07-29Change getUnigramProbabilityOfPtNode to getProbabilityOfPtNode()Keisuke Kuroyanagi8-10/+23
Bug: 14425059 Change-Id: I92403d750d2979408b41554dcd79b0ed31b41161
2014-07-29Improve the russian dictionary.Jean Chalard2-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
2014-07-28Allow adding DICTIONARY_MAX_WORD_LENGTH-length words.Keisuke Kuroyanagi4-7/+6
Bug: 12725817 Change-Id: Ib9b30473ba94242a7b97ccd3b850068f596a5d17
2014-07-28Add boundary check for ver2 bigram reading.Keisuke Kuroyanagi8-20/+52
Bug: 16330528 Change-Id: I6aca6c7a735e2a652eb325572d44dff660789cff
2014-07-28Wait for an event before actually realizing itJean Chalard1-1/+1
This would wrongly emit a 'timeout' log entry when switching between two instances of the same language. Change-Id: I56e5de121b87f3e762b58f0b2a77e9abc784036e
2014-07-30[SD10] Add script checks for Lao and KhmerJean Chalard4-0/+16
Bug: 15840116 Change-Id: Id72b739e73cb3e72f56e1872ad9d60469555e193
2014-07-30[HW7] Introduce consumed eventsJean Chalard5-15/+31
Change-Id: I692c35b8e701d5a84500b949884472545b1f424d
2014-07-30[HW6] Split processing and applying the event.Jean Chalard4-13/+41
...take 2 Change-Id: I9d13b6d51e13ce2e76ae3febebfb8c310eba509d
2014-07-30Revert "[HW6] Split processing and applying the event."Ken Wakasa3-29/+9
This reverts commit 1db3d860ca0d7380c5a6a3a0f95751565f23043b. Reverting due to a few critical bugs and unit test failures. Change-Id: I5e2d02300320438ef9c29577ec5b0860ea91d822
2014-07-30Revert "[HW7] Introduce consumed events"Ken Wakasa5-31/+15
This reverts commit 99aff0af98e66b1d8515225a103f5beb84d098b9. Reverting due to a few critical bugs and unit test failures. Change-Id: Id41d802981d079f17134a03cc30ab36a3cdd4ac1
2014-07-30Revert "[HW8] Pull up the processed event."Ken Wakasa1-5/+5
This reverts commit ebdd641d585e7273bbce1e018d4632e3c3187762. Reverting due to a few critical bugs and unit test failures. Change-Id: Ie7958d749dc813c1752d03aec7f14f5586225ff7
2014-07-30Revert "[HW9] Pull the processed event further."Ken Wakasa1-12/+8
This reverts commit a8d80ec01202633709d161fb01df0126602d4eb6. Reverting due to a few critical bugs and unit test failures. Change-Id: I3f49b54f34d875e8986d6ddc2523ab0b706dc6f2
2014-07-29Revert "[HW7.5] Introduce the @Nonnull annotation"Ken Wakasa6-16/+5
This reverts commit 60a2cd8ac439bf41bfddc5f5f339feda7c7ff175. Reverting due to build breakage under the unbundled branch. Change-Id: Iab2988c53884166f62c95da920ac7a7079a0e5a0
2014-07-29Get n-gram probability in structure policy.Keisuke Kuroyanagi4-27/+39
Bug: 14425059 Change-Id: Id955a2e07dbdfb90ae55720f0c92597e0594c0d9
2014-07-29Update Material icons and backgroundsTadashi G. Takaoka78-12/+7
Bug: 16143083 Change-Id: I6396f725b30e9ef6fa7964a0c9d7eb6d1d97e376
2014-07-28Use fragment for advanced preference screenTadashi G. Takaoka5-234/+304
Bug: 16522808 Change-Id: If4a2ad7a7dfecc7019bf78ad37d93fa8f37cf21e
2014-07-28Fix NPE when context.getFilesDir() returns null.Keisuke Kuroyanagi1-0/+1
Bug: 16416948 Change-Id: I0fac5ab26d6efbadbd688d033a79f6705e0161a5
2014-07-28Refactor Debug settings to use SubScreenFragmentTadashi G. Takaoka4-268/+289
Bug: 16522808 Change-Id: I741e2fbc5f0a62c7d4ae00e603eef52cc2a6d086
2014-07-28Use fragment for text correction preference screenTadashi G. Takaoka5-126/+203
Bug: 16522808 Change-Id: Ia8ce83b0e69cc8157f7b8cefcfeb863eb85ee4b4
2014-07-28Use fragment for gesture typing preference screenTadashi G. Takaoka5-32/+96
Bug: 16522808 Change-Id: Ib8c2997466bb006c6b5d4e980344507b822d0023
2014-07-28Use fragment for multi lingual preference screenTadashi G. Takaoka6-53/+133
Bug: 16522808 Change-Id: I0bfac43513e1fb85b5d4c07f56dd4c5b82f75ed1
2014-07-28Fix a verifier error on ICS.Jean Chalard2-4/+11
Bug: 16530557 Change-Id: I271c5884995a1d5f8a1cb7aee6f52d17fabb9e72
2014-07-25Add BufferWithExtendablebufferTestKeisuke Kuroyanagi3-2/+98
Bug: 13754552 Change-Id: Ib9c330dc85bdb5d4d3d5bc15cc3ce5f28faa0b12
2014-07-25Add BufferWithExtendableBuffer::extend()Keisuke Kuroyanagi2-6/+12
Bug: 14425059 Change-Id: I13dd8412ba4d16a1325ac2210b3852d580e71ad3
2014-07-23Revert "Revert "Revert "Use mclinker"""Stephen Hines1-1/+1
This reverts commit b48c93b3fcb46adf998055cc4b9b5fb43ee6248b. MCLinker is not a valid option for clang 3.5.
2014-07-24Refactoring checkAndPrepareWriting.Keisuke Kuroyanagi1-18/+28
Bug: 14425059 Change-Id: I98940f3841a6c61b0482440b4da21f415dc843f6
2014-07-23Remove unnecessary DebugSettingsActivity, use fragment directlyTadashi G. Takaoka6-63/+3
This CL must be checked in together with I1db2e848ab. Bug: 16522808 Change-Id: I08a1b0c300c504def609cbb53462d215d1ead15c
2014-07-23Use default compiler flags for dicttool.Tim Murray1-1/+0
Not using this causes the triple to not be passed to clang, breaking Darwin. bug 16172793 Change-Id: If7484c5dbcccce7d925bec97bff0a3e4c30e9434
2014-07-20Enable InputMethodService#onUpdateCursor behind the flagYohei Yukawa3-39/+31
With this CL, InputMethodService#onUpdateCursor and InputMethodService#onUpdateCursorAnchorInfo can be enabled on L when ENABLE_CURSOR_ANCHOR_INFO_CALLBACK and ENABLE_CURSOR_RECT_CALLBACK are specified, respectively. BUG: 16382260 Change-Id: I29924128f6bd2f08cbd91cc4e82c9c4a6ecce3ff