aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add GeometryUtilsTest.•••Change-Id: I6ea9ef137c2930ca8e8745fec829b9bcaf1d10b9 Keisuke Kuroyanagi2014-09-023-6/+92
* Add TerminalPositionLookupTableTest.•••Change-Id: I4a3ab4c94a7759d7f24c7edc9c167fe6bbdd3eb7 Keisuke Kuroyanagi2014-08-293-1/+78
* Add DicNodePoolTest.•••Change-Id: I9bec708def3af6bea1c82b9576b80ce1b7901ddc Keisuke Kuroyanagi2014-08-292-1/+71
* Straighten the dead char implementation, take 3.•••Change-Id: I4f70f6eebe076c7d2b780d25e3a2c1d3faa2edfa Jean Chalard2014-08-285-24/+465
* Merge "Fix Hinglish subtype locale test"Tadashi G. Takaoka2014-08-281-1/+1
|\
| * Fix Hinglish subtype locale test•••Change-Id: I6fc2fd4f04069485acc432ff957421b85083a344 Tadashi G. Takaoka2014-08-281-1/+1
* | Merge "Implement IntArrayView::skip()."Keisuke Kuroyanagi2014-08-282-0/+24
|\ \
| * | Implement IntArrayView::skip().•••Change-Id: Ib7f13963ac1d9c64eff2c08391154c6a25024126 Keisuke Kuroyanagi2014-08-282-0/+24
* | | Merge "Create DictionaryFacilitatorLruCache."Keisuke Kuroyanagi2014-08-283-114/+245
|\ \ \ | |_|/ |/| |
| * | Create DictionaryFacilitatorLruCache.•••This class is separated from AndroidSpellCheckerService Bug: 16547557 Change-Id: I3e58521207395588cecb2977234b89067d6da8c3 Keisuke Kuroyanagi2014-08-273-114/+245
* | | am 8d0d2363: am acce1aa5: Make sure to obtain the IC before requesting Cursor...•••* commit '8d0d236394548be4e2302a03960ce4ee363a5483': Make sure to obtain the IC before requesting CursorAnchorInfo Yohei Yukawa2014-08-271-2/+8
|\ \ \
| * \ \ am acce1aa5: Make sure to obtain the IC before requesting CursorAnchorInfo•••* commit 'acce1aa59eac6816fe3ce1fcb014666fc71a40f1': Make sure to obtain the IC before requesting CursorAnchorInfo Yohei Yukawa2014-08-271-2/+8
| |\ \ \
| | * | | Make sure to obtain the IC before requesting CursorAnchorInfo•••RichInputConnection#requestUpdateCursorAnchorInfo must make sure to obtain the input connection before calling methods of it. BUG: 17299587 Change-Id: I8e0cd473a4cc32583cd47634c227d702f7c69c6c Yohei Yukawa2014-08-271-2/+8
* | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-08-272-32/+32
|\ \ \ \ \
| * | | | | Import translations. DO NOT MERGE•••Change-Id: I067525751c072822661b855072b25e574f719a23 Auto-generated-cl: translation import Baligh Uddin2014-08-272-32/+32
* | | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-08-272-38/+38
|\ \ \ \ \ \
| * | | | | | Import translations. DO NOT MERGE•••Change-Id: Icd839563ab1ac8d8233a8c8ad49daee02a87bd2b Auto-generated-cl: translation import Baligh Uddin2014-08-272-38/+38
| |/ / / / /
* | | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-08-271-1/+1
|\ \ \ \ \ \
| * | | | | | Import translations. DO NOT MERGE•••Change-Id: I632754d86444b86051d9d27becef3994c82a9458 Auto-generated-cl: translation import Baligh Uddin2014-08-271-1/+1
| |/ / / / /
* | | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-08-2773-15/+234
|\ \ \ \ \ \
| * | | | | | Import translations. DO NOT MERGE•••Change-Id: I0e264ee268375e1de7cd887a15f5b5e58e088329 Auto-generated-cl: translation import Baligh Uddin2014-08-2773-15/+234
| |/ / / / /
* | | | | | Merge "Revert "Straighten the dead char implementation.""Ken Wakasa2014-08-274-463/+24
|\ \ \ \ \ \
| * | | | | | Revert "Straighten the dead char implementation."•••This reverts commit 5ef447aeea97c755008785b36468715922b7ccc1. Reverting because this broke a bunch of unit tests -- https://sponge.corp.google.com/target?id=b6439742-099e-46cb-8f00-d0c602a4d9bb&target=com.google.android.inputmethod.latin.tests&searchFor=&show=FAILED&sortBy=STATUS Change-Id: Ibbd9e11372993f62e630fd9da37158ffcf47c17a Ken Wakasa2014-08-274-463/+24
* | | | | | | Merge "Straighten the dead char implementation."Jean Chalard2014-08-274-24/+463
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | Straighten the dead char implementation.•••This now supports all cases, including cases not supported by the framework. Now rebased on top of the right change, and renamed Change-Id: I7886f0dcbb86cdb4dccec09aa7c52ad339680e04 Jean Chalard2014-08-274-24/+463
* | | | | | Remove redundant code.•••Change-Id: I173eac15dc128e84893881ec4ee0ad1ad2fce44b Keisuke Kuroyanagi2014-08-271-2/+0
* | | | | | Use IntArrayView for dictionary structure policy.•••Change-Id: I0dc94908259d70d5085ff22abf422d90affb1452 Keisuke Kuroyanagi2014-08-2711-113/+117
| |_|_|_|/ |/| | | |
* | | | | Merge "Use word id to construct DicNode instead of isTerminal flag."Keisuke Kuroyanagi2014-08-2711-16/+23
|\ \ \ \ \
| * | | | | Use word id to construct DicNode instead of isTerminal flag.•••Bug: 14425059 Change-Id: I8484d34756bd76668ece34211e7366a4758d7bf5 Keisuke Kuroyanagi2014-08-2611-16/+23
* | | | | | Remove bigram dict content.•••Bug: 14425059 Change-Id: I75918c6761a50832da511088eb83becd56b23662 Keisuke Kuroyanagi2014-08-2715-1044/+15
* | | | | | Get entry count after truncation using LanguageModelDictContent.•••Bug: 14425059 Change-Id: I41b237c1c22c21740946d52e3be9d6f963c9cd54 Keisuke Kuroyanagi2014-08-273-9/+26
* | | | | | Merge "Use LanguageModelDictContent in getWordProperty()."Keisuke Kuroyanagi2014-08-272-48/+25
|\ \ \ \ \ \
| * | | | | | Use LanguageModelDictContent in getWordProperty().•••Bug: 14425059 Change-Id: Ic230f764ff5570f24ce6ce930023798718f326df Keisuke Kuroyanagi2014-08-262-48/+25
* | | | | | | am 68a2a69a: am 37beaf15: Simplify onComputeInsets of LatinIME•••* commit '68a2a69ae35352650a4c6dfc0b0c69069c4a1e1d': Simplify onComputeInsets of LatinIME Tadashi G. Takaoka2014-08-277-101/+129
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | am 37beaf15: Simplify onComputeInsets of LatinIME•••* commit '37beaf1529a61228d6240736937789e5622b29ed': Simplify onComputeInsets of LatinIME Tadashi G. Takaoka2014-08-277-101/+129
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Simplify onComputeInsets of LatinIME•••This CL expands SoftInputWindow to the entire screen. Thus a key review backing view is eliminated and onComputeInsets() gets simplified too. Bug: 17212702 Bug: 10841052 Bug: 10541453 Change-Id: I2d859f4e4698c64cabe399000821f13bab729996 Tadashi G. Takaoka2014-08-277-101/+129
* | | | | | | Merge "Use LanguageModelDictContent in iterateNgramEntries()."Keisuke Kuroyanagi2014-08-271-5/+15
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Use LanguageModelDictContent in iterateNgramEntries().•••Bug: 14425059 Change-Id: I8a5028657ea5a4eeee8ef40db52a80f09b878972 Keisuke Kuroyanagi2014-08-261-5/+15
* | | | | | | Merge "Add a method to iterate entries in LanguageModelDictContent."Keisuke Kuroyanagi2014-08-274-1/+98
|\| | | | | |
| * | | | | | Add a method to iterate entries in LanguageModelDictContent.•••Bug: 14425059 Change-Id: I4e9c3a97891c020f762fa709f806d333c067f496 Keisuke Kuroyanagi2014-08-264-1/+98
* | | | | | | am c925ca43: am 97681ebd: Set highlight color along with the commit indicator•••* commit 'c925ca43a6e0b3175feb002ce6b5577ef7d66507': Set highlight color along with the commit indicator Yohei Yukawa2014-08-271-2/+39
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | am 97681ebd: Set highlight color along with the commit indicator•••* commit '97681ebdf16dd94b7ed0607342cc2750fb96a641': Set highlight color along with the commit indicator Yohei Yukawa2014-08-271-2/+39
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Set highlight color along with the commit indicator•••With this CL, the text highlight color is applied when the commit indicator is displayed. Note that the underline is not rendered when the background color is enabled. This is a known issue. Change-Id: Ia19355e1303e3a10e8a7d69bc47c779feb70248a Yohei Yukawa2014-08-271-2/+39
* | | | | | | Merge "resolved conflicts for merge of 8159336b to master"Ken Wakasa2014-08-273-14/+53
|\ \ \ \ \ \ \
| * | | | | | | resolved conflicts for merge of 8159336b to master•••Change-Id: I9dd726593c6768b1db35305935ee69b0937358ef Ken Wakasa2014-08-274-30/+105
| |\| | | | | |
| | * | | | | | am 29200b0a: Set the text bgcolor only when CursorAnchorInfo is available•••* commit '29200b0abe1d65aa2f9ddefd247ab91563d666f8': Set the text bgcolor only when CursorAnchorInfo is available Yohei Yukawa2014-08-273-14/+53
| | |\| | | | |
| | | * | | | | Set the text bgcolor only when CursorAnchorInfo is available•••When CursorAnchorInfo is unavailable, we shouldn't try to show the commit indicator and set the text highlight color. With this CL, RichInputConnection can be used to track if the application responded that it does support CursorAnchorInfo or not. This result will be taken into consideration when InputLogic needs to determine whether the commit indicator should be displayed or not. Change-Id: I945d70eeb02a7a5f3d9b22459b23d7028508910f Yohei Yukawa2014-08-273-14/+53
* | | | | | | | am 00d140ca: am a475c854: Introduce a mechanism to hide the indicator specula...•••* commit '00d140caeb02e2e68f5b2cf7b71d349e1ad4cb5c': Introduce a mechanism to hide the indicator speculatively Yohei Yukawa2014-08-272-16/+52
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | am a475c854: Introduce a mechanism to hide the indicator speculatively•••* commit 'a475c85480b2bc2a8d036b4b1ea29f6a8e749ac5': Introduce a mechanism to hide the indicator speculatively Yohei Yukawa2014-08-272-16/+52
| |\| | | | |
| | * | | | | Introduce a mechanism to hide the indicator speculatively•••This is an optional optimization to reduce the UI latency. Imagine that the commit indicator is now displayed and the composing text is being updated, it is highly likely that the commit indicator will disappear unless the application rejects the setComposingText request. If we assume that the application will accept the new composing text without any modifications, we can hide the indicator without waiting for the arrival of new CursorAnchorInfo event. This optimization isn't dangerous because we can show the indicator again when we receive new CursorAnchorInfo event and the assumption is turned out to be invalid. Change-Id: Id59c6607a1029782410611e768791af9984f14ac Yohei Yukawa2014-08-262-16/+52