aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add lightweight visual indication for numbers.Ken Wakasa2010-09-223-13/+97
| | | | | | | | | 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
* Merge "Draw language label on space key of symbol+alt mode" into gingerbreadTadashi G. Takaoka2010-09-211-14/+8
|\
| * Draw language label on space key of symbol+alt modeTadashi G. Takaoka2010-09-211-14/+8
| | | | | | | | | | Bug: 3003888 Change-Id: I0bafcd13f3e5e5c69c65ed72580d108f2745e004
* | Fix mini keyboard display position when preview is disabledTadashi G. Takaoka2010-09-211-1/+1
|/ | | | | Bug: 3021082 Change-Id: I2cfb462c89b222449ee2ba5559462a9f5d2306ed
* Merge "Space key will no longer auto-repeat" into gingerbreadTadashi G. Takaoka2010-09-201-2/+0
|\
| * Space key will no longer auto-repeatTadashi G. Takaoka2010-09-211-2/+0
| | | | | | | | | | Bug: 3014225 Change-Id: I94d4904726985d5e17b665d4042c873ea07221f1
* | 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
* Merge "Use the phone keyboard for NUMBER and DATETIME until we get a ↵Ken Wakasa2010-09-161-3/+4
|\ | | | | | | dedicated number entry keypad." into gingerbread
| * Use the phone keyboard for NUMBER and DATETIME until we get a dedicated ↵Ken Wakasa2010-09-171-3/+4
| | | | | | | | | | | | | | number entry keypad. bug: 2992459 Change-Id: Ie597a68aa394c48e08a5d3fda19a0b613795b47b
* | Default puctuation suggestions have same colorTadashi G. Takaoka2010-09-171-1/+3
|/ | | | | Bug: 3000978 Change-Id: Iedb3d4619ada8bd3ccc301ca2a8fb16fba6580c0
* Increase gradient of suggestion barKen Wakasa2010-09-161-1/+0
| | | | | bug: 3001007 Change-Id: I0f05d62b2a6848f37975b7a15b3ba14a90776d24
* Add a new preference item to show/hide the settings key.Ken Wakasa2010-09-165-31/+111
| | | | | | bug: 2998722 Change-Id: Iac1641c338388fd8f85e0cf47e31afdaeb34c0c0
* Merge "Fix : Bouncing Extract Text when correcting multiple lines of text." ↵Amith Yamasani2010-09-151-2/+33
|\ | | | | | | into gingerbread
| * Fix : Bouncing Extract Text when correcting multiple lines of text.Amith Yamasani2010-09-151-2/+33
| | | | | | | | | | | | | | | | | | | | Bug: 2996887 Override the methods in InputMethodService that hide the candidates view, since it was just an optimization to show more lines of text when editing, which conflicts with the re-correct feature. Change-Id: Ibfed5ccd9efa048d0b69297a5cf8a638a0d00c72
* | Merge "All keys should be processed before processing modifier key" into ↵Tadashi G. Takaoka2010-09-152-8/+40
|\ \ | | | | | | | | | gingerbread
| * | All keys should be processed before processing modifier keyTadashi G. Takaoka2010-09-152-8/+40
| | | | | | | | | | | | | | | Bug: 2987077 Change-Id: I971c44be121d8780ec27aa1649fd0925e249fbbc
* | | Fix bug that upper case mini-keyboard does not workTadashi G. Takaoka2010-09-151-5/+5
| |/ |/| | | | | | | | | | | This issue is introduced by I1932b0a382e172cb77b9e098ae182049c834dfe0 Bug: 2993769 Change-Id: I344d21e046b58b3bb9831605a7425a94c97d8492
* | Handling multi-character uppercase key inputTadashi G. Takaoka2010-09-141-3/+10
|/ | | | Change-Id: Ie0820a2627e18109036d5f6f286d5a366c9b9f87
* Add keyHysteresisDistance xml attributeTadashi G. Takaoka2010-09-143-21/+76
| | | | | | | | | This change also introduces MiniKeyboardKeyDetector and mini_keyboad_slide_allowance parameter to tune the key detection behavior. Bug: 2993769 Change-Id: I1932b0a382e172cb77b9e098ae182049c834dfe0
* More commit -> apply changes with SharedPreferencesCompat.Ken Wakasa2010-09-135-7/+61
| | | | | | | | | The newly added SharedPreferencesCompat adapter class does apply() when available (Gingerbread+), else do commit(). This change incorporates I4eca20fb and I39f6aa04. bug: 2983837 Change-Id: Iec4e8b69840ad71dbbd6098eeba349934d8248ff
* 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
* Symbol key acts as modifier keyTadashi G. Takaoka2010-09-093-25/+38
| | | | | | | | | | On a device that has distinct multi-touch panel, pressing '123?' key will change keyboard layout to symbol mode. While pressing '123?' key, you can press other symbol key to input. Then releasing '123?' key will change keyboard layout back to alphabet mode. Bug: 2973383 Change-Id: I3b069fb19141820def8060db4766a08c7c0a6ff0
* Keep Keyboard in cache through SoftReferenceTadashi G. Takaoka2010-09-091-16/+21
| | | | | | This change also adds final to attributes Change-Id: Ie2b9a1b1f83606b24ad4e35ad72a28d55ed0423e
* Avoid a disk write on UI threadKen Wakasa2010-09-091-1/+1
| | | | | bug: 2983837 Change-Id: I4eca20fb4defcf149788032a98fe5894b57e1e19
* Update strings for the settings access - based on the latest GB IME spec ↵Ken Wakasa2010-09-071-4/+4
| | | | | | | | | | (ver 03). Please refer to bug: 2979069 for the latest mock. Got rid of obsolete string too. Change-Id: Ic02d1651b288f24f9c3a9da5d0dcf09055256ab0
* Dismiss mini keyboard when finger is released outside mini keyboardTadashi G. Takaoka2010-09-073-3/+20
| | | | | | Bug: 2978975 Change-Id: Ie634e8ae827fe093c5c673b75d85835050b03794
* Merge "Fixed extra periods when chording with shift and space" into gingerbreadTadashi G. Takaoka2010-09-072-25/+25
|\
| * Fixed extra periods when chording with shift and spaceTadashi G. Takaoka2010-09-072-25/+25
| | | | | | | | | | | | | | | | Actually it was caused by canceling repeat key (space and delete) when multiple pointer are touching. Bug: 2975041 Change-Id: If82183b9225efdace7b5418860b9664f1705b7ec
* | Add shared preference for re-correctionsatok2010-09-071-15/+23
|/ | | | Change-Id: Ie5b2e0d2f9739dd33524c2688e172e77aac1f243
* Disable pop-up preview on mini keyboardTadashi G. Takaoka2010-09-062-19/+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
* Fix ALT key light behaviorTadashi G. Takaoka2010-09-063-17/+20
| | | | | | | This change also cleanups some imports, unnecessary cast and null check. Bug: 2977256 Change-Id: I81b9e539ff8a13ae0cc1eb5c4fb2246732cca3e9
* Support multi-touch only when device has distinct multi-touch panelTadashi G. Takaoka2010-09-064-9/+90
| | | | | Bug: 2973373 Change-Id: I9871c09ec8c1c2aa945d97392e61ee1ec585baef
* Merge "Extend space LED for autocompletion" into gingerbreadsatok2010-09-032-33/+44
|\
| * Extend space LED for autocompletionsatok2010-09-032-33/+44
| | | | | | | | Change-Id: If59ea7c871ffc2af6fe2bfde72303f2612e43c3b
* | One alternate is treated as key action, not open mini keyboardTadashi G. Takaoka2010-09-033-18/+47
| | | | | | | | | | | | | | | | This change also fixes bug#2973683. Bug: 2973546 Bug: 2973683 Change-Id: I67573e5b7cad4af261591a4a608d0596dd7901f2
* | Merge "Move inflating mini keyboard code into separate method" into gingerbreadTadashi G. Takaoka2010-09-031-82/+93
|\ \ | |/ |/|
| * Move inflating mini keyboard code into separate methodTadashi G. Takaoka2010-09-031-82/+93
| | | | | | | | Change-Id: Iba8e43ba6125e559d4c7d9cadb6bcb13b8eefc83
* | Merge "Add a showing input method picker option by longpressing setting key" ↵satok2010-09-032-4/+47
|\ \ | |/ |/| | | into gingerbread
| * Add a showing input method picker option by longpressing setting keysatok2010-09-032-4/+47
| | | | | | | | | | | | Bug: 2959271 Change-Id: I4b7e9a2de3cbe17b168ed8d0541a9b1cd9a9e107
* | Merge "Followup TBR in I87060049" into gingerbreadTadashi G. Takaoka2010-09-031-2/+33
|\ \ | |/ |/|
| * Followup TBR in I87060049Tadashi G. Takaoka2010-09-031-2/+33
| | | | | | | | | | | | This change is followup TBR in I87060049cad6f9d6432b6c4a246c15587ae0d837 Change-Id: I02ee33da269162f5e95ce5b985dbf5094ba14c0d
* | Merge "Change symbol on space bar when autocompletion is activated" into ↵satok2010-09-024-27/+68
|\ \ | |/ |/| | | gingerbread
| * Change symbol on space bar when autocompletion is activatedsatok2010-09-034-27/+68
| | | | | | | | | | | | bug: 2959279 Change-Id: Icc70b7cce0c245ae2451d324debd346f226b8769
* | Fix NPE in LatinKeyboardBaseViewTadashi G. Takaoka2010-09-032-42/+39
| | | | | | | | | | | | | | | | 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