Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Get rid of number hints on Stingray•••bug: 3145786 Change-Id: Ifc2dcdb06d7a056b38ad574c65ef7fcbddcbb6aa | 2010-10-29 | 21 | -10/+0 | ||
* | | | Add vertical correction for Stingray•••bug: 3145773 Change-Id: I3ac1953b00367d3bf487a4186afe4150b039b05b | 2010-10-29 | 1 | -4/+0 | ||
|/ / | ||||||
* | | Merge "Increased the size of GRID in Keyboard" | 2010-10-29 | 2 | -14/+13 | ||
|\ \ | ||||||
| * | | Increased the size of GRID in Keyboard•••Bug: 3122894 - Changed width 10 -> 32 - Changed height 5 -> 16 Change-Id: I07354cf5c942974cc25a5e043f41e0f13a09351b | 2010-10-29 | 2 | -14/+13 | ||
* | | | am e32a77c6: am 9dce586e: Bugfix: IME gives haptic feedback when button wasn\...•••* commit 'e32a77c691567bdb3031d877e80786508bd47e4a': Bugfix: IME gives haptic feedback when button wasn't pressed | 2010-10-28 | 1 | -5/+6 | ||
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Bugfix: IME gives haptic feedback when button wasn't pressed•••bug: 3142416 Change-Id: If7630b89d6c2a8ec38e191c263c03f8f11d3c498 | 2010-10-29 | 1 | -5/+6 | ||
| * | Import revised translations. DO NOT MERGE•••Change-Id: I5227017b4859c24d1c6e873443741e881648371a | 2010-10-22 | 1 | -1/+1 | ||
| * | DO NOT MERGE. Add '...' (hint) to period/smiley keys which triggers mini popu...•••bug: 3105185 Change-Id: I901e36aa12dad5968ba1a420fff6a2f2efb16da5 | 2010-10-19 | 24 | -19/+245 | ||
| * | 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 | 2010-10-17 | 4 | -25/+30 | ||
| * | Import revised translations DO NOT MERGE•••Change-Id: If56cd8acf3d73466ff904a707c4bb523dd5ab46d | 2010-10-15 | 2 | -4/+4 | ||
| * | 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 | 2010-10-16 | 21 | -92/+214 | ||
* | | Import revised translations.•••Change-Id: If1dd926a84f861cdf8bbd24bad264a8a6facbde3 | 2010-10-27 | 42 | -638/+1217 | ||
* | | Change suggestion update delay from 100ms to 180ms to avoid flashy suggestion...•••bug: 3122641 Change-Id: I385f9eb2e392487d7b4c252553d1f8d7c21da2e4 | 2010-10-27 | 1 | -2/+7 | ||
* | | Merge "Remove auto capitalization by Shift+puncs" | 2010-10-26 | 1 | -7/+0 | ||
|\ \ | ||||||
| * | | Remove auto capitalization by Shift+puncs•••bug: 3133312 Change-Id: I12a05d9028ab2fad07e1819407d63cf8ffd4d30c | 2010-10-27 | 1 | -7/+0 | ||
* | | | Merge "Update assets for LatinIME" | 2010-10-26 | 78 | -3/+3 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Update assets for LatinIME•••Bug: 3109804 Change-Id: I07b5b0ff32228a6d10b92575f916b058e4ac26b7 | 2010-10-27 | 78 | -3/+3 | ||
* | | | Follow-up change to revise Caps Lock sequence.•••bug: 3122877 Change-Id: I44c539d7c041443f3ad027de4b75a67adf6b2c87 | 2010-10-26 | 4 | -19/+44 | ||
* | | | Get rid of mCapsLock in LatinIME.java•••Change-Id: I9c6387ee387d53460d23a12225829da344674579 | 2010-10-25 | 1 | -32/+48 | ||
* | | | Remove LatinKeyboardBaseView.isShifted() and setShifted() for refactoring•••Change-Id: I9a1106b679a9ffb3ae959d90377eef096e5af842 | 2010-10-25 | 3 | -42/+42 | ||
* | | | Merge "Get rid of references to BaseKeyboard in Latin-specific classes" | 2010-10-25 | 3 | -26/+30 | ||
|\ \ \ | ||||||
| * | | | Get rid of references to BaseKeyboard in Latin-specific classes•••Change-Id: I6871a24967b1410bdb14e902bdd311ef82fd4f0b | 2010-10-25 | 3 | -26/+30 | ||
| |/ / | ||||||
* / / | Add an icon for US keyboard subtype•••- TODO: add other icons Change-Id: Ie958b9d59bb33bd6dbfc78a403bfda022bfaf790 | 2010-10-25 | 4 | -1/+1 | ||
|/ / | ||||||
* | | Revise caps lock sequences•••This change also fixes that the popup preview of ALT on symbol keyboard is not showing. Bug: 3122877 Bug: 3127255 Change-Id: I978cb30a0d05298274d8ab6541b91323a0fef211 | 2010-10-25 | 6 | -93/+151 | ||
* | | Merge "Tablet keyboard should always show "?123" as symbol key" | 2010-10-22 | 3 | -29/+38 | ||
|\ \ | ||||||
| * | | Tablet keyboard should always show "?123" as symbol key•••Bug: 3118554 Change-Id: Ib609799f28dee56a4ded2e8144ac4a0c0d113ad6 | 2010-10-22 | 3 | -29/+38 | ||
* | | | Refactor BaseKeyboardParser as Recursive Descendent Parser•••Bug: 3082538 Change-Id: Ic0d72c6fe08cfc20db86aeffb10a27efe678095e | 2010-10-22 | 2 | -114/+281 | ||
|/ / | ||||||
* | | Merge "Make mini-keyboard narrower on tablet landscape mode" | 2010-10-22 | 2 | -0/+116 | ||
|\ \ | ||||||
| * | | Make mini-keyboard narrower on tablet landscape mode•••This change narrows mini-keyboard key width from 7.5% to 5.0% of the screen width. Bug: 3122769 Change-Id: I4ae0e79262ec3fadab8f86aa57a8a6cec5cb4670 | 2010-10-22 | 2 | -0/+116 | ||
* | | | Table keyboard should always show return icon on enter key•••Bug: 3122750 Change-Id: I75d2b5adff3a349d29d8a56e7b761c26b04683c0 | 2010-10-22 | 3 | -25/+31 | ||
|/ / | ||||||
* | | Make "show settings key option" dependent to device configuration•••Bug: 3095814 Change-Id: I73b8a5023b398621a910c953eade252dc6412923 | 2010-10-22 | 4 | -6/+16 | ||
* | | Move BaseKeyboardParser to top-level class•••Bug: 3082538 Change-Id: If0ddf32bc3811e3c65a7a96503c61ed3351eeb66 | 2010-10-21 | 2 | -217/+233 | ||
* | | Refactor BaseKeyboard parsing code•••Change-Id: I241125b5b15c9d6bbba456476f1f4fd3ef9db3f2 | 2010-10-21 | 1 | -164/+193 | ||
* | | Merge "Make common qwerty keyboard layout files and include these" | 2010-10-20 | 10 | -728/+602 | ||
|\ \ | ||||||
| * | | Make common qwerty keyboard layout files and include these•••Change-Id: I0cb8de748c4365e42d015078daf686ed76ca105b | 2010-10-21 | 10 | -728/+602 | ||
* | | | Add ; to list of punctuation•••bug: 3034792 Change-Id: I8e5f3907840fa2ddc2b5ac99328525313465ea35 | 2010-10-21 | 1 | -1/+1 | ||
|/ / | ||||||
* | | Manual merge of the following Gingerbread changes logically•••I8b38e280 Ia3929bb0 If925b546 I1062763d I901e36aa bug: 3100311 Change-Id: Ic7e01277ec816e77d34732599b2b9552668b81c2 | 2010-10-20 | 31 | -340/+1302 | ||
* | | Update xlarge drawable of Keyboard•••Bug: 3109804 Change-Id: I316f9cfcec377a7d0ea1417e1e3cea55cbdb9e2b | 2010-10-19 | 74 | -175/+297 | ||
* | | Disable gesture detector on mini-keyboard•••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 | 2010-10-19 | 1 | -3/+6 | ||
* | | Cleanup LatinKeyboard and LatinKeyboard.LatinKey classes•••Change-Id: I4c5a37315dea1c7545b77a8a6c93b930927a5a82 | 2010-10-18 | 2 | -33/+19 | ||
* | | Merge "Showing popup preview only when IME is in foreground" | 2010-10-17 | 2 | -10/+28 | ||
|\ \ | ||||||
| * | | Showing popup preview only when IME is in foreground•••Bug: 3100922 Change-Id: Icd59fc3978dc1fccb523a368b0a7d4549fc2db78 | 2010-10-17 | 2 | -10/+28 | ||
* | | | Save default enter key attributes and restore these if needed•••Bug: 3103016 Change-Id: Id8128d5b685ac040afd2c248e1ad17e9aaf1fdf0 | 2010-10-17 | 1 | -0/+21 | ||
|/ / | ||||||
* | | Specify keyboard metrics with physical unit "inch"•••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 | 2010-10-17 | 57 | -136/+240 | ||
* | | am c247df2d: am 0ccc4bfe: Merge "Reduce popup preview fading out animation du...•••Merge commit 'c247df2d05932f36ca1ebbba34b57a92254f433e' * commit 'c247df2d05932f36ca1ebbba34b57a92254f433e': Reduce popup preview fading out animation duration to 70ms | 2010-10-16 | 1 | -1/+1 | ||
|\| | ||||||
| * | Merge "Reduce popup preview fading out animation duration to 70ms" into ginge... | 2010-10-15 | 1 | -1/+1 | ||
| |\ | ||||||
| | * | Reduce popup preview fading out animation duration to 70ms•••Bug: 3099331 Change-Id: I32c11bb25ebdb97af0c883c475d96fc8e2749101 | 2010-10-15 | 1 | -1/+1 | ||
* | | | am 4b6b11b5: am 8a26e853: Fix an issue of adding extra character.•••Merge commit '4b6b11b5064a3b8b604a6441e7a037b0443ec6ed' * commit '4b6b11b5064a3b8b604a6441e7a037b0443ec6ed': Fix an issue of adding extra character. | 2010-10-16 | 1 | -1/+6 | ||
|\| | | ||||||
| * | | 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 | 2010-10-15 | 1 | -1/+6 | ||
| * | | Merge "Follow up change of I8b38e280 (DO NOT MERGE)" into gingerbread | 2010-10-14 | 3 | -24/+28 | ||
| |\ \ |