aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Reset saved caps lock sate when new keyboard is loadedTadashi G. Takaoka2011-12-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5722919 Change-Id: Id92632a0feffc3342d3c31e90c0da973c934f3c0
* | | | | am 6b7100fe: Don\'t execute pending onStartInputView if EditorInfos are ↵Tadashi G. Takaoka2011-12-073-18/+25
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | equivalent * commit '6b7100fecaaaf0e8e42c4d2ccebac165e89e79bf': Don't execute pending onStartInputView if EditorInfos are equivalent
| * | | | Don't execute pending onStartInputView if EditorInfos are equivalentTadashi G. Takaoka2011-12-073-18/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5722732 Bug: 5722867 Change-Id: I8347c258b286c3329f318d50adf205e78e49c722
* | | | | am 68d600a5: Merge "Remove internal toggleShift calls"Tadashi G. Takaoka2011-12-072-20/+17
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '68d600a5f66d5ba6a33c248a3b8825d65add9b9f': Remove internal toggleShift calls
| * | | | Merge "Remove internal toggleShift calls"Tadashi G. Takaoka2011-12-072-20/+17
| |\ \ \ \
| | * | | | Remove internal toggleShift callsTadashi G. Takaoka2011-12-072-20/+17
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | Bug: 5708602 Change-Id: Id1f76dbd40aaf9ed35d4598d902043675c3d74fc
* | | | | am 845d829d: Merge "Get rid of direct reference to KeyboardId from ↵Tadashi G. Takaoka2011-12-071-26/+24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KeyboardLayoutState" * commit '845d829d47aca3d03b6d7ac0f2d0ac97433cbabd': Get rid of direct reference to KeyboardId from KeyboardLayoutState
| * | | | Merge "Get rid of direct reference to KeyboardId from KeyboardLayoutState"Tadashi G. Takaoka2011-12-071-26/+24
| |\ \ \ \
| | * | | | Get rid of direct reference to KeyboardId from KeyboardLayoutStateTadashi G. Takaoka2011-12-071-26/+24
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KeyboardLayoutState.restore directly loads keyboard using private methods such as setAlphabetKeyboard and setShifted etc. instaed of calling public methods such as toggleCapsLock, onPressShift, and onReleaseShift. Bug: 5708602 Change-Id: I799f80f1d505ac7bdf17b92b189fc418994bfa2f
* | | | | am bc56e044: Reset keyboard state when loading keyboardTadashi G. Takaoka2011-12-072-0/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'bc56e0442586ecfcbd18cbdd138996b17ea79b6b': Reset keyboard state when loading keyboard
| * | | | Reset keyboard state when loading keyboardTadashi G. Takaoka2011-12-072-0/+8
| |/ / / | | | | | | | | | | | | | | | | Bug: 5627467 Change-Id: I709f97e47144d3270450adc7d8053038d0df57bc
* | | | am 55c0198e: am c960695f: Updated keyboard to use SPEAK_PASSWORD preference.Alan Viverette2011-12-062-2/+48
|\| | | | | | | | | | | | | | | | | | | * commit '55c0198eee18dfa4ec750d23fc589bced289d23c': Updated keyboard to use SPEAK_PASSWORD preference.
| * | | am c960695f: Updated keyboard to use SPEAK_PASSWORD preference.Alan Viverette2011-12-062-2/+48
| |\| | | | | | | | | | | | | | | | | | * commit 'c960695f38ae0564dff3a6897fd1843c8e74c604': Updated keyboard to use SPEAK_PASSWORD preference.
| | * | Updated keyboard to use SPEAK_PASSWORD preference.Alan Viverette2011-12-062-2/+48
| | | | | | | | | | | | | | | | | | | | Bug: 5678383 Change-Id: Ie9bdc92f4b2c9014159d672b71e4438f8fa34f55
* | | | am 37b1f961: Reconcile with ics-mr1-releaseThe Android Open Source Project2011-12-060-0/+0
|\| | | | | | | | | | | | | | | * commit '37b1f961b588950367046dedfc15bb360e0d94a1':
| * | | Reconcile with ics-mr1-releaseThe Android Open Source Project2011-12-060-0/+0
| |\ \ \ | | | |/ | | |/| | | | | Change-Id: I2d40f0b73dedef4517b76e22c25c5aa7dcd8c4e2
| | * | merge in ics-mr1-release history after reset to ics-mr1The Android Automerger2011-12-050-0/+0
| | |\ \ | | | |/ | | |/|
* | | | am e466583d: Fix caps lock key behaviorTadashi G. Takaoka2011-12-062-22/+11
|\| | | | | | | | | | | | | | | | | | | * commit 'e466583ddc68278ad708094f8ac521be504bf342': Fix caps lock key behavior
| * | | Fix caps lock key behaviorTadashi G. Takaoka2011-12-062-22/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the issue introduced by Idfe69978. Bug: 5708602 Change-Id: I4265822b7d33417b87b3e7e3f49250ac5d2ecdda
* | | | am 8a70e70c: Remove toggleSymbolsShift and rename toggleKeyboardModeTadashi G. Takaoka2011-12-062-42/+47
|\| | | | | | | | | | | | | | | | | | | * commit '8a70e70c849cc2c5553c6fd79891c22893fd761b': Remove toggleSymbolsShift and rename toggleKeyboardMode
| * | | Remove toggleSymbolsShift and rename toggleKeyboardModeTadashi G. Takaoka2011-12-062-42/+47
| | | | | | | | | | | | | | | | | | | | Bug: 5708602 Change-Id: Iadef3e862d00505d1d9f588d0d64445754d7b962
* | | | am 0da37085: Merge "Move KeyboardShiftState to KeyboardState"Tadashi G. Takaoka2011-12-064-117/+119
|\| | | | | | | | | | | | | | | | | | | * commit '0da37085401e77c633eaa0ec23cdf9985af2729c': Move KeyboardShiftState to KeyboardState
| * | | Merge "Move KeyboardShiftState to KeyboardState"Tadashi G. Takaoka2011-12-064-117/+119
| |\ \ \
| | * | | Move KeyboardShiftState to KeyboardStateTadashi G. Takaoka2011-12-064-117/+119
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5708602 Change-Id: Idfe69978972bb674e0f360ef5e324739e2652d25
* | | | | am c9f8cb61: Merge "Refactor reflection member"satok2011-12-051-7/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'c9f8cb614e58c0f6ead9b8629c34dd534bce32f7': Refactor reflection member
| * | | | Merge "Refactor reflection member"satok2011-12-051-7/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Refactor reflection membersatok2011-12-061-7/+7
| | | | | | | | | | | | | | | | | | | | Change-Id: I112dbf851e10dae9e4291cf440f01b28d51180f4
* | | | | am 4f7f6173: Make Keyboard.setShifted return voidTadashi G. Takaoka2011-12-055-25/+15
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '4f7f61730cbd45871c1e9044da84b494831f97c3': Make Keyboard.setShifted return void
| * | | | Make Keyboard.setShifted return voidTadashi G. Takaoka2011-12-065-25/+15
| |/ / / | | | | | | | | | | | | | | | | Bug: 5708602 Change-Id: If8150f62fbab864344f59853850ff3213c27940e
* | | | am ec52fb6d: Merge "Minor refactoring of Keyboard"Tadashi G. Takaoka2011-12-054-29/+18
|\| | | | | | | | | | | | | | | | | | | * commit 'ec52fb6dbb0794d9872bb3e83ea166c6996acf4e': Minor refactoring of Keyboard
| * | | Merge "Minor refactoring of Keyboard"Tadashi G. Takaoka2011-12-054-29/+18
| |\ \ \
| | * | | Minor refactoring of KeyboardTadashi G. Takaoka2011-12-054-29/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove isAlphaKeyboard(). * Remove isPhoneKeyboard(). * Remove getKeyboardShiftState(). Bug: 5708602 Change-Id: I8bf5009bf499ecb0501d1379f72e43406080062a
* | | | | am a3cf232a: am e5db3871: Fix a field value for the suggestion max size Bug: ↵satok2011-12-051-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5574747 * commit 'a3cf232a2a144276509b04bc4b5212f4b8915414': Fix a field value for the suggestion max size Bug: 5574747
| * | | | am e5db3871: Fix a field value for the suggestion max size Bug: 5574747satok2011-12-051-3/+3
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | * commit 'e5db3871b1269703e5ef360090fb35f50ae57ed4': Fix a field value for the suggestion max size Bug: 5574747
| | * | | Fix a field value for the suggestion max sizesatok2011-12-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5574747 This bug was introduced by I5e40edf6f790c078c4a05d Change-Id: I5b0f51e1f5e8a12d786657167082bc604089505e
* | | | | am f7fa231b: Merge "Add support for Russian spell checking."Jean Chalard2011-12-052-18/+69
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'f7fa231b7ab5ba8bd495a68b6145f14f6e2480c3': Add support for Russian spell checking.
| * | | | Merge "Add support for Russian spell checking."Jean Chalard2011-12-052-18/+69
| |\ \ \ \
| | * | | | Add support for Russian spell checking.Jean Chalard2011-12-052-18/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this is not enough: we still need to create a reasonable proximity table for Cyrillic characters, or we won't be able to show up suggestions. Bug: 5701241 Change-Id: Idb141f7a230a6e1a46094308c26f43c01ab3b97a
* | | | | | am 6ddb0743: Merge setManualTemporaryUpperCase and ↵Tadashi G. Takaoka2011-12-051-18/+19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setAutomaticTemporaryUpperCase * commit '6ddb07433fc8ed8675f0996a48790a05a97b61f0': Merge setManualTemporaryUpperCase and setAutomaticTemporaryUpperCase
| * | | | | Merge setManualTemporaryUpperCase and setAutomaticTemporaryUpperCaseTadashi G. Takaoka2011-12-051-18/+19
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | Bug: 5708602 Change-Id: I6a0b5f0dcccbb6331a271cd61a48c474a7800289
* | | | | am 46831d5a: Renaming KeyboardSwitcher.getPointerCount to isSinglePointerTadashi G. Takaoka2011-12-053-41/+49
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '46831d5a4b135e5c21f2212d1d8aef09806800ed': Renaming KeyboardSwitcher.getPointerCount to isSinglePointer
| * | | | Renaming KeyboardSwitcher.getPointerCount to isSinglePointerTadashi G. Takaoka2011-12-053-41/+49
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5708602 Change-Id: If44ed4449a3ea79228e25e2ab2c8c8fe82a93a2b
* | | | | am 4a292acc: Make ModifierKeySatate and ShiftKeyState non-public classTadashi G. Takaoka2011-12-043-4/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '4a292acc6fc95f91fd9d16c37d4bedc514105b8c': Make ModifierKeySatate and ShiftKeyState non-public class
| * | | | Make ModifierKeySatate and ShiftKeyState non-public classTadashi G. Takaoka2011-12-053-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5708602 Change-Id: I149c2dab26774686e5c578bbf780081e9fb30e7c
* | | | | am b88c9acd: Add KeyboardState to host shift and symbol key statesTadashi G. Takaoka2011-12-042-60/+180
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'b88c9acd88348c160e3d114593660bfd362bee29': Add KeyboardState to host shift and symbol key states
| * | | | Add KeyboardState to host shift and symbol key statesTadashi G. Takaoka2011-12-052-60/+180
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The KeyboardState will conatin all logic of keyboard state when series of refactoring are achieved. And the KeyboardState should not be entangled with other objcets such as Keyboard and KeyboardSwitcher in order to keep it easily testable. Bug: 5708602 Change-Id: I288bc169c47e1b4de27fe78854baadbcc85c5d23
* | | | am c410e243: Ignore releasing shift key caused by long pressTadashi G. Takaoka2011-12-041-2/+2
|\| | | | | | | | | | | | | | | | | | | * commit 'c410e243e983e95413dc2fc855a25fc0ede4bf3c': Ignore releasing shift key caused by long press
| * | | Ignore releasing shift key caused by long pressTadashi G. Takaoka2011-12-051-2/+2
| | | | | | | | | | | | | | | | | | | | Bug: 5694715 Change-Id: If7b84f547f5701e84d740f186d284273565b7eba
* | | | am 1acce421: Reconcile with ics-mr1-releaseThe Android Open Source Project2011-12-020-0/+0
|\| | | | | | | | | | | | | | | * commit '1acce4219d3e8e2607bfddd171ddeb0c11201ae4':
| * | | Reconcile with ics-mr1-releaseThe Android Open Source Project2011-12-020-0/+0
| |\ \ \ | | | |/ | | |/| | | | | Change-Id: I3086a5158ff4ee2cbea7395e4187349dcd91d02a