Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused argument in SuggestionStripLayoutHelper•••Bug: 13461039 Change-Id: I3f6227bd56fb81021aaacf0e901eab8a9e91d4a1 | 2014-03-20 | 2 | -6/+4 | |
* | Fix clipped important notice message on tablet•••Bug: 13461039 Change-Id: I710bf10c9cbc202c7f6ee39ab4c8b9d699741a81 | 2014-03-14 | 1 | -1/+2 | |
* | Remove unused MoreKeysPanel argument from Controller interface•••Bug: 13204690 Change-Id: Ife438e78d9bbbf796df20f95c2da7a4d50e5a035 | 2014-03-04 | 1 | -5/+4 | |
* | Dismiss all key preview before showing more suggestions•••This CL also release key graphics and dismiss sliding key input preview. Bug: 13204690 Change-Id: Ie8eb7b7beca51689a907da9c0713b4d34d48dda1 | 2014-03-04 | 1 | -0/+3 | |
* | Dismiss more keys keyboard before statring more suggestionsview to show•••Bug: 13204690 Change-Id: I9188edd0e99ca8acdcb0f0e045be7d267d56b12d | 2014-03-04 | 1 | -2/+5 | |
* | [IL110] Remove an unused interface function•••...and make a method private. Bug: 8636060 Change-Id: If16f7e8ef3779f77a9db23fb7c54e7c23b043b86 | 2014-02-26 | 1 | -1/+0 | |
* | [QRP5] Fix boldness for predictions, and small refactoring•••This is more correct. When predictions, the typed word should always be null unless explicitly passed. The text color should be that of a valid typed word only if it's actually the typed word. Bug: 13170509 Change-Id: I769ae100e112c37c6f02064fe9ef2f81372ca9e5 | 2014-02-25 | 1 | -3/+4 | |
* | [QRP4] Simplification & small correctness fix.•••This fixes the color of the predictions when running on a theme that has different colors for typed and suggested words (GB theme). Also, this is easier to understand and to modify from now on. Change-Id: Ifdc6d86a1695e83e16103041b06a2451f8d52cc4 | 2014-02-25 | 1 | -6/+6 | |
* | [QRP3] Refactoring•••Rename some variables for clarity and use constants instead of immediates. Change-Id: Ie07fbfcc3738ac4e67aefddc339fc54259172c39 | 2014-02-25 | 1 | -13/+15 | |
* | [QRP1] Fix a bug where the wrong value would get passed•••In the practice it works because this never tries to access inside the suggestion strip, and the worst that can happen is a wrong text color for a suggestion. But since the two colors that would be swapped are the same, nobody ever notices -- unless they are using the GingerBread theme. Change-Id: Ic8c70d8b3cdddf92946dfefbbc6d061572626c7a | 2014-02-25 | 1 | -3/+3 | |
* | Change important notice version preference file•••This CL also reset the notice version to 1. This CL must be checked in together with Iea8d9ff038. Change-Id: I838f7b5b295388d64d6aba90f50b06654eba16e5 | 2014-02-20 | 1 | -1/+1 | |
* | Turn personalization on when important notice dialog is displayed•••This change must be checked in together with Ifde70b1d3b. Bug: 10587358 Change-Id: I9dc48f9d521e0e6f6269e4f184389ba805f3053f | 2014-02-19 | 2 | -3/+10 | |
* | Set neutral suggestions should be called after load settings•••Bug: 13058751 Change-Id: Iba49e86b90d595473d91753827d499e551dad45c | 2014-02-18 | 1 | -3/+7 | |
* | Merge "Stop overriding SuggestionStripView.dispatchTouchEvent" | 2014-02-17 | 1 | -24/+23 | |
|\ | |||||
| * | Stop overriding SuggestionStripView.dispatchTouchEvent•••Bug: 11721001 Bug: 11976254 Change-Id: Idfdeafe45abb16ca54be529b4f4b2c38c22a7fac | 2014-02-17 | 1 | -24/+23 | |
* | | Merge "Don't show important notice on password field" | 2014-02-17 | 1 | -3/+5 | |
|\ \ | |/ |/| | |||||
| * | Don't show important notice on password field•••Bug: 10587358 Change-Id: Ieff7960e5e2b8609fddeb173af578a5d9b2c4d98 | 2014-02-17 | 1 | -3/+5 | |
* | | Add go to "Settings" button to important notice dialog•••This CL also - removes icons on important notice title. - changes the "Personalized suggestions" summary text. This change must be checked in together with Id115d89ba9. Bug: 10587358 Change-Id: I52ff26fa8ae12445e9014ba08253f69e1be609f4 | 2014-02-17 | 1 | -7/+1 | |
|/ | |||||
* | Add PunctuationSuggestions class•••This change must be checked in together with I366c477516. Bug: 12640318 Change-Id: I8d3864b9d9649c9e3306e82b01a6327b11281b1f | 2014-02-14 | 2 | -11/+12 | |
* | Merge "Show the suggestion strip for the important notice" | 2014-02-14 | 1 | -2/+1 | |
|\ | |||||
| * | Show the suggestion strip for the important notice•••Bug: 10587358 Change-Id: Ia060a9ca9dfc2e7fe0750536a9fea3b9cc5900c4 | 2014-02-12 | 1 | -2/+1 | |
* | | Fix showing all suggestions when the top suggestion is long•••This change also fixes Bug#12982404; displays the suggestion word using entire suggestions strip if there is only one suggestion. Bug: 12564279 Bug: 12982404 Change-Id: I51806b90c3ee34a2072880245d4e33f7be273c8f | 2014-02-13 | 2 | -37/+51 | |
|/ | |||||
* | Merge "Show important notice strip" | 2014-02-10 | 2 | -13/+24 | |
|\ | |||||
| * | Show important notice strip•••Bug: 10587358 Change-Id: I1af3faa59afb2fc4cb90176acff1c2b0b1ba369c | 2014-02-10 | 2 | -13/+24 | |
* | | Refactor Key constructors•••This is a followup of I76432556ca. Change-Id: Ie2c8f7c23352a33db28e89ee8e6ebaba9eb760a3 | 2014-02-10 | 1 | -4/+4 | |
|/ | |||||
* | [IL109] Move more code to InputLogic•••Bug: 8636060 Change-Id: Ib12eacc836e8d39c4165c97a2a287f32f6bf5405 | 2014-02-05 | 1 | -1/+1 | |
* | [IL107] Add an interface to access the suggestion view.•••Bug: 8636060 Change-Id: I603af6bcdaa31f64aaaf916784720a133388c737 | 2014-02-05 | 1 | -0/+31 | |
* | Fix important notice strip text layout•••Bug: 10587358 Change-Id: I9cbdd3b450e05d6d0611a16b6b7fad945918dd5f | 2014-02-03 | 2 | -4/+11 | |
* | Add important notice strip•••This change is a groundwork to show important notice. Bug: 10587358 Change-Id: I80aa70d30e2a529b37798f0df2183b41df3ac38a | 2014-01-31 | 2 | -4/+48 | |
* | Show "Touch again to save" in system locale•••Bug: 12811156 Change-Id: I928daf17297ec5c526720850d6203cb9af0496ac | 2014-01-30 | 2 | -6/+11 | |
* | Remove suggestion_word and suggestion_info layout files•••Change-Id: I37fea41cfc6e717ce7e5aa36ad331675fc9e8ce5 | 2014-01-28 | 1 | -2/+8 | |
* | Suggestion strip honors RTL layout•••Bug: 9126496 Change-Id: Ia4a1c52bd2a80ea7fe6b9529f2767fee5f9e8aeb | 2014-01-28 | 2 | -4/+18 | |
* | Fix test fails caused by I8bede13c87•••Change-Id: I1e816bf7ea5fd46b39c2482bbcbfcdc16d5acc21 | 2014-01-28 | 1 | -0/+12 | |
* | Refactor SuggestionsStripLayoutHelper class•••Bug: 9126496 Change-Id: I8bede13c8745fbcad68099d882681ca4f2326d14 | 2014-01-27 | 2 | -65/+62 | |
* | [IL76] Remove a SuggestionStripView dependency•••This constant is better located in SuggestedWords. Or it could be in Constants, that would be fine too. Bug: 8636060 Change-Id: I3e721bb1e2559f028dce8929eceadfe0478c5924 | 2014-01-23 | 2 | -9/+6 | |
* | [IL37] Small simplification•••Bug: 8636060 Change-Id: I08a6c04986a0bd86ce4c232893e804766ebeebb9 | 2013-12-26 | 1 | -3/+3 | |
* | Cancel more suggestions panel when touching keyboard•••Bug: 10010128 Change-Id: I2ff0870c69f407d943caf8b9cec90b7ed89de5f1 | 2013-12-17 | 1 | -5/+13 | |
* | Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c•••The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854 | 2013-12-13 | 4 | -8/+12 | |
* | Fix the suggestion size.•••The available space was not computed correctly. This makes the decision to ellipsize/expand the middle suggestion correct. Also, the scale was not applied correctly in some cases. Finally, for some reason ellipsize does not work as we expect. I'm not sure how to get it to work like we want it to, but this works around the problem in a simple manner. Bug: 11158757 Change-Id: I083e7ac56e157f100923733e67b92a6368a526c9 | 2013-10-11 | 1 | -9/+26 | |
* | Merge "Revert "Remove key preview backing view"" | 2013-08-30 | 2 | -3/+14 | |
|\ | |||||
| * | Revert "Remove key preview backing view"•••This reverts commit 2dfcfc5013eee2fbd19a5830ff70943bd6c1bee2. Change-Id: I96c691b2e9c92be456420196cd7361d03ea4f3e9 bug: 10541453 | 2013-08-30 | 2 | -3/+14 | |
* | | Fix build•••Change-Id: I60a6ee4dff8203cd9a2ed8045df6a2d75e50c89d | 2013-08-27 | 1 | -1/+1 | |
* | | Add _gb to Gingerbread resources•••Bug: 10415342 Change-Id: Id8caf5a972fe72b577dbf50dcd2cf739b2d35a32 | 2013-08-27 | 1 | -1/+1 | |
* | | Remove unnecessary alpha attributes of SuggestionStripView•••Change-Id: I78701403d7bd21928c4b459bb336a565f386ebcc | 2013-08-21 | 1 | -17/+5 | |
* | | Merge "Add empty key background type" | 2013-08-14 | 1 | -1/+2 | |
|\ \ | |||||
| * | | Add empty key background type•••Change-Id: I9b07c58a9b70ae0228f87e1f066ca8cd959b4f03 | 2013-08-14 | 1 | -1/+2 | |
| |/ | |||||
* / | Thin out audio and haptic feedback while key repeat•••Bug: 6522943 Change-Id: Id60f256ab0f8741578eda276116817fa48917325 | 2013-08-14 | 1 | -1/+1 | |
|/ | |||||
* | Remove key preview backing view•••This change re-origanizes view hierarchy of IME's input view. Change-Id: I9d0a07692d0f41de3345d207366393bcd5424f7e | 2013-08-09 | 2 | -14/+3 | |
* | Remove processMotionEvent from MoreKeysKeyboardView•••Change-Id: I5373df4a7c82f964f99acf70325bba8702111a75 | 2013-08-08 | 1 | -6/+2 | |
* | Add MoreKeysPanel argument to Controller methods•••Bug: 9334755 Change-Id: I5a7104f4c98982f11fb4e060fa83c21bfc360558 | 2013-07-25 | 1 | -3/+3 |