aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/keyboard/internal/KeyboardRow.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix NPE by disabling key preview popup of Emoji palette•••Bug: 15579928 Change-Id: I6bcf885f2c1aa37b337a85978409ccf41e459c2a Tadashi G. Takaoka2014-06-131-0/+1
* Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef Tadashi G. Takaoka2014-05-241-2/+1
* Save and restore Row attributes using stack•••Change-Id: I5cb402060946a711384ee53fa1caaeac86aa10cc Tadashi G. Takaoka2013-08-191-34/+66
* Keyboard.Row can have keyLabelFlags attribute•••Change-Id: I5af1f1d88153068d7be6e496e6dd77bd5b09a894 Tadashi G. Takaoka2013-08-191-2/+1
* Make all KeyboardRow attributes private•••Change-Id: Ifaca6ad5e642964d8c3a77a96a1cd74f363ee996 Tadashi G. Takaoka2013-08-191-2/+6
* Fix cosmetic source code formatting•••Change-Id: I33c14a20bc55b826082e468c0aecfa026ba5d9f3 Tadashi G. Takaoka2013-08-151-15/+17
* Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa Ken Wakasa2013-06-241-1/+1
* Add keyboardLetfPadding and keyboardRightPadding attributes•••This change splits keyboardHorizontalEdgesPadding attributes of Keyboard into two attributes. Change-Id: Iefdb358783b81af4027e8d9e991db36a6c429cf1 Tadashi G. Takaoka2013-01-301-5/+3
* Remove "dimension|fraction" format from Key and Keyboard attributes•••Change-Id: Ieec8b7f5ccdf2a57bcc539dcb5313b6353f926d7 Tadashi G. Takaoka2013-01-301-10/+8
* Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086 Tadashi G. Takaoka2013-01-211-8/+8
* Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e Tadashi G. Takaoka2012-09-271-1/+1
* Separate inner classes of keyboard package out under internal package•••Change-Id: Ia3969bd5ddec5aa5d81d05ad4cf676d818587922 Tadashi G. Takaoka2012-08-301-0/+154