aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/BaseKeyboardView.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add keyLabelAlign attribute to Keyboard XMLTadashi G. Takaoka2010-11-201-15/+56
| | | | | Bug: 3216592 Change-Id: I88f8055199f2cd0525faf9374114fbebba53b951
* Implement both automatic and manual temporary upper casesTadashi G. Takaoka2010-11-181-5/+5
| | | | | | | | | | | | | | With this change, - Shift and Shift lock state of keyboard is maintained by LatinKeyboard.ShiftState. - Shift key state is maintained by ShiftKeyState object in KeyboardSwitcher. - LatinIME informs KeyboardSwitcher that shift key press, release and long press and KeyboardSwitcher determines which state LatinKeyboard and ShiftLeyState should be. Bug: 3193390 Change-Id: I948ef26fda512eb1cb0ebddc89d322c4f4f4d670
* Hide space bar preview when space bar switcher is disabled.satok2010-11-181-3/+4
| | | | Change-Id: I469197a4b3f55335eaee104177f0970cc904bb34
* Move functions in LatinKeyboard related to LanguageSwitcher to SubtypeSwitchersatok2010-11-181-1/+1
| | | | Change-Id: I777db896bd0287931ce7c810b080ccee1121d34e
* Move functions related to LanguageSwitcher to LatinIMESubtypeSwitchersatok2010-11-181-5/+2
| | | | Change-Id: I5fa306cf311063ff96b6d45faaca2ffe84cddbf9
* Implement temporary upper case hint iconTadashi G. Takaoka2010-11-161-12/+6
| | | | | | | | | | | | This change partially implements the requested feature. The following are not supported yet. - Non-letter key handling on automatic temporary upper case layout. - Non-letter key handling on shift chording in caps lock layout. - Hint icons for manual temporary upper case layout are not final ones. Bug: 3193390 Change-Id: I636da99d1be05b1337935d87c6f4d140661e1cc8
* Should cancel both normal and shift long press timersTadashi G. Takaoka2010-11-101-9/+5
| | | | | | Bug: 3132881 Change-Id: Ib89e2efa4e68e7d57ac1123df2ec6241f1b902d1
* Using distance to the edge of key as proximity detectionTadashi G. Takaoka2010-11-061-18/+34
| | | | | | | | | | | | | | | Because there may be very long key, such as space bar on tablet, we should not use the distance between the touch point and the center of key as proximity detection. Instead of that, this change uses the distance between the point and the nearest edge of key as proximity detection. Also this change fixes the bug that space key (code 32) was not counted in proximity detection. Bug: 3164020 Bug: 3168138 Change-Id: I687f1ce94a8e944c3f6eea0fe00e18ed6e68e278
* Rename LatinKeyboardBaseView class to KeyboardBaseViewTadashi Takaoka2010-11-051-0/+1480
Change-Id: I496ecbfa7d398583d01f821398f49f75d17311d8