| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove the callback argument to getBigrams() (A16)•••Bug: 6252660
Bug: 6166228
Bug: 2704000
Bug: 6225530
Change-Id: I7457ac04f8cd4019fb86c986725aae3de1b1a65e
|  Jean Chalard | 2012-06-26 | 1 | -3/+2 |
* | Remove the callback argument to getWords() (A15)•••Bug: 6252660
Bug: 6166228
Bug: 2704000
Bug: 6225530
Change-Id: I919bf70a1213ab5d7c7a9e5715bd72a6e257148b
|  Jean Chalard | 2012-06-26 | 1 | -3/+2 |
* | Neutralize Suggest#addWords (A12)•••Bug: 6252660
Bug: 6166228
Bug: 2704000
Bug: 6225530
Change-Id: Id923367342a62a650a5f1d38e2fa0e913030dca8
|  Jean Chalard | 2012-06-26 | 1 | -4/+39 |
* | Refactoring (A11)•••Change-Id: I86bd7587dd80773a51ba6db312ba55dc41e7c8c7
|  Jean Chalard | 2012-06-26 | 1 | -5/+9 |
* | Remove an unused method and inline another (A10)•••Change-Id: Ifd71ce79711b0c15c7764e97351dbb1b8e4c0c2d
|  Jean Chalard | 2012-06-26 | 1 | -43/+10 |
* | Merge the interface of two methods that do the same thing (A9)•••Change-Id: Ia5701d713d0fd5bb646b54a03a1a5602dad0a9e6
|  Jean Chalard | 2012-06-26 | 1 | -10/+21 |
* | Remove useless code and storage (A6)•••This is only used as temporary storage to be then added to
the other variable, relying on the fact that it is hopefully
sorted. It's better to just add it right away to the final
storage.
Change-Id: I5da702ac9dc579593ab21feb2021a01e5dfdf4dc
|  Jean Chalard | 2012-06-26 | 1 | -29/+2 |
* | Remove a duplicate processing (A5)•••This filtering is already done in native code. It's useless (and
costly) to do it again here.
Change-Id: Ide6794d7a8682a881f097f33e222f10d30f297bd
|  Jean Chalard | 2012-06-26 | 1 | -25/+4 |
* | Change JNI for Gesture•••Change-Id: I774a0052038d16677f60f7efa11fd266cb5f3088
|  Satoshi Kataoka | 2012-06-25 | 1 | -2/+2 |
* | Merge "Cleanup, part 6 (C6)" |  Jean Chalard | 2012-06-19 | 1 | -8/+0 |
|\ |
|
| * | Cleanup, part 6 (C6)•••Change-Id: I184f3a336278559df255c5d600a98fbba468a243
|  Jean Chalard | 2012-06-16 | 1 | -8/+0 |
* | | Merge "Cleanup, part 4 (C4)" |  Jean Chalard | 2012-06-19 | 1 | -4/+12 |
|\| |
|
| * | Cleanup, part 4 (C4)•••Change-Id: I2821ae71ec49e4b6b512157d17b80198f74321e4
|  Jean Chalard | 2012-06-16 | 1 | -4/+12 |
* | | Merge "Cleanup, part 3 (C3)" |  Jean Chalard | 2012-06-19 | 1 | -4/+5 |
|\| |
|
| * | Cleanup, part 3 (C3)•••Change-Id: Ib0be8dc26b6fa366a3dabeea940d466602073244
|  Jean Chalard | 2012-06-16 | 1 | -4/+5 |
* | | Merge "Make a variable final (A2)" |  Jean Chalard | 2012-06-18 | 1 | -7/+7 |
|\ \ |
|
| * | | Make a variable final (A2)•••This is never changed, and probably doesn't need to be.
It's public because it's going to be used elsewhere in a future
change
Change-Id: Iec8d65859c470de5e1fb0b05533356fbc3b8e91b
|  Jean Chalard | 2012-06-16 | 1 | -7/+7 |
* | | | Merge "Add a kind to the suggestion for bookkeeping (A1)" |  Jean Chalard | 2012-06-18 | 1 | -6/+8 |
|\| | |
|
| * | | Add a kind to the suggestion for bookkeeping (A1)•••This will help for debug as well as serve as groundwork for
Bug: 6252660
Bug: 6166228
Bug: 2704000
Bug: 6225530
Change-Id: I74d0a7b943fb22c514ad79dc064d69ddf336d3ef
|  Jean Chalard | 2012-06-16 | 1 | -6/+8 |
| |/ |
|
* / | Remove non-dictionary words and digit touch data.•••Output to the ResearchLogger is now queued and only flushed if the word
the user was working on is a dictionary word.
multi-project commit with Ic713ec00777fbdcf4a937b3c77b995257e100fc7
Bug: 6188932
Change-Id: I9de15227ff51be23083d9096f1c1b3d83802fff7
|  Kurt Partridge | 2012-06-17 | 1 | -7/+11 |
|/ |
|
* | Remove deprecated classes.•••Should we maybe rename back *BinaryDict* to *Dict* in another
change for simplicity?
Change-Id: I8f7dcb78b9bdf1a13ce403a997fbb8619f2b453b
|  Jean Chalard | 2012-06-08 | 1 | -5/+5 |
* | Fix a bug with a concurrent modification of a map.•••Bug: 6538848
Change-Id: I1a8422356d9909213e53cfdc8c5bcc12eb48f19d
|  Jean Chalard | 2012-05-24 | 1 | -8/+9 |
* | Remove unused private method Suggest.searchBigramSuggestion•••Change-Id: I077c4c019676fefb8eac6042bd7db1b7ab33ca03
|  Tadashi G. Takaoka | 2012-05-23 | 1 | -21/+0 |
* | Use "float" instead of "double"•••Change-Id: I93ed4d88ede4058f081dd8d634b00dfff4e96d07
|  satok | 2012-05-16 | 1 | -3/+3 |
* | Merge "Reorder suggestions result according to auto correction threshold" int... |  satok | 2012-05-16 | 1 | -3/+2 |
|\ |
|
| * | Reorder suggestions result according to auto correction threshold•••Bug: 5413904
Change-Id: I3aa3a8109ba45d2129b58d8242866fd3dd3473cb
|  satok | 2012-05-16 | 1 | -3/+2 |
* | | Merge "Stop meaningless bigram computations" into jb-dev |  Jean Chalard | 2012-05-16 | 1 | -33/+0 |
|\ \ |
|
| * | | Stop meaningless bigram computations•••Bug: 6313806
Change-Id: Idf765b40812a43de13aa166ed0b44c7b5f7cc218
|  Jean Chalard | 2012-05-15 | 1 | -33/+0 |
| |/ |
|
* / | Don't auto-correct when there is no main dictionary.•••Bug: 6502485
Change-Id: I5803b0db8552867110587a1140fc03fc2e0eccef
|  Jean Chalard | 2012-05-16 | 1 | -18/+20 |
|/ |
|
* | Do not set "SuggestionSpan"s for suggestions from the next word predicition•••Bug: 6294817
Change-Id: I5010eafa5ba7e947743706adf7e722f4f0cfb415
|  satok | 2012-05-15 | 1 | -5/+5 |
* | Don't autocorrect after suggestion resuming•••Bug: 6105732
Change-Id: I92e7a9c6d6eb648f747c3b396d7993479fd8478a
|  Jean Chalard | 2012-05-01 | 1 | -0/+1 |
* | Binary bigram lookup checks both uppercase and lowercase when previous word i...•••Bug: 6363029
Change-Id: I71a1ed5b88f54fcc15bfaf89d3645b8f17ebb821
|  Tom Ouyang | 2012-04-22 | 1 | -14/+20 |
* | Pass the previous word to getSuggestions•••This is a preparative change to bug#6313806
Change-Id: I1be9ec49b21005c1f45ce459fa93712bc74ef3f0
|  Jean Chalard | 2012-04-17 | 1 | -1/+1 |
* | Add a new binary contacts dictionary based on ExpandableBinaryDictionary and ...•••Bug: 6188977
Change-Id: I753422eed1effaeb5fd01124cf1ddd1e31ee9d60
|  Tom Ouyang | 2012-04-13 | 1 | -3/+3 |
* | Read the dictionary resource in a more sensical place.•••We don't need to pass this down all the way from LatinIME any more.
It fetched be done exactly where it needs to be.
Change-Id: I9f277f9c4f9de70ae755a1334d86c67bbb24c988
|  Jean Chalard | 2012-04-11 | 1 | -8/+6 |
* | Replace the flags in getSuggestions with a boolean.•••Change-Id: I0ec44df1979cb1dc21017ea290d2151a2af0e7cd
Conflicts:
java/src/com/android/inputmethod/latin/Suggest.java
|  Jean Chalard | 2012-04-06 | 1 | -8/+0 |
* | Change the flags to a boolean in constructors.•••Change-Id: I9939204f3b16346aaebd4d726315ba9c4faf910a
|  Jean Chalard | 2012-04-06 | 1 | -1/+8 |
* | Merge "Fix the locale of the flags in BinaryDicitonary for tests" |  satok | 2012-04-05 | 1 | -1/+1 |
|\ |
|
| * | Fix the locale of the flags in BinaryDicitonary for tests•••Bug: 6129372
Change-Id: I5611f88b10c44261b6145c9dc8615b80e4341e77
|  satok | 2012-04-05 | 1 | -1/+1 |
* | | Don't draw red underline for manually picked words that came from bigram pred...•••Change-Id: I544680c8b4b1baff71bd08168630a34e803c40b9
|  Ken Wakasa | 2012-04-05 | 1 | -1/+3 |
|/ |
|
* | Combine candidate words and scores•••Bug: 5240798
Change-Id: Ie56c1c2cfd7f365e771fee88c1ed15012448feed
|  satok | 2012-04-02 | 1 | -59/+50 |
* | Rename the user history dictionary.•••UserBigramDictionary -> UserHistoryDictionary.
Also update all methods, strings and comments, except those needed
for backward compatibility (which only include the name of the
database file).
Change-Id: I0bccea29880dc566b90100575b83baaa947b03ae
|  Jean Chalard | 2012-03-19 | 1 | -13/+11 |
* | Small performance improvement by removing interface accesses.•••Change-Id: I6d91f3b086470b79306dbe2874db9748b9e0eb5f
|  Ken Wakasa | 2012-03-17 | 1 | -8/+7 |
* | Remove a now-useless flag.•••This has been moved to the SuggestedWords object and is now
represented by a single flag instead of a flag in each suggestion.
Change-Id: I6e9a7cff5a7701de7e61b4de13baac25c9a87b1b
|  Jean Chalard | 2012-03-15 | 1 | -4/+3 |
* | Add info for obsolete suggestions in SuggestedWords•••Change-Id: I9684c7b08244b34853ce8a99b6e9d885389f6687
|  Jean Chalard | 2012-03-15 | 1 | -2/+4 |
* | Move a computation closer to where it's used.•••Change-Id: I5aee4c36ceaacbb1dbfc47c011f1e4aec4b9dca6
|  Jean Chalard | 2012-03-15 | 1 | -8/+8 |
* | Some readability improvement•••In-place replacements of visibly identical things.
Change-Id: I02b51bd7f63597e3428f0650b239e9a39ef5a7c7
|  Jean Chalard | 2012-03-14 | 1 | -14/+7 |
* | Cut out a private method to make things more readable•••Change-Id: I791700890338e023bd86b8794dbc90379b91dc7d
|  Jean Chalard | 2012-03-14 | 1 | -24/+32 |
* | Minor optimization•••We know the size in advance, this may save a few allocations
Change-Id: I2fb9a725f34ba2da4f34ed335652f10447d5d166
|  Jean Chalard | 2012-03-14 | 1 | -3/+2 |
* | Some code simplification•••Just write the same thing in a more succint manner
Change-Id: I08a2c5edd52a3502914541061fd5b6ee7a92ebc4
|  Jean Chalard | 2012-03-14 | 1 | -6/+6 |