aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* resolved conflicts for merge of d48d6fee to master•••Change-Id: I21141956135debe737453dba87617671b1716d0a Ken Wakasa2012-12-151-1/+1
|\
| * Use the amended user dictionary word for insertion•••When the user edits a word before adding it to the user dictionary, the keyboard should replace whatever was committed before with the amended version. Bug: 7725834 Change-Id: I1a417be6c5a86d6a96bc2c76aca314ad8f1202a9 Jean Chalard2012-12-141-1/+1
* | Refactor more keys menu framework (part 3)•••Make it possible to re-enter gesture input even after triggering the long-press menu. This is useful for new users who may pause at the start of a word. Works for both single and bi-manual gestures. Bug: 7595193 Change-Id: Ieaecfd5385ed6c10ae9347b99c2e35a0de5e895d Tom Ouyang2012-12-131-0/+5
* | Refactor more keys menu framework (part 2)•••- Integrate pointer tracking between more keys menu, more suggestions menu, and main keyboard. - Adds multi-touch support for more keys menus. Long press with one finger and select keys with another finger. Bug: 7508007 Change-Id: I394f28cd79e342d6bcfea573af72aa33b9def00f Tom Ouyang2012-12-131-4/+1
* | Remove unused suggestion preview stuffs•••Change-Id: Ida5668f4eba1783d96e02001a64ae713f98176b7 Tadashi G. Takaoka2012-12-071-47/+0
* | Refactor more keys menu framework (part 1)•••Eliminate use of slower popup window for rendering the more keys menu and more suggestions menu. These menus are now drawn directly on the preview placer view. Change-Id: I40638724a6ffde2be4b5d0341d2a5db7ff7be930 Tom Ouyang2012-12-071-27/+12
* | Replace useless CharSequence to String•••Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991 Tadashi G. Takaoka2012-10-221-9/+9
* | Suggestion strip will honor haptic feedback settings of keyboard•••Bug: 7313372 Change-Id: I427da8de68be3d2a78e810556340b96ab4edcc2d Tadashi G. Takaoka2012-10-171-0/+2
* | Add SuggestedWords.isEmpty() method•••Change-Id: I0fcb104a6a81aee4b99f5ee848eba7495630dc7d Tadashi G. Takaoka2012-10-031-3/+0
* | Add final modifier to the classes under suggestions sub-package•••Change-Id: I19fc8eaac1aebef9cf4deb004e78484ff9a1e7ca Tadashi G. Takaoka2012-10-031-41/+47
* | Fix NPE observed only by monkey test•••Bug: 7258660 Change-Id: I286c704b32efeada8505d953438f2595166f7e8f Tadashi G. Takaoka2012-10-011-28/+31
|/
* Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e Tadashi G. Takaoka2012-09-271-3/+3
* Revert "Revert "Move resource related methods to ResourceUtils""•••This reverts commit bfc02a7005ab9a2950cbe09a13a88e4edcbb051e. Change-Id: Ife4c0312ea3260211b1b5ee39b239e8e9d7db67e Depends: I3d862515568be36d5aa80d12e7e5c0a9bf4d06a6 Tadashi G. Takaoka2012-08-291-11/+8
* Revert "Move resource related methods to ResourceUtils"•••This reverts commit 160dc0f98e513819a6ebf11a2d65cdc851389344 Change-Id: Ic5a3d9c70b8f6f2993d8455799945ec2633cad66 Ken Wakasa2012-08-291-8/+11
* Move resource related methods to ResourceUtils•••Change-Id: I14535b030e58363315dd2daecaaef4edd6990cd9 Tadashi G. Takaoka2012-08-291-11/+8
* Use TypedArray.getFraction to read percentile values in resource•••Change-Id: Ifc8b024d190efba4cd536fd639621e841eb9970e Tadashi G. Takaoka2012-08-281-22/+16
* Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89 Tadashi G. Takaoka2012-08-221-4/+5
* Remove touch coordinate from pickSuggestionManually•••Change-Id: I33b1b4bc6fdfd263c4b2bb7125c07b4bddcf3c9f Tadashi G. Takaoka2012-08-211-5/+3
* Rename SuggestionsView to SuggestionStripViewTadashi G. Takaoka2012-07-231-0/+887