aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinKeyboardBaseView.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename LatinKeyboardBaseView class to KeyboardBaseViewTadashi Takaoka2010-11-051-1480/+0
| | | | Change-Id: I496ecbfa7d398583d01f821398f49f75d17311d8
* Remove LatinKeyboardBaseView.isShifted() and setShifted() for refactoringKen Wakasa2010-10-251-29/+6
| | | | Change-Id: I9a1106b679a9ffb3ae959d90377eef096e5af842
* Get rid of references to BaseKeyboard in Latin-specific classesKen Wakasa2010-10-251-2/+2
| | | | Change-Id: I6871a24967b1410bdb14e902bdd311ef82fd4f0b
* Revise caps lock sequencesTadashi G. Takaoka2010-10-251-7/+30
| | | | | | | | | This change also fixes that the popup preview of ALT on symbol keyboard is not showing. Bug: 3122877 Bug: 3127255 Change-Id: I978cb30a0d05298274d8ab6541b91323a0fef211
* Manual merge of the following Gingerbread changes logicallyKen Wakasa2010-10-201-29/+25
| | | | | | | | | | | I8b38e280 Ia3929bb0 If925b546 I1062763d I901e36aa bug: 3100311 Change-Id: Ic7e01277ec816e77d34732599b2b9552668b81c2
* Disable gesture detector on mini-keyboardTadashi G. Takaoka2010-10-191-3/+6
| | | | | | | | | Gesture detector, for closing keyboard by swiping down, must be disabled not only when mini-keyboard is on the screen, but also in the mini-keyboard itself. Bug: 3105595 Change-Id: I548501f7117ca2310943cabb678c1e250e5012ce
* Showing popup preview only when IME is in foregroundTadashi G. Takaoka2010-10-171-10/+24
| | | | | Bug: 3100922 Change-Id: Icd59fc3978dc1fccb523a368b0a7d4549fc2db78
* Specify keyboard metrics with physical unit "inch"Tadashi G. Takaoka2010-10-171-30/+59
| | | | | | | | | | | | | Cherrypick I44f3b2eef8086d6e0b0db53d38f08487549060c6 from Gingerbread This change also introduces the key background drawables which has no fixed bottom padding. Instead of relying on bottom padding in drawable, this change also specifies Keyboard.verticalGap with physical unit. Other keyboard related length, distance and size are also specified by physical unit. Bug: 3066107 Change-Id: Ib38355ebfc2f8d5b1d26c4e90eba87196fbeddfa
* am 4b6b11b5: am 8a26e853: Fix an issue of adding extra character.Ken Wakasa2010-10-161-1/+6
|\ | | | | | | | | | | | | Merge commit '4b6b11b5064a3b8b604a6441e7a037b0443ec6ed' * commit '4b6b11b5064a3b8b604a6441e7a037b0443ec6ed': Fix an issue of adding extra character.
| * Fix an issue of adding extra character.Ken Wakasa2010-10-151-1/+6
| | | | | | | | | | | | | | LatinKeyboardBaseView should have removed "long pressed" pointer tracker from the multi-touch pointer queue. bug: 3099130 Change-Id: I3d358a373b0de07558a204e9ff5a95e9ece38bcc
| * DO NOT MERGE. Add visual indicator that long press , or mic key will bring ↵Ken Wakasa2010-10-141-2/+10
| | | | | | | | | | | | | | up Settings bug:3084022 Change-Id: I8b38e2803eb32469653484701882af35108eb69a
| * Specify keyboard metrics with physical unit "inch" (DO NOT MERGE)Tadashi G. Takaoka2010-10-141-29/+60
| | | | | | | | | | | | | | | | | | | | | | | | This change also introduces the key background drawables which has no fixed bottom padding. Instead of relying on bottom padding in drawable, this change also specifies Keyboard.verticalGap with physical unit. Other keyboard related length, distance and size are also specified by physical unit. Bug: 3066107 Change-Id: I44f3b2eef8086d6e0b0db53d38f08487549060c6
* | resolved conflicts for merge of fd64e47c to masterKen Wakasa2010-10-121-6/+16
|\| | | | | | | Change-Id: I07434c251fafa5eee548a54dae30d91df3a24085
| * Tweak key width for 'o'-popup chars.Ken Wakasa2010-10-111-6/+16
| | | | | | | | | | | | | | 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
* | am 02b8d91b: am 7e1f5a2d: Make sure to set symbol keyboard shiftedTadashi G. Takaoka2010-10-101-4/+2
|\| | | | | | | | | | | | | Merge commit '02b8d91b2dbe4290d4b09d93a22efbc5552326db' * commit '02b8d91b2dbe4290d4b09d93a22efbc5552326db': Make sure to set symbol keyboard shifted
| * Make sure to set symbol keyboard shiftedTadashi G. Takaoka2010-10-091-4/+2
| | | | | | | | | | | | | | | | | | | | | | 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
* | resolved conflicts for merge of 23d50bfb to masterKenny Root2010-10-101-3/+4
|\| | | | | | | Change-Id: Ia3fd85bd0c231f7b910b14caad38fa453a2336f6
| * Reduce delay before mini popup keyboard is shownTadashi G. Takaoka2010-10-081-3/+4
| | | | | | | | | | | | | | | | | | 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
* | Add keyHintIcon attribute to BaseKeyboard.Key classTadashi G. Takaoka2010-10-051-30/+32
| | | | | | | | | | | | | | This keyHintIcon attribute is used to specify hint icon drawable at top right corner of Key. Change-Id: Icaa91e63c4473b2513396bd3fbeb8ed6fd73586c
* | Unbundle Keyboard.java to BaseKeyboard.javasatok2010-10-021-11/+12
|/ | | | Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c
* Mini keyboard works even while shift is being pressedTadashi G. Takaoka2010-09-291-3/+11
| | | | | Bug: 3038861 Change-Id: I94011ca80710ff6eb24e940104f7d9d3bb86840a
* Add enter/exit animation style to prevew and mini keyboardTadashi G. Takaoka2010-09-241-13/+14
| | | | | | | | | | TODO This animation style API of PopupWindow can be called only in Gingrebread or later. We should refactor this using reflection to be able to be compatible with Froyo. Bug: 3004787 Bug: 2973989 Change-Id: I2abfcc853b1a0af2bccee7bdf5fbd723456b7d34
* Fixed popup mini-keyboard positionTadashi G. Takaoka2010-09-231-1/+1
| | | | | | | This change reverts I28bf3e4deb46a428dc8422a3a165183e00608604 partly Bug: 3029284 Change-Id: I0701ab9dfa1cfddbecbef3d32e525c0a143fc297
* Tune left and right padding of popup mini keyboardTadashi G. Takaoka2010-09-231-1/+1
| | | | | | | This change also fix popup window display position calculation. Bug: 3029284 Change-Id: I28bf3e4deb46a428dc8422a3a165183e00608604
* Use SystemClock.uptimeMillis() for event timeTadashi G. Takaoka2010-09-231-1/+2
| | | | Change-Id: If20f289992f829ae3a0a2a1eb60a4fc9b35c308a
* Choose smaller or shorter language name for space barTadashi G. Takaoka2010-09-221-1/+1
| | | | | | | | | | | | | | To fit a language name to the space bar or the language switcher, this change chooses smaller text size or shorter language name appropriately. This change also tunes the vertical position of a language name in the space bar by parameter SPACEBAR_LANGUAGE_BASELINE. Bug: 3004640 Bug: 3001021 Change-Id: Idb3adcb6fac1a23836510912d35312fa11b4f259
* Fix issue space key preview remains on screen and would not dismissTadashi G. Takaoka2010-09-221-2/+11
| | | | | | | | | | | | | | The space key preview should be displayed one of the following case. - Popup preview is enabled - Language switcher is in action, whether popup preview is enabled or not. For phone number keyboard, popup preview is never displayed even if popup preview is enabled. Bug: 3006612 Bug: 3021091 Change-Id: I5385c776d0e8e3981fc8d8851db9140d92599ce5
* Add lightweight visual indication for numbers.Ken Wakasa2010-09-221-12/+51
| | | | | | | | | This change adds lightweight visual hints of alternate numeric characters on the top row - e.g. having a light gray '1' on the upper right corner of letter 'q' Note that MDPI resources are tentative (the same as HDPI for now, until we get fixed MDPI visual assets). bug: 3004632 Change-Id: I7a25cf90b702433a844c88f5c47bf914706af9bc
* Fix mini keyboard display position when preview is disabledTadashi G. Takaoka2010-09-211-1/+1
| | | | | Bug: 3021082 Change-Id: I2cfb462c89b222449ee2ba5559462a9f5d2306ed
* Shorten popup preview residual time (100ms)Tadashi G. Takaoka2010-09-211-1/+1
| | | | | | | | The residual time was formerly 150ms by Ia63662a549481d18046a46ef8292c0a4438b5588, and originally was 70ms. Bug: 3004787 Change-Id: If60a74c51e9a68f008711cca2423094e8204755f
* Align key preview and mini-keyboard positionsTadashi G. Takaoka2010-09-181-4/+22
| | | | | Bug: 3004793 Change-Id: I1839e6ff3c8c66a576bfb3db9391c146ed225451
* Longer popup preview residual time (150ms)Tadashi G. Takaoka2010-09-181-1/+1
| | | | | Bug: 3004787 Change-Id: Ia63662a549481d18046a46ef8292c0a4438b5588
* Add a new preference item to show/hide the settings key.Ken Wakasa2010-09-161-1/+1
| | | | | | bug: 2998722 Change-Id: Iac1641c338388fd8f85e0cf47e31afdaeb34c0c0
* All keys should be processed before processing modifier keyTadashi G. Takaoka2010-09-151-6/+30
| | | | | Bug: 2987077 Change-Id: I971c44be121d8780ec27aa1649fd0925e249fbbc
* Add keyHysteresisDistance xml attributeTadashi G. Takaoka2010-09-141-14/+11
| | | | | | | | | This change also introduces MiniKeyboardKeyDetector and mini_keyboad_slide_allowance parameter to tune the key detection behavior. Bug: 2993769 Change-Id: I1932b0a382e172cb77b9e098ae182049c834dfe0
* Fix a bug in y-axis offset for sliding finger key detection for mini popup ↵Ken Wakasa2010-09-121-3/+12
| | | | | | | | | keyboard. Also, tentatively added key detection allowance for below of the keys in mini popup keyboard. bug: 2979407 Change-Id: I84794969facd929c84df23e0120d46dff71c6efb
* Mini popup keyboard adjustment: Have the leftmost number right above the key.Ken Wakasa2010-09-121-13/+35
| | | | | | | | | | Also fixed an issue when the mini popup keyboard hits the right edge of the view. A few code cleanups as well. bug: 2980864 Change-Id: I95f8392521e57560907d54b662e3483ebaf6f7ce
* Code cleanupKen Wakasa2010-09-101-25/+16
| | | | Change-Id: I333693ab8e4088180cc25768d874ad7320d9da8b
* Dismiss mini keyboard when finger is released outside mini keyboardTadashi G. Takaoka2010-09-071-0/+9
| | | | | | Bug: 2978975 Change-Id: Ie634e8ae827fe093c5c673b75d85835050b03794
* Fixed extra periods when chording with shift and spaceTadashi G. Takaoka2010-09-071-21/+18
| | | | | | | | Actually it was caused by canceling repeat key (space and delete) when multiple pointer are touching. Bug: 2975041 Change-Id: If82183b9225efdace7b5418860b9664f1705b7ec
* Disable pop-up preview on mini keyboardTadashi G. Takaoka2010-09-061-1/+2
| | | | | | | | | | | This change also disable the special behavior of long press a key that has only one digit alternate. If the visual design of both the pop-up preview and the mini keyboard will look like same, I think that showing mini keyboard is enough for the key that has one digit alternate. Bug: 2973546 Change-Id: I04f138c120aa58526fe054626dac856171fb7a58
* Support multi-touch only when device has distinct multi-touch panelTadashi G. Takaoka2010-09-061-1/+50
| | | | | Bug: 2973373 Change-Id: I9871c09ec8c1c2aa945d97392e61ee1ec585baef
* One alternate is treated as key action, not open mini keyboardTadashi G. Takaoka2010-09-031-1/+1
| | | | | | | | This change also fixes bug#2973683. Bug: 2973546 Bug: 2973683 Change-Id: I67573e5b7cad4af261591a4a608d0596dd7901f2
* Move inflating mini keyboard code into separate methodTadashi G. Takaoka2010-09-031-82/+93
| | | | Change-Id: Iba8e43ba6125e559d4c7d9cadb6bcb13b8eefc83
* Fix NPE in LatinKeyboardBaseViewTadashi G. Takaoka2010-09-031-37/+30
| | | | | | | | This change also refactors some mini-keyboard related methods in LatinKeyboardBaseView and PointerTracker class. Bug: 2973236 Change-Id: I3190fe89ea3ac3c6d351ed4b6d77de98a0aa65db
* Propagate preview enable attribute to mini-keyboardTadashi G. Takaoka2010-09-031-0/+1
| | | | | Bug: 2959169 Change-Id: Iea1bec44baf3344d9f91280bd2b8f28476cbcf51
* Remove close button from mini keyboardTadashi G. Takaoka2010-09-031-12/+1
| | | | | Bug: 2959169 Change-Id: I9c78f9417aaa448b8b23596bc3e748fe99085393
* Support sliding pop-up mini-keyboard inputTadashi G. Takaoka2010-09-031-29/+55
| | | | | | | | | | | TODO: - Remove close button on mini-keyboard - Dismiss mini-keyboard when finger leave the screen while no key is selected This change also renames some instance variables to have more meaningful name. Bug: 2959169 Change-Id: I9fd79116a647d7be82415c6e9e7cdaf6edcb2bf6
* Encapsulate vertical and horizontal correction values into KeyDetector.Tadashi G. Takaoka2010-09-021-27/+17
| | | | | Bug: 2959169 Change-Id: Id2b0b974fffdf6f09ee1828e957b973d2ce1c315
* Add PointerTracker argument to long press related methodsTadashi G. Takaoka2010-09-021-9/+10
| | | | | | | This change also adds debugging log to PointerTracker class Bug: 2959169 Change-Id: Ie6cf67681180467bd8ba35d0205ce6727b7684a2