aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/ModifierKeyState.java (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-13Follow up change of If9472a2a•••This change is follow up of If9472a2acb029e56790dc4d19ab62e608c970175 Change-Id: I0a474a130f49e2acccbb5a164bdf2984a5bd9042 Tadashi G. Takaoka1-4/+3
2010-10-12Add text variation keyboard layout•••Change-Id: I4c6df8197b734feb998da78478a4d9a41f6d92b2 Tadashi G. Takaoka3-17/+666
2010-10-10Fix merge that should have been manually merged•••master was still using the deleted constants in different places and Java 6 didn't like the imports. Change-Id: If9472a2acb029e56790dc4d19ab62e608c970175 Kenny Root1-2/+1
2010-10-11Tweak key width for 'o'-popup chars.•••We'll merge this to master for now, but we should have new attr (such as popupCharWidth) to handle this reasonably in the newly created BaseKeyboard class. bug: 3082178 Change-Id: I024b946aafbbeb07b865a09f489dacb56f0478d0 Ken Wakasa4-8/+45
2010-10-11Fix - "Touch again to save" not working for manually picked suggestion when r...•••bug: 3082806 Change-Id: I64e652b0ad1d496e102a7cc2cf9a5615df423192 Ken Wakasa1-2/+5
2010-10-09Make keyboard vertical correction configurable•••cherry-pick: I72c2448894a1084c582c2f1fb942b5fa8353f028 Before this change, the verticalCorrection value was defined by "dpi" that is relative to device screen. This change defines the verticalCorrection by absolute unit "in". Bug: 3066107 Change-Id: If71419dcfc18be3e5e87afea078fa15d3c31d908 Tadashi G. Takaoka2-2/+6
2010-10-09Add phone keyboard layout•••Change-Id: I97d146ef2756ffe5adb17fcbf04f5e91a0587aa5 Tadashi G. Takaoka6-6/+319
2010-10-09Make sure to set symbol keyboard shifted•••To avoid a corner case of bug#3070963, in toggleShift() method of KeyboardSwitcher, the shifted symbol keyboard will be set if current keyboard is symbol keyboard or is not shifted symbol keyboard. This change also implements mini keyboard cache with WeakHashMap. Bug: 3070963 Change-Id: I868fc072e2f21bddded1622b800a53b9a6a43e91 Tadashi G. Takaoka3-23/+27
2010-10-08Make keyboard vertical correction configurable (DO NOT MERGE)•••Before this change, the verticalCorrection value was defined by "dpi" that is relative to device screen. This change defines the verticalCorrection by absolute unit "in". Bug: 3066107 Change-Id: I72c2448894a1084c582c2f1fb942b5fa8353f028 Tadashi G. Takaoka2-5/+12
2010-10-08Reduce delay before mini popup keyboard is shown•••Before this change, the delay was 500 ms that came from ViewConfiguration.getLongPressTimeout(). This change reduces the delay to 400 ms. Bug: 3074984 Change-Id: Ia5af5e877a3c4bb29211ef4040c728ac09a9fe85 Tadashi G. Takaoka4-47/+23
2010-10-08Call InputMethodSubtypePicker instead of InputMethodPicker•••Change-Id: I7c29285f4fd304d08bfd8f5f72df3fc421090681 satok1-5/+4
2010-10-08Share 4th row of non-xlarge qwerty keyboard using <include>•••Change-Id: Iff337e1c6ef3a17fd96a5e5f1c3c4a21190aac1c Tadashi G. Takaoka20-5875/+721
2010-10-07Keyboard XML file supports include and merge tag•••Keyboard XML file can include other keyboard XML file using directive <include keyboardLayout="@xml/...">. The keyboard XML file which is included must have <merge> tag as root element. Change-Id: I06c35fe7b3db5232acdb33f73a79f38d31261b32 Tadashi G. Takaoka2-71/+160
2010-10-06Import revised translations. DO NOT MERGE•••Change-Id: Icf8fa9146cc4cbfb70d5069be5359d04c5ec2432 Eric Fischer20-581/+301
2010-10-07Additional string update for LatinIME's re-correction preference item.•••Follow-up to I703054c9 bug: 3063598 Change-Id: Ic9d752b8588a620b3e256fe38f3a6a0c9c093053 Ken Wakasa2-1/+2
2010-10-06Follow-up to I36faf679 Cancel pending messages related to suggestion updates.•••bug: 3058217 Change-Id: I54e29bf051b76ad27e6d653adbf14892083ad7eb Ken Wakasa1-0/+8
2010-10-06Follow-up to Ia135eb92 . Shorten overflowed string.•••bug: 3063598 Change-Id: I703054c930590ef62579183731935ec3362406cd Ken Wakasa1-6/+6
2010-10-06Addressed bug: 3058217 "-" key not working at beginning of line•••Also fixed related issues below: * Punc suggestions list was sometimes not displayed after cursor move which follows re-correction * Punc suggestions list was disappearing with words which contains certain punc chars (but not word separator) such as ' and - Change-Id: I36faf679321782fa8eaf318411308a4a6b89cc25 Ken Wakasa1-8/+17
2010-10-05Fix bug 3063598, change "tap" to "touch" thrice.•••Change-Id: Ia135eb926a5f2896a480cd478d40925d46041d42 Roy West1-3/+3
2010-10-05Add keyHintIcon attribute to BaseKeyboard.Key class•••This keyHintIcon attribute is used to specify hint icon drawable at top right corner of Key. Change-Id: Icaa91e63c4473b2513396bd3fbeb8ed6fd73586c Tadashi G. Takaoka36-136/+308
2010-10-05Add an auto complete's threshold option.•••Change-Id: I3a6821ced8642ab8f954e79a25e31766e4a18eb8 Mitsuhiro Shimoda8-17/+295
2010-10-02Modify BaseKeyboard to be able to handle multiple shift keys•••Change-Id: Ie840ae113ee6bd5b629a90959d7f955a5ceba95a Tadashi G. Takaoka2-32/+17
2010-10-02Unbundle Keyboard.java to BaseKeyboard.java•••Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c satok48-7418/+8275
2010-10-01Long press mic/comma key bring mini keyboard with settings•••Bug: 3050703 Change-Id: I090b2bfebfb48e5ec461615d4c911024ea6d130a Tadashi G. Takaoka23-280/+136
2010-10-01Make the background of keypopup transparent•••Change-Id: I5240ffdd8e48bcb99c2edf878d8efaba2cafeb07 satok1-1/+1
2010-10-01Dismiss orange highlight after suggestion has been selected•••Bug: 3051311 Change-Id: Ia32cd8748a0afade07a9896ad77400cf42aed0f5 Tadashi G. Takaoka1-7/+9
2010-10-01Revert changes to keyboard_popup.xml for now.•••This unexpectedly bloated keys in mini popup keyboard. bug: 3048638 Change-Id: I2b717c9007ce7717bac514f1d8bcae1280130cf4 Ken Wakasa1-1/+1
2010-09-30Long pressing mic/comma key will show settings menue•••Bug: 3050703 Change-Id: I62773c10f435d13174f6ff6574912cb99303e83c Tadashi G. Takaoka2-10/+21
2010-09-30Fixed assets•••- Make the background of popup key a full transparent color - Updated the background mdpi asset of keyboard Bug: 2975027 Bug: 3048638 Change-Id: I8709a1ca403e5c3f862a8be9be1668d30c7687f8 satok2-1/+1
2010-09-30Display feedback popup for saving word while the word is pressing.•••Bug: 3004696 Change-Id: Icc5bdd6945f3bf79f7234a0227d8036d6f6d4c1d Tadashi G. Takaoka1-37/+3
2010-09-30Disable suggestion bar before invoke Voice input•••Bug: 3002817 Change-Id: I099dd63e58d5159a609c1d934dbb6f5aab914305 Tadashi G. Takaoka1-0/+3
2010-09-30Eliminate compiler warning•••Change-Id: Ib3effaa6f4e8cfc3951ab5d5d099335fd3856a2f Tadashi G. Takaoka1-2/+1
2010-09-30Disable suggestion selection preview popup•••Bug: 3048642 Bug: 3004920 Change-Id: Ibfb495a246c9e2da6ebf3c03d10ed8acff00f54b Tadashi G. Takaoka1-49/+56
2010-09-29Fix proguard flag file dependency.•••Change-Id: I26a639aea0e0b11ba65d621696c42e861847498e Ying Wang1-1/+1
2010-09-29Check recorrection on focusing into a text field that has text already.•••Bug: 3004827 Change-Id: I00e9d925fcf17fa9f7a9aefe6572a648e023be11 Amith Yamasani1-0/+23
2010-09-29Refactor CandidateView touch event handling•••This change also fixes tha the touch slop value is applyed only for initial movement of scrolling suggestion bar. Bug: 3004920 Change-Id: I62afdedc210156e41e8c84c48cade442f9d5a1aa Tadashi G. Takaoka2-110/+77
2010-09-29Mini keyboard works even while shift is being pressed•••Bug: 3038861 Change-Id: I94011ca80710ff6eb24e940104f7d9d3bb86840a Tadashi G. Takaoka2-5/+14
2010-09-29Tune mini keyboard vertical correction to match with key height•••Bug: 3040529 Change-Id: I8e3cc635737224537a019e66c38e1e2ea7a8bb8b Tadashi G. Takaoka3-3/+7
2010-09-28Fixed key code and key coordinates when move debounce has been in action•••This change refactors a key index and pointer position variables into a separate static inner class KeyState . This change also disables time debouncing. Bug: 3033737 Change-Id: Ie4fc37316c260330d8f0861e0771ea903a99cfce Tadashi G. Takaoka1-119/+129
2010-09-28Fix Null pointer exception on closing and update assets•••Change-Id: I30fdac74685beae06b5c61140452b26b29ae4c39 satok8-3/+8
2010-09-28Fix xlarge min-keyboard layout•••Change-Id: Ia4d6cffa0c6cf710da577b75f6337836352959a0 Tadashi G. Takaoka6-6/+38
2010-09-28Fix wrong keyEdgeFlags in xlarge keyboard layouts•••Bug: 3040988 Change-Id: Ibcac874a96ed0bf35350b50a5dd862a8d03c8354 Tadashi G. Takaoka3-25/+20
2010-09-28Fix NPE in LatinKeyboard when it represent phone keyboard•••Bug: 3041532 Change-Id: I1d846e9175bd033f056a8715287a936be2fe8f74 Tadashi G. Takaoka1-9/+13
2010-09-27Fix the non-working period key in the tablet layout.•••One of the edge flags was wrong. Amith Yamasani1-1/+1
2010-09-27Trim unwanted whitespace from translations. DO NOT MERGE•••Change-Id: Ie380334bc725aa55beb8ec084d1ade881a50812c Eric Fischer2-2/+2
2010-09-28Capitalize the displayed text in the suggestion bar when all of the user type...•••bug:3014227 Change-Id: Ic453e2fde57ce51be00f3a506e1c9328103ca99a Ken Wakasa3-15/+29
2010-09-28Add xlarge keyboard layouts (tentative)•••This keyboard layout is tentative for UX study. This change added xlarge keyboard layouts only for "regular text", "symbol/number mode" and "symbol/number mode shifted". TODO other text mode variants should have dedicated layout. Change-Id: I36077efcec4b57c3b5cada0a851e1409a289eeb9 Tadashi G. Takaoka7-36/+581
2010-09-27Add Debug Settings Activity•••Bug:3033472 Change-Id: I311c66ac3c612a30d7da3be8ee35a352f49016ac satok7-52/+136
2010-09-24Import revised translations.•••Change-Id: I38532015c089c0a5c6c1b98fe44f282918aebe5e Eric Fischer21-0/+399
2010-09-24Import revised translations. DO NOT MERGE•••Change-Id: I1bf6a9e39adbe7d8e938f6dd5fe12227f8da4053 Eric Fischer20-40/+380