| Commit message (Expand) | Author | Files | Lines |
2014-08-01 | Remove DictContent.•••Bug: 14425059
Change-Id: I74fa4b6ba4605447c1c87427371e4be5eb8e7ae6
|  Keisuke Kuroyanagi | 3 | -39/+2 |
2014-08-01 | Remove getBigramsIteratorOfPtNode from structure policy.•••Bug: 14425059
Change-Id: I427fbfd026c1e33b5e9cf78949fe862d8748b7ec
|  Keisuke Kuroyanagi | 8 | -38/+12 |
2014-08-01 | Use NgramListener in MultiBigramMap.•••Bug: 14425059
Change-Id: I425536290111f2a8172f31370706f858a1e07f6e
|  Keisuke Kuroyanagi | 4 | -56/+55 |
2014-07-31 | [HW11] Cleanup•••Change-Id: Ia866d3f9a5981c687766f8c39979fb6091018e44
|  Jean Chalard | 1 | -39/+33 |
2014-07-31 | [HW10] Pull the processed event in its eventual place•••Change-Id: I5f7932097627766e907764a99a5e9c170f725bc0
|  Jean Chalard | 1 | -6/+9 |
2014-07-31 | [HW9] Pull the processed event further.•••The 'processedEvent' variables will ultimately disappear entirely.
Change-Id: I612c5ce7dedc341b64921a86ac028fe91b75359b
|  Jean Chalard | 1 | -8/+12 |
2014-07-31 | Construct TrieMap from existing buffer.•••Bug: 14425059
Change-Id: Ia1c58d88540f55fb38fe0bdfcd7c0a34ebc7415e
|  Keisuke Kuroyanagi | 2 | -0/+6 |
2014-07-31 | Add TrieMap.save().•••Bug: 14425059
Change-Id: Ie0b4fe8b9a157da0401bb277c703ab084d5bf9cc |  Keisuke Kuroyanagi | 2 | -0/+10 |
2014-07-30 | Add entry iteration method to TrieMap.•••Bug: 14425059
Change-Id: I79420b755f29f651d8eed61e7e48b6eb001d8dd2
|  Keisuke Kuroyanagi | 3 | -2/+215 |
2014-07-31 | Remove doesAutoCorrectValidWord().•••Possibly offensive words are wrongly demoted when input by
gesture.
Change-Id: Ibb2eb73d4191dea6cb767643341fe96465c1f70c
|  Keisuke Kuroyanagi | 3 | -13/+2 |
2014-07-31 | Fix native debug build.•••Change-Id: I95ff6b14d7f444911ec76698381b8d2d8da94776
|  Keisuke Kuroyanagi | 1 | -6/+6 |
2014-07-30 | [HW8] Pull up the processed event.•••Change-Id: I18021b7ec1588fc52533c48b7d8774bec7764822
|  Jean Chalard | 1 | -5/+5 |
2014-07-31 | Fix some unit tests.•••The default value for the script needs to be Latin, as we don't specify
it in the files.
Change-Id: I1275f13f1cd92f00dc5708748fefb4982f0a60b3
|  Jean Chalard | 1 | -1/+1 |
2014-08-01 | Add memory view class for int and uint8_t.•••Bug: 16691311
Change-Id: I32eb692cdb758861e24b772fdcda57642b95ae1b
|  Keisuke Kuroyanagi | 4 | -1/+202 |
2014-07-30 | Revert "[HW6] Split processing and applying the event."•••This reverts commit 1db3d860ca0d7380c5a6a3a0f95751565f23043b.
Reverting due to a few critical bugs and unit test failures.
Change-Id: I5e2d02300320438ef9c29577ec5b0860ea91d822
|  Ken Wakasa | 3 | -29/+9 |
2014-07-29 | [HW6] Split processing and applying the event.•••If anyone has better names for those...
Change-Id: Ia2dfc75381816bd688948647e2c50c10657b9e89
|  Jean Chalard | 3 | -9/+29 |
2014-07-29 | Change getUnigramProbabilityOfPtNode to getProbabilityOfPtNode()•••Bug: 14425059
Change-Id: I92403d750d2979408b41554dcd79b0ed31b41161
|  Keisuke Kuroyanagi | 8 | -10/+23 |
2014-07-27 | Make "Show correction suggestions" as a binary option•••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
|  Tadashi G. Takaoka | 9 | -95/+53 |
2014-07-29 | Improve the russian dictionary.•••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
|  Jean Chalard | 2 | -0/+0 |
2014-07-29 | Show "navigate up" icon on settings activity•••Bug: 15813742
Change-Id: I8b1feb5c35377e62199e5a909640d9c50f970654
|  Tadashi G. Takaoka | 2 | -11/+34 |
2014-07-28 | Wait for an event before actually realizing it•••This would wrongly emit a 'timeout' log entry when switching
between two instances of the same language.
Change-Id: I56e5de121b87f3e762b58f0b2a77e9abc784036e
|  Jean Chalard | 1 | -1/+1 |
2014-07-30 | Add a method to iterate ngram entries.•••Bug: 14425059
Change-Id: I9962c546504288f6c22b1a7368f775decd229c62
|  Keisuke Kuroyanagi | 10 | -22/+132 |
2014-07-30 | Remove PrevWordsInfo.getBigramsIteratorForPrediction().•••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
|  Keisuke Kuroyanagi | 9 | -76/+46 |
2014-07-30 | Revert "[HW7] Introduce consumed events"•••This reverts commit 99aff0af98e66b1d8515225a103f5beb84d098b9.
Reverting due to a few critical bugs and unit test failures.
Change-Id: Id41d802981d079f17134a03cc30ab36a3cdd4ac1
|  Ken Wakasa | 5 | -31/+15 |
2014-07-29 | [HW7] Introduce consumed events•••Change-Id: Ic2d95d19b1ac66e3e97e4a16187ce5aecb4ac678
|  Jean Chalard | 5 | -15/+31 |
2014-07-29 | Update Material icons and backgrounds•••Bug: 16143083
Change-Id: I6396f725b30e9ef6fa7964a0c9d7eb6d1d97e376
|  Tadashi G. Takaoka | 78 | -12/+7 |
2014-07-28 | Allow adding DICTIONARY_MAX_WORD_LENGTH-length words.•••Bug: 12725817
Change-Id: Ib9b30473ba94242a7b97ccd3b850068f596a5d17
|  Keisuke Kuroyanagi | 4 | -7/+6 |
2014-07-28 | Add boundary check for ver2 bigram reading.•••Bug: 16330528
Change-Id: I6aca6c7a735e2a652eb325572d44dff660789cff
|  Keisuke Kuroyanagi | 8 | -20/+52 |
2014-07-28 | Use fragment for advanced preference screen•••Bug: 16522808
Change-Id: If4a2ad7a7dfecc7019bf78ad37d93fa8f37cf21e
|  Tadashi G. Takaoka | 5 | -234/+304 |
2014-07-30 | [SD13] Reorder an enum alphabetically•••Change-Id: I907041b09e5bfce537ed4f592947b2cec8cef4ac
|  Jean Chalard | 2 | -79/+79 |
2014-07-30 | [SD12] Add the last remaining scripts•••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
|  Jean Chalard | 11 | -2/+45 |
2014-07-30 | [SD11] Add script checks for Myanmar, Sinhala, Thai and Telugu•••Bug: 15840116
Change-Id: I1264fdeea0d4739ca0f360f4934d06e5a824d4e5
|  Jean Chalard | 6 | -0/+33 |
2014-07-30 | Disptach hover events when sliding suggestion mode•••Bug: 15687702
Change-Id: I7ace1fbbba724c6e422230a3d88f8cc9ffa8efc2
|  Tadashi G. Takaoka | 1 | -7/+44 |
2014-07-30 | [HW7.5] Introduce the @Nonnull annotation (take 2)•••Change-Id: I05512b5434810046c8b72d6bb41567b6cd8b9d6e
|  Ken Wakasa | 7 | -5/+17 |
2014-07-30 | Revert "[HW8] Pull up the processed event."•••This reverts commit ebdd641d585e7273bbce1e018d4632e3c3187762.
Reverting due to a few critical bugs and unit test failures.
Change-Id: Ie7958d749dc813c1752d03aec7f14f5586225ff7
|  Ken Wakasa | 1 | -5/+5 |
2014-07-29 | [HW8] Pull up the processed event.•••Change-Id: If4baba0af2e88627f22b5e7312948fc3d9c5a25f
|  Jean Chalard | 1 | -5/+5 |
2014-07-29 | [HW7.5] Introduce the @Nonnull annotation•••Change-Id: I1f69ea704056943fa3371ff610e2d8181ead2376
|  Jean Chalard | 6 | -5/+16 |
2014-07-28 | Fix NPE when context.getFilesDir() returns null.•••Bug: 16416948
Change-Id: I0fac5ab26d6efbadbd688d033a79f6705e0161a5
|  Keisuke Kuroyanagi | 1 | -0/+1 |
2014-07-28 | Refactor Debug settings to use SubScreenFragment•••Bug: 16522808
Change-Id: I741e2fbc5f0a62c7d4ae00e603eef52cc2a6d086
|  Tadashi G. Takaoka | 4 | -268/+289 |
2014-07-28 | Use fragment for text correction preference screen•••Bug: 16522808
Change-Id: Ia8ce83b0e69cc8157f7b8cefcfeb863eb85ee4b4
|  Tadashi G. Takaoka | 5 | -126/+203 |
2014-07-28 | Use fragment for gesture typing preference screen•••Bug: 16522808
Change-Id: Ib8c2997466bb006c6b5d4e980344507b822d0023
|  Tadashi G. Takaoka | 5 | -32/+96 |
2014-07-28 | Use fragment for multi lingual preference screen•••Bug: 16522808
Change-Id: I0bfac43513e1fb85b5d4c07f56dd4c5b82f75ed1
|  Tadashi G. Takaoka | 6 | -53/+133 |
2014-07-27 | Use fragment for input preference screen•••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
|  Tadashi G. Takaoka | 7 | -56/+276 |
2014-07-30 | [SD10] Add script checks for Lao and Khmer•••Bug: 15840116
Change-Id: Id72b739e73cb3e72f56e1872ad9d60469555e193
|  Jean Chalard | 4 | -0/+16 |
2014-07-30 | [HW7] Introduce consumed events•••Change-Id: I692c35b8e701d5a84500b949884472545b1f424d
|  Jean Chalard | 5 | -15/+31 |
2014-07-30 | [HW6] Split processing and applying the event.•••...take 2
Change-Id: I9d13b6d51e13ce2e76ae3febebfb8c310eba509d
|  Jean Chalard | 4 | -13/+41 |
2014-07-30 | Revert "[HW9] Pull the processed event further."•••This reverts commit a8d80ec01202633709d161fb01df0126602d4eb6.
Reverting due to a few critical bugs and unit test failures.
Change-Id: I3f49b54f34d875e8986d6ddc2523ab0b706dc6f2
|  Ken Wakasa | 1 | -12/+8 |
2014-07-29 | [HW9] Pull the processed event further.•••The 'processedEvent' variables will ultimately disappear entirely.
Change-Id: If44c68c1116faa9ca23e4ffeabe320704431ab3c
|  Jean Chalard | 1 | -8/+12 |
2014-07-30 | Revert "[HW10] Pull the processed event in its eventual place"•••This reverts commit bcb61da581edfef5120a7a38a5de98d35fa65255.
Reverting due to a few critical bugs and unit test failures.
Change-Id: I5f7ee2c7883496ed36e56b3ef12fac91f85f9866
|  Ken Wakasa | 1 | -9/+6 |
2014-07-29 | Don't build dicttool unless it's explicitly requested.•••It easily breaks the checkbuild.
Change-Id: I43b35fade550ff9d64782ea43cb6e3a804424830
|  Ying Wang | 1 | -0/+5 |