aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace useless CharSequence to String•••Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991 Tadashi G. Takaoka2012-10-221-1/+1
* am 344a7fef: am 658e935b: am c0bc3369: Merge "Fix more suggestions text width...•••* commit '344a7fef5bd101e2d1c4278cc35de2862f28a456': Fix more suggestions text width calculation Tadashi G. Takaoka2012-10-161-1/+3
|\
| * Fix more suggestions text width calculation•••Bug: 7345983 Change-Id: Ic1554db98e7aaf032eb90a98c0c37c7c789461b5 Tadashi G. Takaoka2012-10-161-1/+3
* | Fix NPE observed only by monkey test•••Bug: 7258660 Change-Id: I286c704b32efeada8505d953438f2595166f7e8f Tadashi G. Takaoka2012-10-011-5/+4
|/
* Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e Tadashi G. Takaoka2012-09-271-4/+4
* Separate inner classes of keyboard package out under internal package•••Change-Id: Ia3969bd5ddec5aa5d81d05ad4cf676d818587922 Tadashi G. Takaoka2012-08-301-133/+139
* Rename SuggestionsView to SuggestionStripViewTadashi G. Takaoka2012-07-231-5/+5
* Set divider icon's alpha value on the fly•••Bug: 6183494 Change-Id: I61a0c7617648d9c52e5001b3479afa0ab4913adc Tadashi G. Takaoka2012-05-161-3/+5
* Refactor key drawing code in KeyboardView•••Change-Id: Ic7af05caee32eb6cba68d27ba4e2d9072472b34d Tadashi G. Takaoka2012-03-211-8/+3
* De-duplicate a method•••Change-Id: Ia1c80eeff00a55573bb311f07e1275da23bdcf98 Jean Chalard2012-03-151-12/+2
* Support dividers in MoreKeysKeyboard•••Bug: 6080806 Change-Id: Iacd78c6aab6abf948717d34da7489a79c41316d2 Tadashi G. Takaoka2012-03-021-2/+2
* Explicitly specify that labels might be in more keys•••Bug: 6080806 Bug: 6081427 Change-Id: I455a0210e65ea2a7774e0e0071cea5f4a99577bd Tadashi G. Takaoka2012-03-011-1/+1
* Get rid of Key.setIcon(Drawable)•••Change-Id: If6ebbdefcbfd0cc14c72858f9bb44861e8abe079 Tadashi G. Takaoka2012-02-031-4/+20
* Use String instaed of CharSequence in Key class•••Change-Id: Ia76a41daede402ed2a509e110ae97d6bb660c760 Tadashi G. Takaoka2012-01-251-1/+1
* Move KeyboardBuilder and KeyboardParams classes into Keyboard class•••This change also moves XmlParseUtils to com.android.inputmethod.latin package. Bug: 5778201 Change-Id: I7d9faa344460753ce178ad4048e0fadb65c75614 Tadashi G. Takaoka2011-12-181-4/+2
* Remove LatinKeyboard class•••Change-Id: I68c667b00dadf2ed9f1c62fb7da37d2cf499cd81 Tadashi G. Takaoka2011-12-181-1/+1
* Move KeyboardSwitcher.getKeyboard to KeyboardSet•••This change also gets rid of XML id from KeyboardId. Bug: 5002108 Bug: 5679585 Change-Id: I7086c7da3c01ba4ade7f77ee5cc731310da46404 Tadashi G. Takaoka2011-12-161-1/+1
* Add com.android.inputmethod.latin.suggestions package•••Change-Id: If4b823768ab9c073625da3034ecc8091be1df230 Tadashi G. Takaoka2011-12-161-0/+230