| Commit message (Expand) | Author | Files | Lines |
2011-01-01 | Automaticaly snap back to the previous mode from sliding input (DO NOT MERGE)•••This change is back porting of the following changes from Honeycomb.
- I48ea1346: Automaticaly snap back to the previous mode from sliding symbol input
- I9507a98c: Suppress haptic feedback while sliding key input
- Ia06e1abc: Cancel long press timer when sliding key input is not allowed
- I15127929: Fix checking of sliding off from key
- I2518dd1d: Fix potential keyboard layout change bug
- Iffaad1eb: Snap back to the previous keyboard when sliding input is canceled
- Id74bddef: Longer long-press timeout in sliding input
Bug: 3280151
Change-Id: If20b34e8773ebf081c2274d136be4f8ad07ca4fa
|  Tadashi G. Takaoka | 4 | -68/+213 |
2010-12-27 | Don't use stale NDK libraries for IA•••IA builds will break (due to the bionic _dso_handle bug) if stale libraries are
used. For now, just guard the defns against IA builds.
Change-Id: Ic9df6e0de78a0e221b95370ba6f01ce07714edde
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
|  Bruce Beare | 1 | -0/+2 |
2010-12-06 | DO NOT MERGE: Logging for the VoiceSearch alternates•••Log which voice-based alternates were selected, and what
word in the recognition results were replaced.
This change was commited in master, but was never
merged into GB.
Bug: 3243768
Change-Id: I8f624517990cc77c5cd714bd68ce32ac1b64489f
|  Maryam Garrett | 3 | -19/+22 |
2010-12-01 | Key release event should be sent when finger sliding (DO NOT MERGE)•••Bug: 3132881
Change-Id: I1a020e3df42a0868366bc251fa7238df757b2b5a
|  Tadashi G. Takaoka | 1 | -4/+9 |
2010-12-01 | Disable gesture detector on mini-keyboard (DO NOT MERGE)•••This is cherry-pick I548501f7 from Honeycomb.
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: Ic4603637208794a1bf6cfeb0d22dadd9a1e49e81
|  Tadashi G. Takaoka | 1 | -3/+6 |
2010-11-29 | Import revised translations. DO NOT MERGE•••Change-Id: Ia88c5dfef49095220bc96cb15adf9e10b59cb85c
|  Eric Fischer | 3 | -3/+3 |
2010-10-29 | DO NOT MERGE. Fix the size of preview text•••Bug: 3141907
Change-Id: Iabbccd15485cbd7c7188e362cc2914caec5d1f1d
|  satok | 1 | -3/+3 |
2010-10-29 | Make the buttons work for edge pixels of the keyboard•••Follow-up change to If7630b89
bug: 3142416
Change-Id: I2660e3d688eb0490363e460d5b4944c89b8ca35c
|  Ken Wakasa | 2 | -2/+4 |
2010-10-29 | Bugfix: IME gives haptic feedback when button wasn't pressed•••bug: 3142416
Change-Id: If7630b89d6c2a8ec38e191c263c03f8f11d3c498
|  Ken Wakasa | 1 | -5/+6 |
2010-10-22 | Import revised translations. DO NOT MERGE•••Change-Id: I5227017b4859c24d1c6e873443741e881648371a
|  Eric Fischer | 1 | -1/+1 |
2010-10-19 | DO NOT MERGE. Add '...' (hint) to period/smiley keys which triggers mini popu...•••bug: 3105185
Change-Id: I901e36aa12dad5968ba1a420fff6a2f2efb16da5
|  Ken Wakasa | 24 | -19/+245 |
2010-10-17 | DO NOT MERGE. Revise the setting hint visual and its handling code.•••This is a follow up change to I8b38e280.
bug: 3084022
Change-Id: I1062763d87b4498e19598b4e7d99bb91c510c6d2
|  Ken Wakasa | 4 | -25/+30 |
2010-10-15 | Import revised translations DO NOT MERGE•••Change-Id: If56cd8acf3d73466ff904a707c4bb523dd5ab46d
|  Kenny Root | 2 | -4/+4 |
2010-10-16 | DO NOT MERGE. Follow up change to I8b38e280•••Add visual indicator that long press / or @ on F1 key will bring up Settings
bug: 3084022
Change-Id: If925b546829ca8e8806e1f8f89eaf72fc8c220da
|  Ken Wakasa | 21 | -92/+214 |
2010-10-15 | Fix an issue of adding extra character.•••LatinKeyboardBaseView should have removed "long pressed" pointer tracker from the multi-touch pointer queue.
bug: 3099130
Change-Id: I3d358a373b0de07558a204e9ff5a95e9ece38bcc
|  Ken Wakasa | 1 | -1/+6 |
2010-10-15 | Reduce popup preview fading out animation duration to 70ms•••Bug: 3099331
Change-Id: I32c11bb25ebdb97af0c883c475d96fc8e2749101
|  Tadashi G. Takaoka | 1 | -1/+1 |
2010-10-15 | Follow up change of I8b38e280 (DO NOT MERGE)•••This is follow up change of I8b38e2803eb32469653484701882af35108eb69a
This change fixes the following when "Voice input on symbols keyboard"
option is selected.
- LatinIME.onCreateInputView fails to show "123mic" icon.
- Email and URL variation keyboard fails to show "123mic" icon.
Bug: 3084022
Change-Id: Ia3929bb0cc5c5c8651af816718c21d1f20e8f016
|  Tadashi G. Takaoka | 3 | -24/+28 |
2010-10-14 | Import revised translations•••Change-Id: Iaf51da312caf84a58796714424fc8dd22df1f6d3
|  Kenny Root | 20 | -63/+63 |
2010-10-14 | DO NOT MERGE. Add visual indicator that long press , or mic key will bring up...•••bug:3084022
Change-Id: I8b38e2803eb32469653484701882af35108eb69a
|  Ken Wakasa | 4 | -4/+42 |
2010-10-14 | Specify keyboard metrics with physical unit "inch" (DO NOT MERGE)•••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
|  Tadashi G. Takaoka | 54 | -104/+196 |
2010-10-13 | Make some keys in phone keyboard to darker color•••Bug: 3088257
Change-Id: I36b1a0f147c1087a98b91f00d60bf15922861f9c
|  Tadashi G. Takaoka | 2 | -1/+10 |
2010-10-11 | Fix the over-calling of VoiceSearch Logging•••bug: 3035228 This change will reduce the number of times VoiceSearch app
is called to log IME events. This is because it 1) only
flushes the logs when there is relevant logging information
available and 2) sets a flag in UserHappinessSignals so
that other apps (eg: gmail/sms) can know if there is
relevant logging information before sending the logging
intent to voice search.
Change-Id: I708fea5a38f854091f1101e4f6a3db46296f3e92
|  Maryam Garrett | 1 | -6/+64 |
2010-10-11 | Tweak 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 Wakasa | 4 | -8/+45 |
2010-10-11 | Fix - "Touch again to save" not working for manually picked suggestion when r...•••bug: 3082806
Change-Id: I64e652b0ad1d496e102a7cc2cf9a5615df423192
|  Ken Wakasa | 1 | -2/+5 |
2010-10-09 | Make 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. Takaoka | 3 | -23/+27 |
2010-10-08 | Make 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. Takaoka | 2 | -5/+12 |
2010-10-08 | Reduce 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. Takaoka | 4 | -47/+23 |
2010-10-06 | Import revised translations. DO NOT MERGE•••Change-Id: Icf8fa9146cc4cbfb70d5069be5359d04c5ec2432
|  Eric Fischer | 20 | -581/+301 |
2010-10-07 | Additional string update for LatinIME's re-correction preference item.•••Follow-up to I703054c9
bug: 3063598
Change-Id: Ic9d752b8588a620b3e256fe38f3a6a0c9c093053
|  Ken Wakasa | 2 | -1/+2 |
2010-10-06 | Follow-up to I36faf679 Cancel pending messages related to suggestion updates.•••bug: 3058217
Change-Id: I54e29bf051b76ad27e6d653adbf14892083ad7eb
|  Ken Wakasa | 1 | -0/+8 |
2010-10-06 | Follow-up to Ia135eb92 . Shorten overflowed string.•••bug: 3063598
Change-Id: I703054c930590ef62579183731935ec3362406cd
|  Ken Wakasa | 1 | -6/+6 |
2010-10-06 | Addressed 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 Wakasa | 1 | -8/+17 |
2010-10-05 | Fix bug 3063598, change "tap" to "touch" thrice.•••Change-Id: Ia135eb926a5f2896a480cd478d40925d46041d42
|  Roy West | 1 | -3/+3 |
2010-10-01 | Long press mic/comma key bring mini keyboard with settings•••Bug: 3050703
Change-Id: I090b2bfebfb48e5ec461615d4c911024ea6d130a
|  Tadashi G. Takaoka | 23 | -280/+136 |
2010-10-01 | Make the background of keypopup transparent•••Change-Id: I5240ffdd8e48bcb99c2edf878d8efaba2cafeb07
|  satok | 1 | -1/+1 |
2010-10-01 | Dismiss orange highlight after suggestion has been selected•••Bug: 3051311
Change-Id: Ia32cd8748a0afade07a9896ad77400cf42aed0f5
|  Tadashi G. Takaoka | 1 | -7/+9 |
2010-10-01 | Revert changes to keyboard_popup.xml for now.•••This unexpectedly bloated keys in mini popup keyboard.
bug: 3048638
Change-Id: I2b717c9007ce7717bac514f1d8bcae1280130cf4
|  Ken Wakasa | 1 | -1/+1 |
2010-09-30 | Long pressing mic/comma key will show settings menue•••Bug: 3050703
Change-Id: I62773c10f435d13174f6ff6574912cb99303e83c
|  Tadashi G. Takaoka | 2 | -10/+21 |
2010-09-30 | Fixed 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
|  satok | 2 | -1/+1 |
2010-09-30 | Display feedback popup for saving word while the word is pressing.•••Bug: 3004696
Change-Id: Icc5bdd6945f3bf79f7234a0227d8036d6f6d4c1d
|  Tadashi G. Takaoka | 1 | -37/+3 |
2010-09-30 | Disable suggestion bar before invoke Voice input•••Bug: 3002817
Change-Id: I099dd63e58d5159a609c1d934dbb6f5aab914305
|  Tadashi G. Takaoka | 1 | -0/+3 |
2010-09-30 | Eliminate compiler warning•••Change-Id: Ib3effaa6f4e8cfc3951ab5d5d099335fd3856a2f
|  Tadashi G. Takaoka | 1 | -2/+1 |
2010-09-30 | Disable suggestion selection preview popup•••Bug: 3048642
Bug: 3004920
Change-Id: Ibfb495a246c9e2da6ebf3c03d10ed8acff00f54b
|  Tadashi G. Takaoka | 1 | -49/+56 |
2010-09-29 | Fix proguard flag file dependency.•••Change-Id: I26a639aea0e0b11ba65d621696c42e861847498e
|  Ying Wang | 1 | -1/+1 |
2010-09-29 | Check recorrection on focusing into a text field that has text already.•••Bug: 3004827
Change-Id: I00e9d925fcf17fa9f7a9aefe6572a648e023be11
|  Amith Yamasani | 1 | -0/+23 |
2010-09-29 | Refactor 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. Takaoka | 2 | -110/+77 |
2010-09-29 | Mini keyboard works even while shift is being pressed•••Bug: 3038861
Change-Id: I94011ca80710ff6eb24e940104f7d9d3bb86840a
|  Tadashi G. Takaoka | 2 | -5/+14 |
2010-09-29 | Tune mini keyboard vertical correction to match with key height•••Bug: 3040529
Change-Id: I8e3cc635737224537a019e66c38e1e2ea7a8bb8b
|  Tadashi G. Takaoka | 3 | -3/+7 |
2010-09-28 | Fixed 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. Takaoka | 1 | -119/+129 |
2010-09-28 | Fix Null pointer exception on closing and update assets•••Change-Id: I30fdac74685beae06b5c61140452b26b29ae4c39
|  satok | 8 | -3/+8 |