aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge "[CB18] Move some code around"Jean Chalard2014-04-021-27/+27
|\| |
| * | [CB18] Move some code aroundJean Chalard2014-04-021-27/+27
| | | | | | | | | | | | | | | | | | | | | Bring next to each other two methods scheduled for a merge Bug: 13406701 Change-Id: I335c7202cc07d8865f4ab92e4023c1d93d1f83ac
* | | Merge "[CB17] Remove a member."Jean Chalard2014-04-022-39/+27
|\| |
| * | [CB17] Remove a member.Jean Chalard2014-04-022-39/+27
| |/ | | | | | | | | Bug: 13406701 Change-Id: I2e271f637f6b529a4191a7adc5cdfa5af437761b
* / Remove country name from space bar text when appropriateTadashi G. Takaoka2014-04-025-62/+94
|/ | | | | | | | Remove country name from space bar text when there no other subtype that is a same language and a same keyboard layout. Bug: 8084704 Change-Id: I7c785a925ff7a0a61e5d009f138e1df52b3aeb3a
* Merge "Add SpacebarLanguageUtils class"Tadashi G. Takaoka2014-04-013-39/+64
|\
| * Add SpacebarLanguageUtils classTadashi G. Takaoka2014-04-013-39/+64
| | | | | | | | | | | | | | | | The SpacebarLanguageUtils class is separated from SubtypeLocaleUtils and handles the language name on the spacebar. Bug: 8084704 Change-Id: I82f79a061d4f0cc2895263298c3ebf8ee444c61d
* | Merge "[IL128] Remove passing some handlers."Jean Chalard2014-03-313-26/+54
|\ \
| * | [IL128] Remove passing some handlers.Jean Chalard2014-03-273-26/+54
| | | | | | | | | | | | | | | Bug: 8636060 Change-Id: I088be9a7555265ca097667523defd73be4cbe37f
* | | Do not create a handler thread for each sessionJean Chalard2014-03-312-7/+9
| |/ |/| | | | | | | | | | | Bug: 13710224 Bug: 12821388 Bug: 12667742 Change-Id: I6188e0240193d2bca789110e7660a0f31bbafc62
* | Fix: spell checker wrongly sorts suggestions.Keisuke Kuroyanagi2014-03-281-7/+4
| | | | | | Change-Id: I729e1cd5e5e333038b9d9e6197cf50b574990d76
* | Fix a bug where LatinIME would leak pipes.Jean Chalard2014-03-281-0/+1
| | | | | | | | | | | | Bug: 12667742 Bug: 12821388 Change-Id: Ic0bad56fb96e54ac032759adffc8ea320c06dff2
* | Merge "Some cleanup"Jean Chalard2014-03-282-5/+8
|\ \
| * | Some cleanupJean Chalard2014-03-282-5/+8
| | | | | | | | | | | | Change-Id: Ia11d656a70623168b091763ac6524750f9cca8d8
* | | Merge "Make NeedsToDisplayLanguage as a top level class"Tadashi G. Takaoka2014-03-282-20/+45
|\ \ \
| * | | Make NeedsToDisplayLanguage as a top level classTadashi G. Takaoka2014-03-282-20/+45
| | | | | | | | | | | | | | | | Change-Id: Ia05e0494a9dccebfb5c1316479e52f04cf2ae444
* | | | Merge "Remove redundant check to detect forceAscii"Tadashi G. Takaoka2014-03-282-10/+7
|\| | |
| * | | Remove redundant check to detect forceAsciiTadashi G. Takaoka2014-03-282-10/+7
| | | | | | | | | | | | | | | | Change-Id: Ib3272ec19a90b3aa4937573e049ceb86855ea408
* | | | Merge "Remove unused method."Keisuke Kuroyanagi2014-03-284-21/+0
|\ \ \ \
| * | | | Remove unused method.Keisuke Kuroyanagi2014-03-274-21/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: Iefb75136080e73c357511df045816f18cec767a6
* | | | | Merge "Dictionary migration in Java side."Keisuke Kuroyanagi2014-03-283-1/+58
|\| | | |
| * | | | Dictionary migration in Java side.Keisuke Kuroyanagi2014-03-273-1/+58
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Bug: 13406708 Change-Id: If83938e4b4810d2e8353c70cdd8ef3ea97a29571
* | | | Merge "[CB14.5] Stop copying WordComposers."Jean Chalard2014-03-283-34/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | [CB14.5] Stop copying WordComposers.Jean Chalard2014-03-283-34/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an overdue refactoring that I have been wanted to do forever, and that we can at last do now that suggestions come only from instances of BinaryDictionary instances. With this, all unit tests and regression tests are passing again. Bug: 13667648 Bug: 13665487 Bug: 8636060 Change-Id: Ie23a19f9b7e692edf2ee0b107ddaff2d7db564b6
* | | | Merge "Fix unit tests by adding @UsedForTesting."Keisuke Kuroyanagi2014-03-282-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix unit tests by adding @UsedForTesting.Keisuke Kuroyanagi2014-03-282-0/+3
| | | | | | | | | | | | | | | | Change-Id: I8497d6cf446297bc8c15e9d9818078b1026a8c51
* | | | Merge "Stop displaying locale string on short space bar"Tadashi G. Takaoka2014-03-282-31/+17
|\ \ \ \
| * | | | Stop displaying locale string on short space barTadashi G. Takaoka2014-03-282-31/+17
| | |/ / | |/| | | | | | | | | | | | | | Bug: 12070355 Change-Id: I2d6fa20431bc56d5139caeac33e396b73906d075
* | | | Merge "Fix: NPE after onDestroy()."Keisuke Kuroyanagi2014-03-282-0/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Fix: NPE after onDestroy().Keisuke Kuroyanagi2014-03-282-0/+15
| |/ / | | | | | | | | | | | | Bug: 13671513 Change-Id: I06aa14870ff5422ad514356ee406600b247858c5
* | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-03-2757-57/+86
|\ \ \ | |/ / |/| |
| * | Import translations. DO NOT MERGEBaligh Uddin2014-03-2657-57/+86
| | | | | | | | | | | | | | | Change-Id: Ia5b2ec8549346f3b4b1c2ffd569abde6cdecae3e Auto-generated-cl: translation import
* | | Merge "Revert "[CB15] Remove a redundant variable.""Jean Chalard2014-03-273-17/+37
|\ \ \
| * | | Revert "[CB15] Remove a redundant variable."Jean Chalard2014-03-273-17/+37
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0de7a6d1a272d52a9544df1c693ae199ab5abc52. Change-Id: I327679b76a14cf9c3aec4b00b013b921408c32f9
* | | | Merge "Revert "[CB16] Remove unused stuff""Jean Chalard2014-03-272-5/+37
|\ \ \ \
| * | | | Revert "[CB16] Remove unused stuff"Jean Chalard2014-03-272-5/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 05c46f59fdc6065aad833d905fc9759ba907fc82. Change-Id: Ica0feea10fff1b2a9ef42bc55cb7c1892b3a3f58
* | | | | Merge "[CB16] Remove unused stuff"Jean Chalard2014-03-272-37/+5
|\| | | |
| * | | | [CB16] Remove unused stuffJean Chalard2014-03-272-37/+5
| |/ / / | | | | | | | | | | | | | | | | Bug: 13406701 Change-Id: Ib863c5181e1f5d74cfa4458060afc49d1ee8109e
* | | | Merge "Call setLayerType(LAYER_TYPE_HARDWARE) for EmojiPalettesView too."Ken Wakasa2014-03-271-1/+3
|\ \ \ \
| * | | | Call setLayerType(LAYER_TYPE_HARDWARE) for EmojiPalettesView too.Ken Wakasa2014-03-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL probably does not addresses the bug, but still this should be the right thing to do here. bug: 12667742 Change-Id: I587652942fd66094779fb7942c734e0ff5f9d0b6
* | | | | Merge "[CB15] Remove a redundant variable."Jean Chalard2014-03-273-37/+17
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | / [CB15] Remove a redundant variable.Jean Chalard2014-03-273-37/+17
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | This is a tiny bit slower, but probably unnoticeable. Still, it gains some performance in other places, saves memory, and more importantly makes for simpler code, so it's certainly better. Change-Id: Id1ab4f73f71acd73f5920bc729817abd22cf0d07
* | | Merge "Move code only used for dicttool and tests under tests."Keisuke Kuroyanagi2014-03-2717-3656/+0
|\ \ \ | |/ / |/| |
| * | Move code only used for dicttool and tests under tests.Keisuke Kuroyanagi2014-03-2717-3656/+0
| | | | | | | | | | | | | | | Bug: 13035567 Change-Id: I13c6df013ef2b67c9bf67455d9c32d283bf9ea2e
* | | Merge "Fix: NPE in isValidWord after dictionaries are closed."Keisuke Kuroyanagi2014-03-271-0/+3
|\ \ \
| * | | Fix: NPE in isValidWord after dictionaries are closed.Keisuke Kuroyanagi2014-03-271-0/+3
| | | | | | | | | | | | | | | | | | | | Bug: 13650542 Change-Id: I1bdc838fca48d6ef12db5e70d40273d1236128d1
* | | | Remove "sRGB IEC61966-2.1" profile to supress libpng warningTadashi G. Takaoka2014-03-2712-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The above ICC profile causes the following libpng warnings while APK packaging. * libpng warning: iCCP: known incorrect sRGB profile * libpng warning: iCCP: profile 'icc': 'RGB ': RGB color space not permitted on grayscale PNG Bug: 11869853 Change-Id: Ida296d9e3bbd2abaae7c7500d77c8dc54d8b2382
* | | | Fix crash while entering emoticonsTadashi G. Takaoka2014-03-271-1/+1
| |_|/ |/| | | | | | | | | | | Bug: 13652919 Change-Id: Idd66240ac882fa890cfb28a477403ee09dc716ce
* | | Merge "Suppress warnings related to string resource"Tadashi G. Takaoka2014-03-2619-32/+24
|\ \ \
| * | | Suppress warnings related to string resourceTadashi G. Takaoka2014-03-2619-32/+24
| | | | | | | | | | | | | | | | Change-Id: I03073981313ae4f10a12b32ed9f524d0d50c2aa7