aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripLayoutHelper.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge "Revert "Remove key preview backing view""Ken Wakasa2013-08-301-1/+12
|\
| * Revert "Remove key preview backing view"•••This reverts commit 2dfcfc5013eee2fbd19a5830ff70943bd6c1bee2. Change-Id: I96c691b2e9c92be456420196cd7361d03ea4f3e9 bug: 10541453 Ken Wakasa2013-08-301-1/+12
* | Fix build•••Change-Id: I60a6ee4dff8203cd9a2ed8045df6a2d75e50c89d Tadashi G. Takaoka2013-08-271-1/+1
* | Remove unnecessary alpha attributes of SuggestionStripView•••Change-Id: I78701403d7bd21928c4b459bb336a565f386ebcc Tadashi G. Takaoka2013-08-211-17/+5
|/
* Remove key preview backing view•••This change re-origanizes view hierarchy of IME's input view. Change-Id: I9d0a07692d0f41de3345d207366393bcd5424f7e Tadashi G. Takaoka2013-08-091-12/+1
* Move a couple classes to the utils package•••Change-Id: Ia14a2011d79bad7cd02697b9254705f6e2099442 Ken Wakasa2013-07-191-2/+2
* Move TypefaceUtils and ViewUtils to utils package•••Change-Id: Iccd47c27670248c43de9a539c1951111d7733111 Tadashi G. Takaoka2013-07-051-1/+1
* Reorganize Utils class•••Change-Id: I7294d1547def5dcfcae9d1d53b277cb3cc9f2d18 Tadashi G. Takaoka2013-07-051-2/+1
* Fix the one-suggestion case.•••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 Jean Chalard2013-06-251-22/+36
* Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa Ken Wakasa2013-06-241-2/+2
* Fix punctuations strip•••Bug: 9508186 Change-Id: I8f0fbf4e0578cf9116d4c57e7e5747d38c89387e Tadashi G. Takaoka2013-06-211-4/+10
* Expand suggestion strip when center suggestion is long•••Bug: 9059710 Change-Id: I7fa2658cc6442e86f69c991f1e99db6fb1ef909c Tadashi G. Takaoka2013-06-031-1/+18
* Fix ArrayIndexOutOfBoundException•••Change-Id: I243fc4965365680615eed834efe9ae0240e7f2a8 Tadashi G. Takaoka2013-06-031-0/+3
* Refactor SuggestionStripLayoutHelper a bit•••Bug: 9059710 Change-Id: Ief12029bad75d4dc78090ab97555aece01b873de Tadashi G. Takaoka2013-05-311-62/+67
* Cleanup unreadable variable names•••Change-Id: Ic97687c58e25e4b0c6833cc25d10854f5f513081 Tadashi G. Takaoka2013-05-301-103/+105
* Separate SuggestionStripLayoutHelper for readablity•••Change-Id: I82c749c6837c3af7ae290f4cd92f5426ca58b5c7 Tadashi G. Takaoka2013-05-301-0/+554