aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* am 4ed69eed: Merge "Move makedict to live under dicttool (A5)" into jb-mr1-devJean Chalard2012-08-075-101/+7
|\ | | | | | | | | * commit '4ed69eed006c3e8a0b1ad8f3b0e23cd1cfb49679': Move makedict to live under dicttool (A5)
| * Merge "Move makedict to live under dicttool (A5)" into jb-mr1-devJean Chalard2012-08-075-101/+7
| |\
| | * Move makedict to live under dicttool (A5)Jean Chalard2012-08-045-101/+7
| | | | | | | | | | | | | | | | | | | | | | | | This removes the makedict directory and makes a new target to replace it. The old command is still working the same way it used to. Change-Id: Ie73b12a7ef101dd2b282e0cb4206ac263af1093e
* | | am 7bf5415b: Import translations. DO NOT MERGEBaligh Uddin2012-08-072-3/+3
|\| | | | | | | | | | | | | | * commit '7bf5415bfe69e4485c8a80fb473ecbc98d9f85e3': Import translations. DO NOT MERGE
| * | Import translations. DO NOT MERGEBaligh Uddin2012-08-072-3/+3
| | | | | | | | | | | | | | | Change-Id: I48e2fcef3c0384fb745f6329b8877a8c1a1cd815 Auto-generated-cl: translation import
* | | Reconcile with jb-mr1-release - do not mergeThe Android Open Source Project2012-08-070-0/+0
|\ \ \ | | | | | | | | | | | | Change-Id: I551a4310a4c50f93a4d4a407810e598702b76777
| * \ \ merge in jb-mr1-release history after reset to jb-mr1-devThe Android Automerger2012-08-070-0/+0
| |\ \ \ | | |/ / | |/| |
* | | | am 0cc425bd: Add PointerTrackerQueue unit testsTadashi G. Takaoka2012-08-074-65/+386
|\| | | | | | | | | | | | | | | | | | | * commit '0cc425bd9c476d3cb6708554282a3242019eb317': Add PointerTrackerQueue unit tests
| * | | Add PointerTrackerQueue unit testsTadashi G. Takaoka2012-08-074-65/+386
| | | | | | | | | | | | | | | | | | | | | | | | This is a groundwork to elminate LinkedList from PointerTrackerQueue. Change-Id: Ib77780537ceb0b4273fb8e483977ab76124c5ce7
* | | | am 27e48447: Lingering gesture floating preview text a bitTadashi G. Takaoka2012-08-069-52/+129
|\| | | | | | | | | | | | | | | | | | | * commit '27e48447a449d2eb534dfa2dc07060727e1a8fb0': Lingering gesture floating preview text a bit
| * | | Lingering gesture floating preview text a bitTadashi G. Takaoka2012-08-079-52/+129
| | | | | | | | | | | | | | | | | | | | Bug: 6936095 Change-Id: I873343e9aa6afdf6bdb223795f03232509b012a7
* | | | am 2a0975be: Import translations. DO NOT MERGEBaligh Uddin2012-08-062-6/+6
|\| | | | | | | | | | | | | | | | | | | * commit '2a0975be66cc899a065b802f410877c659d84035': Import translations. DO NOT MERGE
| * | | Import translations. DO NOT MERGEBaligh Uddin2012-08-062-6/+6
| | | | | | | | | | | | | | | | | | | | Change-Id: I8cb76298b75155a9d2d4726127759ad9542a93fc Auto-generated-cl: translation import
* | | | Reconcile with jb-mr1-release - do not mergeThe Android Open Source Project2012-08-060-0/+0
|\ \ \ \ | | |/ / | |/| | | | | | Change-Id: I19e7e1476178dc94e3debb6bec3241b3d9070db0
| * | | merge in jb-mr1-release history after reset to jb-mr1-devThe Android Automerger2012-08-060-0/+0
| |\ \ \
* | \ \ \ am 7a139757: Cleanup unused import and dead codeTadashi G. Takaoka2012-08-063-6/+0
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | * commit '7a13975700574c42ff1e9cfff5934f00ffb3c802': Cleanup unused import and dead code
| * | | | Cleanup unused import and dead codeTadashi G. Takaoka2012-08-063-6/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: Ife877620561d29a8f25602916420741186104617
* | | | | 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 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 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 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 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
* | | | | 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
* | | | | 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 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 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 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 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 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 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