aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Stop overriding SuggestionStripView.dispatchTouchEvent"Tadashi G. Takaoka2014-02-171-24/+23
|\
| * Stop overriding SuggestionStripView.dispatchTouchEventTadashi G. Takaoka2014-02-171-24/+23
| | | | | | | | | | | | Bug: 11721001 Bug: 11976254 Change-Id: Idfdeafe45abb16ca54be529b4f4b2c38c22a7fac
* | Merge "Don't show important notice on password field"Tadashi G. Takaoka2014-02-171-3/+5
|\ \ | |/ |/|
| * Don't show important notice on password fieldTadashi G. Takaoka2014-02-171-3/+5
| | | | | | | | | | Bug: 10587358 Change-Id: Ieff7960e5e2b8609fddeb173af578a5d9b2c4d98
* | Add go to "Settings" button to important notice dialogTadashi G. Takaoka2014-02-171-7/+1
|/ | | | | | | | | | | 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
* Add PunctuationSuggestions classTadashi G. Takaoka2014-02-142-11/+12
| | | | | | | This change must be checked in together with I366c477516. Bug: 12640318 Change-Id: I8d3864b9d9649c9e3306e82b01a6327b11281b1f
* Merge "Show the suggestion strip for the important notice"Jean Chalard2014-02-141-2/+1
|\
| * Show the suggestion strip for the important noticeJean Chalard2014-02-121-2/+1
| | | | | | | | | | Bug: 10587358 Change-Id: Ia060a9ca9dfc2e7fe0750536a9fea3b9cc5900c4
* | Fix showing all suggestions when the top suggestion is longTadashi G. Takaoka2014-02-132-37/+51
|/ | | | | | | | | 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
* Merge "Show important notice strip"Jean Chalard2014-02-102-13/+24
|\
| * Show important notice stripTadashi G. Takaoka2014-02-102-13/+24
| | | | | | | | | | Bug: 10587358 Change-Id: I1af3faa59afb2fc4cb90176acff1c2b0b1ba369c
* | Refactor Key constructorsTadashi G. Takaoka2014-02-101-4/+4
|/ | | | | | This is a followup of I76432556ca. Change-Id: Ie2c8f7c23352a33db28e89ee8e6ebaba9eb760a3
* [IL109] Move more code to InputLogicJean Chalard2014-02-051-1/+1
| | | | | Bug: 8636060 Change-Id: Ib12eacc836e8d39c4165c97a2a287f32f6bf5405
* [IL107] Add an interface to access the suggestion view.Jean Chalard2014-02-051-0/+31
| | | | | Bug: 8636060 Change-Id: I603af6bcdaa31f64aaaf916784720a133388c737
* Fix important notice strip text layoutTadashi G. Takaoka2014-02-032-4/+11
| | | | | Bug: 10587358 Change-Id: I9cbdd3b450e05d6d0611a16b6b7fad945918dd5f
* Add important notice stripTadashi G. Takaoka2014-01-312-4/+48
| | | | | | | This change is a groundwork to show important notice. Bug: 10587358 Change-Id: I80aa70d30e2a529b37798f0df2183b41df3ac38a
* Show "Touch again to save" in system localeTadashi G. Takaoka2014-01-302-6/+11
| | | | | Bug: 12811156 Change-Id: I928daf17297ec5c526720850d6203cb9af0496ac
* Remove suggestion_word and suggestion_info layout filesTadashi G. Takaoka2014-01-281-2/+8
| | | | Change-Id: I37fea41cfc6e717ce7e5aa36ad331675fc9e8ce5
* Suggestion strip honors RTL layoutTadashi G. Takaoka2014-01-282-4/+18
| | | | | Bug: 9126496 Change-Id: Ia4a1c52bd2a80ea7fe6b9529f2767fee5f9e8aeb
* Fix test fails caused by I8bede13c87Tadashi G. Takaoka2014-01-281-0/+12
| | | | Change-Id: I1e816bf7ea5fd46b39c2482bbcbfcdc16d5acc21
* Refactor SuggestionsStripLayoutHelper classTadashi G. Takaoka2014-01-272-65/+62
| | | | | Bug: 9126496 Change-Id: I8bede13c8745fbcad68099d882681ca4f2326d14
* [IL76] Remove a SuggestionStripView dependencyJean Chalard2014-01-232-9/+6
| | | | | | | | This constant is better located in SuggestedWords. Or it could be in Constants, that would be fine too. Bug: 8636060 Change-Id: I3e721bb1e2559f028dce8929eceadfe0478c5924
* [IL37] Small simplificationJean Chalard2013-12-261-3/+3
| | | | | Bug: 8636060 Change-Id: I08a6c04986a0bd86ce4c232893e804766ebeebb9
* Cancel more suggestions panel when touching keyboardTadashi G. Takaoka2013-12-171-5/+13
| | | | | Bug: 10010128 Change-Id: I2ff0870c69f407d943caf8b9cec90b7ed89de5f1
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-134-8/+12
| | | | | | The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
* Fix the suggestion size.Jean Chalard2013-10-111-9/+26
| | | | | | | | | | | | | | 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
* Merge "Revert "Remove key preview backing view""Ken Wakasa2013-08-302-3/+14
|\
| * Revert "Remove key preview backing view"Ken Wakasa2013-08-302-3/+14
| | | | | | | | | | | | | | This reverts commit 2dfcfc5013eee2fbd19a5830ff70943bd6c1bee2. Change-Id: I96c691b2e9c92be456420196cd7361d03ea4f3e9 bug: 10541453
* | Fix buildTadashi G. Takaoka2013-08-271-1/+1
| | | | | | | | Change-Id: I60a6ee4dff8203cd9a2ed8045df6a2d75e50c89d
* | Add _gb to Gingerbread resourcesTadashi G. Takaoka2013-08-271-1/+1
| | | | | | | | | | Bug: 10415342 Change-Id: Id8caf5a972fe72b577dbf50dcd2cf739b2d35a32
* | Remove unnecessary alpha attributes of SuggestionStripViewTadashi G. Takaoka2013-08-211-17/+5
| | | | | | | | Change-Id: I78701403d7bd21928c4b459bb336a565f386ebcc
* | Merge "Add empty key background type"Tadashi G. Takaoka2013-08-141-1/+2
|\ \
| * | Add empty key background typeTadashi G. Takaoka2013-08-141-1/+2
| |/ | | | | | | Change-Id: I9b07c58a9b70ae0228f87e1f066ca8cd959b4f03
* / Thin out audio and haptic feedback while key repeatTadashi G. Takaoka2013-08-141-1/+1
|/ | | | | Bug: 6522943 Change-Id: Id60f256ab0f8741578eda276116817fa48917325
* Remove key preview backing viewTadashi G. Takaoka2013-08-092-14/+3
| | | | | | This change re-origanizes view hierarchy of IME's input view. Change-Id: I9d0a07692d0f41de3345d207366393bcd5424f7e
* Remove processMotionEvent from MoreKeysKeyboardViewTadashi G. Takaoka2013-08-081-6/+2
| | | | Change-Id: I5373df4a7c82f964f99acf70325bba8702111a75
* Add MoreKeysPanel argument to Controller methodsTadashi G. Takaoka2013-07-251-3/+3
| | | | | Bug: 9334755 Change-Id: I5a7104f4c98982f11fb4e060fa83c21bfc360558
* Remove boolean return value of dismissing more keys panelTadashi G. Takaoka2013-07-251-11/+7
| | | | | Bug: 9334755 Change-Id: Ic29ab69cfbf9007e98fe67695f1854b4876eb976
* Move a couple classes to the utils packageKen Wakasa2013-07-191-2/+2
| | | | Change-Id: Ia14a2011d79bad7cd02697b9254705f6e2099442
* Move TypefaceUtils and ViewUtils to utils packageTadashi G. Takaoka2013-07-052-2/+2
| | | | Change-Id: Iccd47c27670248c43de9a539c1951111d7733111
* Reorganize Utils classTadashi G. Takaoka2013-07-052-4/+2
| | | | Change-Id: I7294d1547def5dcfcae9d1d53b277cb3cc9f2d18
* Fix the one-suggestion case.Jean Chalard2013-06-251-22/+36
| | | | | | | | | | | | When there is only one suggestion, this code does not work. The reason for that is, it's not homogeneous at all and takes indices of one thing into another. Not completely related to b/8839763, but realized working on this and needed to have it addressed. Bug: 8839763 Change-Id: I422730cc7eebb69ff421a171025af0390ebcdf92
* Move util classes to the latin/utils directoryKen Wakasa2013-06-243-4/+4
| | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* Fix punctuations stripTadashi G. Takaoka2013-06-212-5/+14
| | | | | Bug: 9508186 Change-Id: I8f0fbf4e0578cf9116d4c57e7e5747d38c89387e
* Expand suggestion strip when center suggestion is longTadashi G. Takaoka2013-06-031-1/+18
| | | | | Bug: 9059710 Change-Id: I7fa2658cc6442e86f69c991f1e99db6fb1ef909c
* Fix ArrayIndexOutOfBoundExceptionTadashi G. Takaoka2013-06-031-0/+3
| | | | Change-Id: I243fc4965365680615eed834efe9ae0240e7f2a8
* Refactor SuggestionStripLayoutHelper a bitTadashi G. Takaoka2013-05-313-120/+124
| | | | | Bug: 9059710 Change-Id: Ief12029bad75d4dc78090ab97555aece01b873de
* Cleanup unreadable variable namesTadashi G. Takaoka2013-05-302-114/+118
| | | | Change-Id: Ic97687c58e25e4b0c6833cc25d10854f5f513081
* Separate SuggestionStripLayoutHelper for readablityTadashi G. Takaoka2013-05-302-541/+570
| | | | Change-Id: I82c749c6837c3af7ae290f4cd92f5426ca58b5c7
* Refactor suggestion strip layout methods a bitTadashi G. Takaoka2013-05-281-65/+104
| | | | | Bug: 9059710 Change-Id: I8dc698c1d61ca51b65b232e6c586472588a4accb