summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/KeyStyles.java
Commit message (Collapse)AuthorAgeFilesLines
* Move keyboard related internal class to separate packageTadashi G. Takaoka2011-06-221-259/+0
| | | | Change-Id: Ic1459066b865cde5104b3734193f76c997959c68
* Add Key.keyHintLabel and remove Key.keyHintIconTadashi G. Takaoka2011-06-161-1/+1
| | | | | | | | | This change also removes manualTemporaryUpperCaseCode and manualTemporaryUpperCaseHintIcon. Instead of these keyLabelOption now has hasUppercaseLetter flag value. Bug: 4436327 Change-Id: I88fdac1e888a7123735296f5ef45f5fdd565cd2e
* Fix copyright author from Google to AOSPTadashi G. Takaoka2011-05-201-1/+1
| | | | Change-Id: Iaceedc783181e43af6dd48ece218a42eace66532
* Simplify the Key's on state transitionTadashi G. Takaoka2011-04-071-1/+1
| | | | | | | | | | | Because handling shift locked state of alphabet keyboard is done by KeyboardSwitcher, there is no need to change the "on" state of Key when releasing the key. On the other hand, symbol and symbol shifted keyboard has fixed "on" state "ALT/MORE" key. This change also renames the attribute "isModifier" to "isFunctional". Change-Id: I082885bd2376ae26bdfc378c14add2b5d6be1d4e
* Read "enabled" attribute of Key from <key-style>Tadashi G. Takaoka2011-02-201-0/+1
| | | | | | | This is follow up change of I1ea82d9f. Bug: 3384942 Change-Id: If96eda69fe81edbfc1b243a6fa9f8eb6bbf4c12d
* Remove multi-tap featureTadashi G. Takaoka2010-12-201-53/+1
| | | | Change-Id: Ife44b3f9d420d77d2cfb51044a8356f02ed63e8b
* Add popupKeyboardTemplate attribute to KeyboardTadashi G. Takaoka2010-12-171-41/+104
| | | | | | | | | | | | | | This change - introduces the popupKeyboardTemplate attribute of Keyboard to specify XML Keyboard file for popup mini keyboard. - introduces the maxPopupKeyboardColumn attribute of Keyboard to specify the maximum column of popup mini keyboard. - changes the content format of the popupCharacters attribute of Key. It now represents keyLabel, codes and keyTextOutput of each key of popup mini keyboard using CSV format. Bug: 2214959 Change-Id: I539e310f7e38a049ee193de0b4ad5d7afdce37b1
* Remove Tutorial class and unused debug featureTadashi G. Takaoka2010-12-101-0/+1
| | | | | | | This change also cleanups compiler warnings. Bug: 2897373 Change-Id: If972cf45c1eb40436adbddbf71969e5409f4c9c5
* Move some inner static class to top class in new packageTadashi G. Takaoka2010-12-021-0/+246
This change introduces new package com.android.inputmethod.keyboard which hosts keyboard related classes. Also adds missing @Override and @SuppressWarning("unused") annotation Change-Id: I0317f5cfa317e13f3c77815f48ffc69b5d1ade05