aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Using distance to the edge of key as proximity detectionTadashi G. Takaoka2010-11-065-84/+80
| | | | | | | | | | | | | | | Because there may be very long key, such as space bar on tablet, we should not use the distance between the touch point and the center of key as proximity detection. Instead of that, this change uses the distance between the point and the nearest edge of key as proximity detection. Also this change fixes the bug that space key (code 32) was not counted in proximity detection. Bug: 3164020 Bug: 3168138 Change-Id: I687f1ce94a8e944c3f6eea0fe00e18ed6e68e278
* Rename LatinKeyboardBaseView class to KeyboardBaseViewTadashi Takaoka2010-11-057-48/+48
| | | | Change-Id: I496ecbfa7d398583d01f821398f49f75d17311d8
* Treat the new web fields like their corresponding variations.Leon Scroggins2010-11-041-6/+15
| | | | | | | Bug:2692655 Bug:2460543 Change-Id: I86e814902447ecd5c8b00e399a0143d3dc2ad2cf
* Make sure there are no modes with settings key on tablet.Ken Wakasa2010-11-021-14/+16
| | | | | | | Follow-up change to I73b8a502 bug: 3095814 Change-Id: I79bb05c61dc73b036331e17d02c791f08a0168fc
* Capitalization for "Quick Fixes" words doesn't workKen Wakasa2010-11-011-3/+19
| | | | | bug: 3151706 Change-Id: I7770a1d26edb1ea72ee93396181953a724dcc4bf
* am b5e8c779: am 69db35c4: Make the buttons work for edge pixels of the keyboardKen Wakasa2010-10-292-2/+4
|\ | | | | | | | | * commit 'b5e8c7799726a5975283fa138ad2870ab02d01a4': Make the buttons work for edge pixels of the keyboard
| * Make the buttons work for edge pixels of the keyboardKen Wakasa2010-10-292-2/+4
| | | | | | | | | | | | | | Follow-up change to If7630b89 bug: 3142416 Change-Id: I2660e3d688eb0490363e460d5b4944c89b8ca35c
* | Merge "Increased the size of GRID in Keyboard"satok2010-10-291-14/+11
|\ \
| * | Increased the size of GRID in Keyboardsatok2010-10-291-14/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3122894 - Changed width 10 -> 32 - Changed height 5 -> 16 Change-Id: I07354cf5c942974cc25a5e043f41e0f13a09351b
* | | am e32a77c6: am 9dce586e: Bugfix: IME gives haptic feedback when button ↵Ken Wakasa2010-10-281-5/+6
|\ \ \ | |/ / |/| / | |/ | | | | | | wasn\'t pressed * commit 'e32a77c691567bdb3031d877e80786508bd47e4a': Bugfix: IME gives haptic feedback when button wasn't pressed
| * Bugfix: IME gives haptic feedback when button wasn't pressedKen Wakasa2010-10-291-5/+6
| | | | | | | | | | bug: 3142416 Change-Id: If7630b89d6c2a8ec38e191c263c03f8f11d3c498
| * DO NOT MERGE. Add '...' (hint) to period/smiley keys which triggers mini ↵Ken Wakasa2010-10-192-19/+25
| | | | | | | | | | | | | | popup by long-press. bug: 3105185 Change-Id: I901e36aa12dad5968ba1a420fff6a2f2efb16da5
| * DO NOT MERGE. Revise the setting hint visual and its handling code.Ken Wakasa2010-10-172-25/+30
| | | | | | | | | | | | | | This is a follow up change to I8b38e280. bug: 3084022 Change-Id: I1062763d87b4498e19598b4e7d99bb91c510c6d2
| * DO NOT MERGE. Follow up change to I8b38e280Ken Wakasa2010-10-162-24/+68
| | | | | | | | | | | | | | Add visual indicator that long press / or @ on F1 key will bring up Settings bug: 3084022 Change-Id: If925b546829ca8e8806e1f8f89eaf72fc8c220da
* | Change suggestion update delay from 100ms to 180ms to avoid flashy ↵Ken Wakasa2010-10-271-2/+7
| | | | | | | | | | | | | | suggestion strip with quick multi-finger typing. bug: 3122641 Change-Id: I385f9eb2e392487d7b4c252553d1f8d7c21da2e4
* | Remove auto capitalization by Shift+puncsKen Wakasa2010-10-271-7/+0
| | | | | | | | | | bug: 3133312 Change-Id: I12a05d9028ab2fad07e1819407d63cf8ffd4d30c
* | Follow-up change to revise Caps Lock sequence.Ken Wakasa2010-10-263-18/+43
| | | | | | | | | | bug: 3122877 Change-Id: I44c539d7c041443f3ad027de4b75a67adf6b2c87
* | Get rid of mCapsLock in LatinIME.javaKen Wakasa2010-10-251-32/+48
| | | | | | | | Change-Id: I9c6387ee387d53460d23a12225829da344674579
* | Remove LatinKeyboardBaseView.isShifted() and setShifted() for refactoringKen Wakasa2010-10-253-42/+42
| | | | | | | | Change-Id: I9a1106b679a9ffb3ae959d90377eef096e5af842
* | Get rid of references to BaseKeyboard in Latin-specific classesKen Wakasa2010-10-253-26/+30
| | | | | | | | Change-Id: I6871a24967b1410bdb14e902bdd311ef82fd4f0b
* | Revise caps lock sequencesTadashi G. Takaoka2010-10-255-93/+150
| | | | | | | | | | | | | | | | | | This change also fixes that the popup preview of ALT on symbol keyboard is not showing. Bug: 3122877 Bug: 3127255 Change-Id: I978cb30a0d05298274d8ab6541b91323a0fef211
* | Merge "Tablet keyboard should always show "?123" as symbol key"Tadashi G. Takaoka2010-10-221-29/+36
|\ \
| * | Tablet keyboard should always show "?123" as symbol keyTadashi G. Takaoka2010-10-221-29/+36
| | | | | | | | | | | | | | | Bug: 3118554 Change-Id: Ib609799f28dee56a4ded2e8144ac4a0c0d113ad6
* | | Refactor BaseKeyboardParser as Recursive Descendent ParserTadashi G. Takaoka2010-10-222-114/+281
|/ / | | | | | | | | Bug: 3082538 Change-Id: Ic0d72c6fe08cfc20db86aeffb10a27efe678095e
* | Table keyboard should always show return icon on enter keyTadashi G. Takaoka2010-10-221-25/+29
| | | | | | | | | | Bug: 3122750 Change-Id: I75d2b5adff3a349d29d8a56e7b761c26b04683c0
* | Make "show settings key option" dependent to device configurationTadashi G. Takaoka2010-10-222-6/+14
| | | | | | | | | | Bug: 3095814 Change-Id: I73b8a5023b398621a910c953eade252dc6412923
* | Move BaseKeyboardParser to top-level classTadashi G. Takaoka2010-10-212-217/+233
| | | | | | | | | | Bug: 3082538 Change-Id: If0ddf32bc3811e3c65a7a96503c61ed3351eeb66
* | Refactor BaseKeyboard parsing codeTadashi G. Takaoka2010-10-211-164/+193
| | | | | | | | Change-Id: I241125b5b15c9d6bbba456476f1f4fd3ef9db3f2
* | Manual merge of the following Gingerbread changes logicallyKen Wakasa2010-10-204-117/+175
| | | | | | | | | | | | | | | | | | | | | | I8b38e280 Ia3929bb0 If925b546 I1062763d I901e36aa bug: 3100311 Change-Id: Ic7e01277ec816e77d34732599b2b9552668b81c2
* | Update xlarge drawable of KeyboardTadashi G. Takaoka2010-10-191-17/+30
| | | | | | | | | | Bug: 3109804 Change-Id: I316f9cfcec377a7d0ea1417e1e3cea55cbdb9e2b
* | 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
* | Cleanup LatinKeyboard and LatinKeyboard.LatinKey classesTadashi G. Takaoka2010-10-182-33/+19
| | | | | | | | Change-Id: I4c5a37315dea1c7545b77a8a6c93b930927a5a82
* | Merge "Showing popup preview only when IME is in foreground"Tadashi G. Takaoka2010-10-172-10/+28
|\ \
| * | Showing popup preview only when IME is in foregroundTadashi G. Takaoka2010-10-172-10/+28
| | | | | | | | | | | | | | | Bug: 3100922 Change-Id: Icd59fc3978dc1fccb523a368b0a7d4549fc2db78
* | | Save default enter key attributes and restore these if neededTadashi G. Takaoka2010-10-171-0/+21
|/ / | | | | | | | | Bug: 3103016 Change-Id: Id8128d5b685ac040afd2c248e1ad17e9aaf1fdf0
* | Specify keyboard metrics with physical unit "inch"Tadashi G. Takaoka2010-10-172-54/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Follow up change of I8b38e280 (DO NOT MERGE)Tadashi G. Takaoka2010-10-153-24/+28
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * DO NOT MERGE. Add visual indicator that long press , or mic key will bring ↵Ken Wakasa2010-10-142-4/+42
| | | | | | | | | | | | | | up Settings bug:3084022 Change-Id: I8b38e2803eb32469653484701882af35108eb69a
| * Specify keyboard metrics with physical unit "inch" (DO NOT MERGE)Tadashi G. Takaoka2010-10-142-38/+83
| | | | | | | | | | | | | | | | | | | | | | | | 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 21c3e696 to masterMaryam Garrett2010-10-141-8/+67
|\| | | | | | | Change-Id: I35b6abc1569f3e16ddf2db523dc1326ff294962a
| * Fix the over-calling of VoiceSearch LoggingMaryam Garrett2010-10-111-6/+64
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge "Follow up change of I4c6df819"Tadashi G. Takaoka2010-10-121-24/+14
|\ \
| * | Follow up change of I4c6df819Tadashi G. Takaoka2010-10-131-24/+14
| | | | | | | | | | | | | | | | | | This change is follow up of I4c6df8197b734feb998da78478a4d9a41f6d92b2 Change-Id: I3b8a82dd71305f34afb2e8b6a705efabdc2bc0cf
* | | Follow up change of If9472a2aTadashi G. Takaoka2010-10-131-4/+3
|/ / | | | | | | | | | | This change is follow up of If9472a2acb029e56790dc4d19ab62e608c970175 Change-Id: I0a474a130f49e2acccbb5a164bdf2984a5bd9042
* | Add text variation keyboard layoutTadashi G. Takaoka2010-10-121-14/+6
| | | | | | | | Change-Id: I4c6df8197b734feb998da78478a4d9a41f6d92b2
* | 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 938c0a37: am 364da8c6: Fix - "Touch again to save" not working for ↵Ken Wakasa2010-10-111-2/+5
|\| | | | | | | | | | | | | | | | | manually picked suggestion when re-correction is enabled. Merge commit '938c0a3722a9c597931e6f75408dc7ab636d7052' * commit '938c0a3722a9c597931e6f75408dc7ab636d7052': Fix - "Touch again to save" not working for manually picked suggestion when re-correction is enabled.