| Commit message (Expand) | Author | Age | Files | Lines |
* | Move InputPointers and ResizableIntArray to common•••Bug: 18108776
Change-Id: Ie5c0430aa41a8d6c58bf510a10173223d7dfe9fe
|  Jean Chalard | 2014-10-29 | 1 | -1/+1 |
* | Fix some compiler warnings•••This CL fixes the following compiler warnings.
- Indirect access to static member
- Access to a non-accessible member of an enclosing type
- Parameter assignment
- Method can be static
- Local variable declaration hides another field or variable
- Value of local variable is not used
- Unused import
- Unused private member
- Unnecessary 'else' statement
- Unnecessary declaration of throw exception
- Redundant type arguments
- Missing '@Override' annotation
- Unused '@SuppressWarning' annotations
Bug: 18003991
Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
|  Tadashi G. Takaoka | 2014-10-21 | 1 | -25/+32 |
* | Add the input style to SuggestedWords.•••Change-Id: I81f37d08659d449822b027d3d5912e11eec8b8ff
|  Jean Chalard | 2014-08-14 | 1 | -4/+5 |
* | Restart suggestions when restarting input•••Bug: 6851364
Change-Id: I3052924053f37f56c9c3953051aa1b22224a2b2e
|  Jean Chalard | 2014-04-16 | 1 | -0/+4 |
* | Fix some flaky tests.•••In tests, we create many instances of LatinIME, but we never
destroy them. That means we never close the dictionaries nor
the handlers.
This change calls onDestroy, which closes all dictionaries, and
adds some code to finish the handlers.
Change-Id: I942517a2a940c54256b08763f6b38f5b55809f55
|  Jean Chalard | 2014-04-10 | 1 | -0/+7 |
* | [IL129] Change some confusing method names.•••Bug: 8636060
Change-Id: I2f55fc23d7e05b63582a3f0660b58635eae5ec59
|  Jean Chalard | 2014-04-02 | 1 | -13/+17 |
* | Do not create a handler thread for each session•••Bug: 13710224
Bug: 12821388
Bug: 12667742
Change-Id: I6188e0240193d2bca789110e7660a0f31bbafc62
|  Jean Chalard | 2014-03-31 | 1 | -3/+3 |
* | Use dynamic operations to construct all ver4 dicts.•••Bug: 8187060
Bug: 13127350
Change-Id: I081ee904c41898128efa8ba7a1bf3fa0a46c6231
|  Keisuke Kuroyanagi | 2014-02-27 | 1 | -1/+1 |
* | [IL60] Make InputLogicHandler package private•••Yay
Bug: 8636060
Change-Id: Iad9c3804504635094e861999198f4baf70e61955
|  Jean Chalard | 2014-01-17 | 1 | -2/+1 |
* | Fix an NPE.•••Bug: 12397228
Change-Id: I7632931f0685fc8f0558946be66025b2bb2b5a3d
|  Jean Chalard | 2014-01-10 | 1 | -0/+27 |
* | [IL50] Move the InputUpdater out of LatinIME.•••...at last
Bug: 8636060
Change-Id: If5e27a9d28ff64d318dd76792f55edfc8a78d2d7
|  Jean Chalard | 2013-12-27 | 1 | -1/+124 |
* | [IL34] Introduce InputLogicHandler•••Bug: 8636060
Change-Id: I5d08ed5d69cdb03bd188e36b7014de03f04fa72f
|  Jean Chalard | 2013-12-25 | 1 | -0/+49 |