aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/MoreSuggestionsView.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Preventing infinite call of dismissMoreKeysPanel•••Bug: 5514583 Change-Id: Idf8dd1ebba0afdb768e538c2626b60770421d4be Tadashi G. Takaoka2011-10-261-4/+8
* Handle back key and outside touch correctly in more suggestions window•••Bug: 5385284 Change-Id: Ic0517182d294c79e37c88f1ef30cb4d2917b2800 Tadashi G. Takaoka2011-09-291-18/+0
* The back button key event is delivered correctly•••Bug: 5275063 Change-Id: I439ce18665e40dc8b2e40e923e5cabfcae7c81cf Tadashi G. Takaoka2011-09-201-9/+1
* Linger the "more suggestions" when the user is sliding the touch point•••Bug: 5299024 Change-Id: I00b5e59ba480cbf057bdd69d1357d2c477be90f7 Tadashi G. Takaoka2011-09-131-3/+6
* Merge "Cancel more suggestions when its outside is touched"Tadashi G. Takaoka2011-09-091-0/+24
|\
| * Cancel more suggestions when its outside is touched•••Bug: 5241105 Change-Id: Ic28afaf998dabd3c5529286a3e60400d733d3d82 Tadashi G. Takaoka2011-09-091-0/+24
* | Fix potential ArrayIndexOutOfBoundsException•••Change-Id: I5dad81fb274cbbcf2c4f106825eecf8e4903461c Tadashi G. Takaoka2011-09-091-1/+4
|/
* More suggestions view can be modal•••Bug: 5241105 Change-Id: Ib430ee129b9f3cad0bdb1ae083b1068c51a5f2ea Tadashi G. Takaoka2011-09-061-7/+46
* Rename suggestionsPaneViewStyle to moreSuggestionsViewStyle•••Change-Id: I30873ad870c728e28a044baf9946b4461ab03575 Tadashi G. Takaoka2011-09-051-1/+1
* Squash MiniKeyboardKeyDetector and SuggestionsPaneKeyDetector into one•••Bug: 5241105 Change-Id: I4c310373fb8b2426fb46205fa17a49a8346f8244 Tadashi G. Takaoka2011-09-021-49/+2
* Implement popup suggestions pane•••Bug: 5023981 Change-Id: Ie1d69131dbf884a3f6a2beb3ac3427e5437c1486 Tadashi G. Takaoka2011-08-311-0/+237