aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | am dba77186: Fix duplicate getSuggestions() call for main dictionaryTadashi G. Takaoka2012-08-061-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'dba77186f78a9c8b449cc0def5153586ef3f81f9': Fix duplicate getSuggestions() call for main dictionary
| | * | | | | | Fix duplicate getSuggestions() call for main dictionaryTadashi G. Takaoka2012-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I092480063452505cdf03dbd83b9c64e535822931
* | | | | | | | am 6365b38b: am b2795974: Fix Utils.getStackTrace()Tadashi G. Takaoka2012-08-061-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '6365b38b9c1a106c7de176e668f13b12c9ab4f1e': Fix Utils.getStackTrace()
| * | | | | | | am b2795974: Fix Utils.getStackTrace()Tadashi G. Takaoka2012-08-061-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b27959741a25b900641a6acbf927625dbc68ddd3': Fix Utils.getStackTrace()
| | * | | | | | Fix Utils.getStackTrace()Tadashi G. Takaoka2012-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iaf160af32bb77b3ad5929cb5ee8eccd01165bdf6
* | | | | | | | am 76bfe7f7: am 44f12ed9: Merge "Separate updateSuggestionStrip from ↵Tadashi G. Takaoka2012-08-051-5/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commitTyped" into jb-mr1-dev * commit '76bfe7f7b0f6b231e0596e400620cd34265a044f': Separate updateSuggestionStrip from commitTyped
| * | | | | | | am 44f12ed9: Merge "Separate updateSuggestionStrip from commitTyped" into ↵Tadashi G. Takaoka2012-08-051-5/+7
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jb-mr1-dev * commit '44f12ed900f57af7318884347d9e1c434422a3ca': Separate updateSuggestionStrip from commitTyped
| | * | | | | | Merge "Separate updateSuggestionStrip from commitTyped" into jb-mr1-devTadashi G. Takaoka2012-08-051-5/+7
| | |\ \ \ \ \ \
| | | * | | | | | Separate updateSuggestionStrip from commitTypedTadashi G. Takaoka2012-08-061-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The commitTyped() called updateSuggestionStrip(), and that led to call Suggest.getSuggestedWordsForTypingInput() even after a batch input was started because WordComposer.commitWord() reset the batch input state. Bug: 6932442 Change-Id: If645b1ef0343aa1e21ca71a9275b40c6c3be13df
* | | | | | | | | am b808e970: am e2a6badf: Merge "Show results in the native code." into ↵Ken Wakasa2012-08-052-5/+44
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jb-mr1-dev * commit 'b808e970f4c6d543ef896c25726e522601a49f83': Show results in the native code.
| * | | | | | | | am e2a6badf: Merge "Show results in the native code." into jb-mr1-devKen Wakasa2012-08-052-5/+44
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e2a6badf601e7b637a709a11e430bd21bb46f6f9': Show results in the native code.
| | * | | | | | | Merge "Show results in the native code." into jb-mr1-devKen Wakasa2012-08-052-5/+44
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | Show results in the native code.Satoshi Kataoka2012-08-062-5/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I712ba49cf4a89a36836fbf49cd72e7eef218e61f
* | | | | | | | | am 2687b667: am 4e9e6cd1: Fix IllegalStateException of KeyDetectorTadashi G. Takaoka2012-08-052-4/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2687b667a7edb889fd2704380fee45f848da6626': Fix IllegalStateException of KeyDetector
| * | | | | | | | am 4e9e6cd1: Fix IllegalStateException of KeyDetectorTadashi G. Takaoka2012-08-052-4/+7
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '4e9e6cd1544f59be2ae02536af62fe5301e0cebb': Fix IllegalStateException of KeyDetector
| | * | | | | | | Fix IllegalStateException of KeyDetectorTadashi G. Takaoka2012-08-062-4/+7
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A KeyDetector without Keyboard may exist in some rare cases. This change eliminates throwing IllegalStateException and checks explicitly against null. Bug: 6891020 Change-Id: I29ec3e9f10484f30288fac76f0c45b3707bc2259
* | | | | | | | ResearchLogging capture full n-gram dataKurt Partridge2012-08-0510-482/+619
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Captures complete motion data for all words in an n-gram. - Also filters n-grams properly; if any word in the n-gram is not in the dictionary, it is not included. - Simplify ResearchLog to not require explicit state - Added LogBuffer class MainLogBuffer class to allow n-gram-level decisions about privacy. - Moved LogUnit out from ResearchLogger multi-project change with Id997fb6572daa3ff55591afa1676953bb204f33a Because of a strange Gerrit interaction, earlier patchsets were recorded as the following separate changes (to soon be abandoned): - I59d86ae28123890ddb7aabc7dc9a73a75eecbca4 - I9cc95266fa4500d019e09ec53ec00e5dea7ffd38 - Ie6f23a2035e160f231406df1388a43725380df1d - Id87909e96fa7fa91174c86395a964404f3490fe1 - I57c5cbde0425c42538d589fa4d1802b3e5688f7c - Ic1f9d7727e416da1b6c4f1a45b53750cd4088dcf - I20a72ccc4ba1bc08ed3ee39bff71d2adb376588c - I417f6f364144b90085f5fef4bd2de1a40b5dfa79 Bug: 6188932 Change-Id: I771e57e3b8c0eb6721c2022e775cb0b528bdff93
* | | | | | | | am 99403af5: (-s ours) am 0ef87868: Merge "Import translations. DO NOT ↵Ying Wang2012-08-030-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MERGE" into jb-mr1-dev * commit '99403af5bb2b9ae61e0feb0e4aaac0874c1362d1': Import translations. DO NOT MERGE
| * | | | | | | am 0ef87868: Merge "Import translations. DO NOT MERGE" into jb-mr1-devYing Wang2012-08-035-25/+13
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0ef87868c2a1f0cb0249cfc0e53c357f04ea9366': Import translations. DO NOT MERGE
| | * | | | | | Merge "Import translations. DO NOT MERGE" into jb-mr1-devYing Wang2012-08-035-25/+13
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | | * | | | | Import translations. DO NOT MERGEYing Wang2012-08-035-25/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9510061c7ae1f4020cd5c5d24ed75348556ee085 Auto-generated-cl: translation import
* | | | | | | | Merge "Import translations. DO NOT MERGE"Ying Wang2012-08-035-25/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | Import translations. DO NOT MERGEYing Wang2012-08-035-25/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5b3c408ec87801fb3e6475d8cce0336fa7d26872 Auto-generated-cl: translation import
* | | | | | | | | am ff05b219: am 3598053d: Move dicttool tests and make a script to run them (A4)Jean Chalard2012-08-032-0/+16
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ff05b2192feb7b043d5d4e722bd135208e9232c9': Move dicttool tests and make a script to run them (A4)
| * | | | | | | | am 3598053d: Move dicttool tests and make a script to run them (A4)Jean Chalard2012-08-032-0/+16
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | * commit '3598053d41d1becf7b6d6b5d35bc6a4ec95f9884': Move dicttool tests and make a script to run them (A4)
| | * | | | | | | Move dicttool tests and make a script to run them (A4)Jean Chalard2012-08-042-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If582e81741c5edaf345dcb55517dcad0baa64c9e
* | | | | | | | | am 3213133c: am 5284a1e3: Fix the buildJean Chalard2012-08-031-3/+1
|\| | | | | | | | | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | * commit '3213133c33f976e552f281d7c89617f3a7baf05e': Fix the build
| * | | | | | | am 5284a1e3: Fix the buildJean Chalard2012-08-031-3/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5284a1e3d3472e7ec91802409eae5de3d2860919': Fix the build
| | * | | | | | Fix the buildJean Chalard2012-08-041-3/+1
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | Change-Id: I0d6570332bcf569d8c43b3edd8b3ab52263ef179
* | | | | | | am 2fb40ef3: am 15b28432: Merge "Cleanup unused code" into jb-mr1-devJean Chalard2012-08-031-5/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2fb40ef30121da62386d64a2c9c5f5abffdcbc98': Cleanup unused code
| * | | | | | am 15b28432: Merge "Cleanup unused code" into jb-mr1-devJean Chalard2012-08-031-5/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '15b28432bab6b530d82ba01e0ef6a19cd1a4c698': Cleanup unused code
| | * | | | | Merge "Cleanup unused code" into jb-mr1-devJean Chalard2012-08-031-5/+1
| | |\ \ \ \ \
| | | * | | | | Cleanup unused codeJean Chalard2012-08-041-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Italian dictionary has been amended to contain words that include apostrophes, and accordingly the apostrophe is now excluded from word separators in Italian. This code was only used for Italian, and in the general case it does the wrong thing; it was only needed by limitations of the old dictionary. Bug: 6929108 Change-Id: I7ff4615e01899a1cebed2c4c51679cd0746740fe
* | | | | | | | am 900910c0: am 54e84a00: Make a makedict command for dicttool (A3)Jean Chalard2012-08-038-11/+70
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '900910c02bc10f902a27681311b8a93279c34ec2': Make a makedict command for dicttool (A3)
| * | | | | | | am 54e84a00: Make a makedict command for dicttool (A3)Jean Chalard2012-08-038-11/+70
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '54e84a00fc032ba566cbda41feafa71de77e1c43': Make a makedict command for dicttool (A3)
| | * | | | | | Make a makedict command for dicttool (A3)Jean Chalard2012-08-048-11/+70
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This behaves exactly as the old makedict command. Further changes will redirect the calls to makedict to this, so as to consolidate similar code. Groundwork for Bug: 6429606 Change-Id: Ibeadbf48bec70f988a15ca36ebf5d1ce3b5b54ea
* | | | | | | am 9a0e1df2: am 1644a3c7: Merge "Update French and Italian separators." into ↵Jean Chalard2012-08-032-24/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jb-mr1-dev * commit '9a0e1df25c1f679b1458d2205d1bc09e2af0ccbd': Update French and Italian separators.
| * | | | | | am 1644a3c7: Merge "Update French and Italian separators." into jb-mr1-devJean Chalard2012-08-032-24/+3
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1644a3c7323ae33063774d32ce2e0f8698ff712d': Update French and Italian separators.
| | * | | | | Merge "Update French and Italian separators." into jb-mr1-devJean Chalard2012-08-032-24/+3
| | |\ \ \ \ \
| | | * | | | | Update French and Italian separators.Jean Chalard2012-08-042-24/+3
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | French and Italian separators used to be decided this way because of how the old dictionaries were made. However, the new dictionaries actually do include the composite words, and in both French and Italian, apostrophes and dashes shouldn't be treated as separators any more. Change-Id: If11c42625c819e223502a76749dbe797163d3c18
* | | | | | | am 53f4acf8: am 3f805418: Merge "Fix an OOB exception" into jb-mr1-devJean Chalard2012-08-031-2/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '53f4acf86f6d330146af72f3688ad71428cb8bb6': Fix an OOB exception
| * | | | | | am 3f805418: Merge "Fix an OOB exception" into jb-mr1-devJean Chalard2012-08-031-2/+5
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3f80541844672a7625eb298adc6141ecf14bb883': Fix an OOB exception
| | * | | | | Merge "Fix an OOB exception" into jb-mr1-devJean Chalard2012-08-031-2/+5
| | |\ \ \ \ \
| | | * | | | | Fix an OOB exceptionJean Chalard2012-08-031-2/+5
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not sure exactly how this can happen, but at least this should prevent us from crashing. Bug: 6920884 Change-Id: I451864756b48c5cb5e98b06edee917d88766d77f
* | | | | | | am 288caf33: am a777a86f: Merge "Simplification (A2)" into jb-mr1-devJean Chalard2012-08-031-17/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '288caf33cb7671f4038e218c8d65316763258afd': Simplification (A2)
| * | | | | | am a777a86f: Merge "Simplification (A2)" into jb-mr1-devJean Chalard2012-08-031-17/+8
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a777a86f4b311ccdf1443faf0d1759e445ef138e': Simplification (A2)
| | * | | | | Merge "Simplification (A2)" into jb-mr1-devJean Chalard2012-08-031-17/+8
| | |\ \ \ \ \
| | | * | | | | Simplification (A2)Jean Chalard2012-08-031-17/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A single command at a time and no arity gives opportunity to simplify the argument parsing code. Change-Id: Iff7bab78ede7448a662092f221c590a9eedae2a5
* | | | | | | | am 36fe3241: am 68966c7e: Merge "Remove arity from dicttool commands (A1)" ↵Jean Chalard2012-08-033-40/+20
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into jb-mr1-dev * commit '36fe3241842819b6bffb9309b0c7f4d48cd910bd': Remove arity from dicttool commands (A1)
| * | | | | | | am 68966c7e: Merge "Remove arity from dicttool commands (A1)" into jb-mr1-devJean Chalard2012-08-033-40/+20
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '68966c7e0ec89ccb0d2e1f285917163ea9e7b5ee': Remove arity from dicttool commands (A1)