summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/KeyboardSwitcher.java
Commit message (Expand)AuthorAgeFilesLines
* Refactor LatinKeyboard and LatinKeyTadashi G. Takaoka2010-12-021-644/+0
* Move some inner static class to top class in new packageTadashi G. Takaoka2010-12-021-134/+13
* Load keyboard only when subtype is keyboard modeTadashi G. Takaoka2010-12-011-8/+15
* Cleanup unused Java importTadashi G. Takaoka2010-11-291-1/+0
* Preload SharedPreferences at start.Ken Wakasa2010-11-261-5/+4
* Update tablet keyboard layout to the latest designTadashi G. Takaoka2010-11-251-0/+2
* Call showInputMethodPicker instead of showInputMethodSubtypePickersatok2010-11-251-1/+4
* Fix a bug at showing warning dialog at the first time when IME is trigerred i...satok2010-11-241-0/+1
* Support dedicated number/date keyboard layoutTadashi G. Takaoka2010-11-241-8/+21
* Support imeOptions condition in <case>Tadashi G. Takaoka2010-11-231-2/+4
* Support colorScheme <case/> condition in Keyboard XMLTadashi G. Takaoka2010-11-231-56/+28
* Fix odd "more" key behavior on tablet phone number keyboardTadashi G. Takaoka2010-11-231-2/+11
* Fix caps lock release in non-distinct multi touch deviceTadashi G. Takaoka2010-11-221-2/+17
* Make F1 and Symbol keys static in XML fileTadashi G. Takaoka2010-11-211-20/+22
* Perform editor action IME_ACTION_NEXT/PREVIOUS by tab keyTadashi G. Takaoka2010-11-191-6/+19
* Fix automatic temporary upper case mode behaviourTadashi G. Takaoka2010-11-191-4/+4
* Cleanup drawable-xlarge resources into drawable-mdpiTadashi G. Takaoka2010-11-191-3/+9
* Implement both automatic and manual temporary upper casesTadashi G. Takaoka2010-11-181-43/+107
* Move functions in LatinKeyboard related to LanguageSwitcher to SubtypeSwitchersatok2010-11-181-1/+0
* Move functions related to LanguageSwitcher to LatinIMESubtypeSwitchersatok2010-11-181-16/+24
* Refactor KeyboardSwitcher and LatinIMETadashi G. Takaoka2010-11-161-50/+116
* Refactor shift key state into KeyboardSwitcherTadashi G. Takaoka2010-11-161-1/+27
* Refactor symbol key state into KeyboardSwitcherTadashi G. Takaoka2010-11-161-0/+18
* Get rid of the reference to LatinKeyboard from LatinIMETadashi G. Takaoka2010-11-131-3/+33
* Keyboard XML supports switch-case-default tags to select rows and keysTadashi G. Takaoka2010-11-121-116/+46
* Rename KeyboardSwitcher.setKeyboardMode to loadKeyboardTadashi G. Takaoka2010-11-111-130/+147
* Refactor KeyboardSwitch.KeyboardId classTadashi G. Takaoka2010-11-101-86/+89
* Refactor to remove KeyboardSwitcher.setVoiceModeTadashi G. Takaoka2010-11-101-31/+27
* Refactor calling KeyboardSwitcher.setKeyboardModeTadashi G. Takaoka2010-11-081-2/+2
* Make sure there are no modes with settings key on tablet.Ken Wakasa2010-11-021-14/+16
* Follow-up change to revise Caps Lock sequence.Ken Wakasa2010-10-261-8/+7
* Remove LatinKeyboardBaseView.isShifted() and setShifted() for refactoringKen Wakasa2010-10-251-1/+4
* Make "show settings key option" dependent to device configurationTadashi G. Takaoka2010-10-221-6/+9
* Manual merge of the following Gingerbread changes logicallyKen Wakasa2010-10-201-71/+92
* Make sure to set symbol keyboard shiftedTadashi G. Takaoka2010-10-091-6/+13
* Fix issue space key preview remains on screen and would not dismissTadashi G. Takaoka2010-09-221-27/+17
* Add a new preference item to show/hide the settings key.Ken Wakasa2010-09-161-20/+86
* Keep Keyboard in cache through SoftReferenceTadashi G. Takaoka2010-09-091-16/+21
* Fix ALT key light behaviorTadashi G. Takaoka2010-09-061-11/+14
* Support multi-touch only when device has distinct multi-touch panelTadashi G. Takaoka2010-09-061-0/+4
* Change symbol on space bar when autocompletion is activatedsatok2010-09-031-5/+14
* Change the preference name for a theme and remove a preference settingssatok2010-09-021-1/+1
* Add a new theme for Gingerbreadsatok2010-09-011-3/+3
* Add settings buttonsatok2010-08-311-16/+1
* Remove extension keyboardTadashi G. Takaoka2010-08-301-9/+0
* Clean up LatinIME javasatok2010-08-241-1/+0
* Fix an NPE found in KeyboardSwitcher.isAlphabetMode()Ken Wakasa2010-08-201-0/+3
* DO NOT MERGE. Backport LatinIME from master to Gingerbreadsatok2010-08-201-48/+172
* Clarify licensingJean-Baptiste Queru2010-04-051-1/+1
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-091-0/+351