aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/SuggestionsView.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the system-wide interface to add a word.•••Bug: 5306641 Change-Id: Ic87e5bc3a5f1f03c57d48f2d92c28e0aba06847d Jean Chalard2011-12-071-27/+1
* Display "Touch again to save" in the keyboard locale•••bug: 524239 Change-Id: I227c193ba149f9296f8b1cf40aa3d9cf4e6ae2ab Ken Wakasa2011-10-281-7/+5
* Remove eventTime argument from PointerTracker.onShowMoreKeysPanel•••Change-Id: Idbcd6e3047c6c0c407e3b347cf9f65951d43a312 Tadashi G. Takaoka2011-10-261-3/+1
* Update suggestions strip divider•••Bug: 5142447 Change-Id: I275a304e46456e3b80968fb5de330a3b04bd2035 Tadashi G. Takaoka2011-10-191-2/+9
* Fix the safety net•••Bug: 5453150 Change-Id: I5990feb2622738988bf29843c6bcdb9cbf8bbf33 satok2011-10-131-0/+6
* Put SuggestionSpan as the indicater of the auto-correction•••Bug: 5245468 Change-Id: Ia5609e1b3c69f5553e3632fbce60a55665a5b185 satok2011-10-101-7/+3
* Handle back key and outside touch correctly in more suggestions window•••Bug: 5385284 Change-Id: Ic0517182d294c79e37c88f1ef30cb4d2917b2800 Tadashi G. Takaoka2011-09-291-21/+16
* Fix onDeatchedFromWindow to protected•••Change-Id: Ief666554ffd405a43363e66ea2bc2d87aa76a882 Tadashi G. Takaoka2011-09-271-1/+1
* Partially revert I0fa5eefc•••bug: 5344295 Change-Id: Idb10e37862773a62ff60afe874844e8968a58b5d Ken Wakasa2011-09-241-1/+1
* Merge "Revert "Use "..." instead of "\u2026"""Fabrice Di Meglio2011-09-231-2/+2
|\
| * Revert "Use "..." instead of "\u2026""•••This reverts commit 8673ceb066ed0dacaff79ac296adf8aae9814a16 The Roboto Font is having the real ellipsis backFabrice Di Meglio2011-09-231-2/+2
* | Merge "Remove "autoCorrectInvert" feature from SuggestionsView"Tadashi G. Takaoka2011-09-201-58/+3
|\ \ | |/ |/|
| * Remove "autoCorrectInvert" feature from SuggestionsView•••Bug: 5162005 Change-Id: Iec679f5f05f28cd7e8013d7350ea03372f1cd7b2 Tadashi G. Takaoka2011-09-211-58/+3
* | Use "..." instead of "\u2026"•••Because "TRHEE DOT LEADER" glyph of Roboto font is broken, we decide to use "..." instead. Bug: 5344295 Change-Id: I0fa5eefc00baf80747ff5215c018619a7e15a58e Tadashi G. Takaoka2011-09-211-2/+2
|/
* Sliding suggestions strip starts showing more suggestions•••Bug: 5301019 Change-Id: I87daa9e472f9e93a6da9de754376b7fa4740171a Tadashi G. Takaoka2011-09-211-1/+25
* The back button key event is delivered correctly•••Bug: 5275063 Change-Id: I439ce18665e40dc8b2e40e923e5cabfcae7c81cf Tadashi G. Takaoka2011-09-201-7/+28
* Draw more suggestions hint using text font•••Bug: 5287964 Change-Id: I692b5303268c7b5115853177c956e147312c582d Tadashi G. Takaoka2011-09-161-1/+26
* Merge "Dismiss the more suggestions when the user is sliding down the touch p...Tadashi G. Takaoka2011-09-121-5/+4
|\
| * Dismiss the more suggestions when the user is sliding down the touch point•••Bug: 5299142 Change-Id: I466ff41948bbb49fb6874817ecfd94d338238d19 Tadashi G. Takaoka2011-09-131-5/+4
* | Update suggestions strip text color•••Bug: 5287964 Change-Id: Ic40bb656873f41bb6d65427f02399464e831aab2 Tadashi G. Takaoka2011-09-131-7/+23
|/
* Back button to dismiss the more suggestions•••Bug: 5275063 Change-Id: If31e9a25d827f44c8d4ff455a780ec2a6d2d9bef Tadashi G. Takaoka2011-09-091-0/+4
* Get rid of the double quote from the suggestion strip•••bug: 5271209 Change-Id: I1823eaac07e184092bdf2a5d607fa08ff680fca5 Ken Wakasa2011-09-081-1/+1
* More suggestions view can be modal•••Bug: 5241105 Change-Id: Ib430ee129b9f3cad0bdb1ae083b1068c51a5f2ea Tadashi G. Takaoka2011-09-061-6/+33
* Add gap between suggestions strip and more suggestions•••Bug: 5260292 Change-Id: Iba792ebe0767f5117f259bcb73ac0bff778b166e Tadashi G. Takaoka2011-09-061-1/+4
* More processTouchEvent from LatinKeyboardView to PointerTracker•••Bug: 5241105 Change-Id: I8a5d15f43e2c9f294e78127eda68b0f85da5ad15 Tadashi G. Takaoka2011-09-061-19/+9
* Introduce maxMoreSuggestionsRow and minMoreSuggetionsWidth attributes to Sugg...•••Bug: 5257594 Change-Id: Id52c841b72e38eb9034a1a7f26bcf3d4d81ad216 Tadashi G. Takaoka2011-09-051-5/+16
* Get rid of LinearLayoutCompatUtils•••Change-Id: If0f63eaeb4539c0e03ef20190d2f9211a176babc Tadashi G. Takaoka2011-09-051-19/+7
* Squash SuggestionsStripParams into SuggestionsViewParams•••Bug: 5246982 Change-Id: Idc2563cb0175aabc4282f9fd45eefaa129ed4961 Tadashi G. Takaoka2011-09-021-42/+34
* Dim keyboard when more suggestions are shown•••Bug: 5241009 Change-Id: Ia42bcfc34dddf93d35f9cea8a4f0efead6ce3a6a Tadashi G. Takaoka2011-09-011-11/+17
* Rename CandidateView to SuggestionsView•••Change-Id: I6480cdf025f065130e1969899b259a243e7a11be Tadashi G. Takaoka2011-09-011-0/+819