Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more options for calling removeWordFromPersonalizedDicts.•••Bug: 19441205 Change-Id: I41aff536a64271d2dc9489a20df33d64170756cc | 2015-02-19 | 1 | -2/+53 | |
* | Fix accidentally inverted if check.•••Change-Id: I9c28f4154f69c63564a2bda357c16cef4e68dc0d | 2015-02-04 | 1 | -1/+1 | |
* | Merge "Removing code from RichInputConnection." | 2015-02-05 | 1 | -6/+0 | |
|\ | |||||
| * | Removing code from RichInputConnection.•••Followup CL that removes some more unused methods and variables. Change-Id: I4163c7cd017f59d1fd445adb6294fc89dcaafe6e | 2015-02-04 | 1 | -6/+0 | |
* | | AOSP changes to use KeyboardLayout to support the new DictionaryFacilitator•••Change-Id: Ie0c9ce805d9ad009fc9bbaac37b715aff90cd844 | 2015-02-04 | 1 | -2/+4 | |
|/ | |||||
* | LatinIME portion of "green plus" feature.•••Removes the feature that adds strings to the user dictionary, aka the "green highlight with a plus sign". Bug 19237189. Change-Id: I2387129a3add2d69d625f2ff16ed8cab3f10a735 | 2015-02-03 | 1 | -152/+8 | |
* | LatinIME portion of multi-lang option removal.•••Bug 19188067. Change-Id: Ic9a3637f59dda30c699141222b9dcac3cd624b99 | 2015-01-29 | 1 | -2/+1 | |
* | Make the typed word a SuggestedWordInfo•••That allows to carry the language information in an accurate manner. Bug: 18063142 Change-Id: I0bca8981372ae10648274095b18b26a3686b762b | 2014-11-20 | 1 | -21/+23 | |
* | Merge "Fix oscillations on ICS" | 2014-11-19 | 1 | -5/+9 | |
|\ | |||||
| * | Fix oscillations on ICS•••Bug: 18181427 Change-Id: Ib4dd62037b1f7b2d10496ee3e45b4a138e29f90a | 2014-11-19 | 1 | -5/+9 | |
* | | Merge "Remove the other deprecated constructor to SuggestedWords" | 2014-11-19 | 1 | -2/+3 | |
|\ \ | |||||
| * | | Remove the other deprecated constructor to SuggestedWords•••Change-Id: Ied821df01e032ebc913d2f15dffdf41a51372ea4 | 2014-11-17 | 1 | -2/+3 | |
| |/ | |||||
* / | Rename a confusing method name•••...and fix a bug that happened because of it. Bug: 18417740 Change-Id: I7a33780adcb8f4e2625abcd3eec906dfee1f5dcf | 2014-11-18 | 1 | -10/+12 | |
|/ | |||||
* | Move InputPointers and ResizableIntArray to common•••Bug: 18108776 Change-Id: Ie5c0430aa41a8d6c58bf510a10173223d7dfe9fe | 2014-10-29 | 2 | -2/+2 | |
* | Move StringUtils under common.•••Bug: 18108776 Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b | 2014-10-28 | 1 | -1/+1 | |
* | Move Constants.java to the latin.common package•••Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d | 2014-10-23 | 1 | -1/+1 | |
* | Fix Javadoc and null analysis related warnings•••This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1 | 2014-10-23 | 1 | -4/+6 | |
* | 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 | 2014-10-21 | 2 | -44/+47 | |
* | am 8435acd7: am f7f786d8: am d9c04a6b: am 6456af0e: am ecea8551: Fix a bug wi...•••* commit '8435acd789bd4f9c1322a73b9e0567c2dee7b336': Fix a bug with no suggestions flag | 2014-10-15 | 1 | -3/+5 | |
|\ | |||||
| * | Fix a bug with no suggestions flag•••We should reset the composition state when moving the cursor inside the word after a gesture when the text field specifies no suggestions. Bug: 17959921 Change-Id: I977fea775f7b7e145e343636f0fb94266a40953a | 2014-10-15 | 1 | -3/+5 | |
* | | Always show the typed word in recorrections.•••Bug: 11330140 Bug: 17875601 Bug: 17623275 Change-Id: Ie4620f36f312c54c7b01b5f6cbdb0bc9171b6179 | 2014-10-09 | 1 | -20/+11 | |
* | | [ML19] Actually switch the language when appropriate•••That is, when auto-correcting or when manually picking. This is not great, but it's a good starting point. Bug: 11230254 Change-Id: I07627f48e2de1c28053d6572c7c72625808ec79c | 2014-10-09 | 1 | -0/+5 | |
* | | [ML18] Make WordComposer#getAutoCorrection a word info•••Bug: 11230254 Change-Id: I6ad2e7f89862fbfe7af5502961643320c782347f | 2014-10-08 | 1 | -25/+22 | |
* | | Fix missing prediction words on contextual strip•••Bug: 17874801 Change-Id: Iaba935a6b2548376f10a0ecd80f07ea7ada6c60a | 2014-10-07 | 1 | -3/+2 | |
* | | Remove ENABLE_CURSOR_ANCHOR_INFO_CALLBACK•••We can now start relying on L APIs even in unbundled release. This means ENABLE_CURSOR_ANCHOR_INFO_CALLBACK can be always true. Hence we simply remove it. Change-Id: I0353e992e97e252059f83accea100504594bf171 | 2014-10-06 | 1 | -7/+4 | |
* | | Add calls to stub for API to consume gesture data.•••Bug: 17400259 Change-Id: Ib3511afffe1d14662e7dd14611f384689516e664 | 2014-10-03 | 2 | -0/+81 | |
* | | Merge "Never include the typed word in recorrections" | 2014-10-01 | 1 | -19/+5 | |
|\ \ | |||||
| * | | Never include the typed word in recorrections•••Bug: 17623275 Change-Id: I2461e5e8baf06fb80a05b87f9d3db7a4d1952a01 | 2014-10-01 | 1 | -19/+5 | |
* | | | Merge "Make a better effort to detect a framework lie." | 2014-10-01 | 1 | -12/+14 | |
|\ \ \ | |||||
| * | | | Make a better effort to detect a framework lie.•••Bug: 17130496 Change-Id: I1a3631670c152d9b7667c9c4e08e14c48569eef5 | 2014-10-01 | 1 | -12/+14 | |
| |/ / | |||||
* / / | Fix an NPE on ICS factory rom.•••In ICS factory rom and MR0, there was a bug where calling the constructor for SuggestionSpan that doesn't take a context as an argument would always return in a crash. Don't call it, and pass an explicit context instead. Bug: 13552505 Change-Id: I5c919499b9d086c2cf283795b2af5b91cb425933 | 2014-10-01 | 1 | -2/+4 | |
|/ / | |||||
* | | Avoid double space when autocorrect is triggered•••Bug: 17596034 Change-Id: Iaa6cc066eefd2436195a91791f2628e9a5f1c449 | 2014-09-30 | 1 | -1/+9 | |
* | | Rename PrevWordsInfo to NgramContext.•••Bug: 14425059 Change-Id: Id06a71681fa8b5e589e29fba10fe5c1cfed66984 | 2014-09-29 | 1 | -17/+17 | |
* | | Merge "Hiding SuggestedWords.EMPTY and refactoring code that compares Suggest... | 2014-09-22 | 1 | -10/+9 | |
|\ \ | |||||
| * | | Hiding SuggestedWords.EMPTY and refactoring code that compares SuggestedWords...•••Bug: 17560717 Change-Id: I7032bf0ab46f9cf5e3b3312a14e689b5496764c1 | 2014-09-22 | 1 | -10/+9 | |
* | | | Invoke onWordCommitUserTyped on startInput() with non empty wordcomposer•••In chat clients, the last committed word is not committed via rich input connection. This will handle those missed out cases. Change-Id: If3f1f6e1927cdf56a09d3e9124f05c66ca75de53 | 2014-09-18 | 1 | -0/+7 | |
|/ / | |||||
* | | Add word commit methods to StatsUtils•••Change-Id: Ibb2cf0150cd9a851ff48d097688edc916dc82998 | 2014-09-18 | 1 | -1/+17 | |
* | | resolved conflicts for merge of 233a2f21 to master•••Change-Id: If391cc622367dfb4448c6a5c32b82111d352d86e | 2014-09-18 | 1 | -112/+80 | |
|\| | |||||
| * | Use Add-To-Dictionary indicator only•••With this CL, the previously used commit indicator was reverted. Instead we use the add-to-dictionary indicator only at the moment. This CL also fixes the indicator position in bidi context. BUG: 17335734 Change-Id: I5f7cf173ddc30876e2b01320acaff8ba4265edf6 | 2014-09-18 | 1 | -112/+80 | |
* | | Add StatsUtils.onAutoCorrection method.•••Change-Id: I9547b6c0f082ef7c09b251a6458badb65a841229 | 2014-09-16 | 1 | -2/+11 | |
* | | Add backspace event methods to StatsUtils•••Change-Id: Id45d217073e49ca5f2ba639b608d168d136bba58 | 2014-09-10 | 1 | -0/+14 | |
* | | am 61e7afa6: am 0eaa25e0: am 914078fd: Fix a bug where recorrection would sto...•••* commit '61e7afa6fa98939f9dcb9f7a2ebb5678a51d4201': Fix a bug where recorrection would stop on connectors | 2014-09-08 | 1 | -2/+1 | |
|\| | |||||
| * | Fix a bug where recorrection would stop on connectors•••Bug: 16733686 Change-Id: I7a9f79a81e33a1f5bf5f3daf0b78d0f1e4447e7a | 2014-09-08 | 1 | -2/+1 | |
* | | Fix the sentence separator for Hindi.•••Change-Id: I623e4ccbc324751eb67ec4bb777e2be5ae2a60d1 Bug: 17418371 | 2014-09-08 | 1 | -2/+5 | |
* | | Add StatsUtils.onPickSuggestionManually and SuggestedWords.indexOf.•••Change-Id: I1588448154d086569cb026825fdc36cd1812a582 | 2014-09-07 | 1 | -0/+3 | |
* | | am f2c509a8: am 310da35c: Merge "Follow up API signature change" into lmp-dev•••* commit 'f2c509a81ef107e6c71dc6804417469d12c94fca': Follow up API signature change | 2014-09-03 | 1 | -1/+1 | |
|\| | |||||
| * | Follow up API signature change•••This is a follow up CL for API signature change in I772c48ff18918e48a81e807b48ff907614485c09 BUG: 17320996 Change-Id: Ic8b6162bda12bf74fae79af212c5d81c400eb9e8 | 2014-09-03 | 1 | -1/+1 | |
* | | am c925ca43: am 97681ebd: Set highlight color along with the commit indicator•••* commit 'c925ca43a6e0b3175feb002ce6b5577ef7d66507': Set highlight color along with the commit indicator | 2014-08-27 | 1 | -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 | 2014-08-27 | 1 | -2/+39 | |
* | | resolved conflicts for merge of 8159336b to master•••Change-Id: I9dd726593c6768b1db35305935ee69b0937358ef | 2014-08-27 | 1 | -11/+43 | |
|\| |