| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the suggestion size.•••The available space was not computed correctly. This makes the
decision to ellipsize/expand the middle suggestion correct.
Also, the scale was not applied correctly in some cases.
Finally, for some reason ellipsize does not work as we expect.
I'm not sure how to get it to work like we want it to, but
this works around the problem in a simple manner.
Bug: 11158757
Change-Id: I083e7ac56e157f100923733e67b92a6368a526c9
|  Jean Chalard | 2013-10-11 | 1 | -9/+26 |
* | Merge "Revert "Remove key preview backing view"" |  Ken Wakasa | 2013-08-30 | 2 | -3/+14 |
|\ |
|
| * | Revert "Remove key preview backing view"•••This reverts commit 2dfcfc5013eee2fbd19a5830ff70943bd6c1bee2.
Change-Id: I96c691b2e9c92be456420196cd7361d03ea4f3e9
bug: 10541453
|  Ken Wakasa | 2013-08-30 | 2 | -3/+14 |
* | | Fix build•••Change-Id: I60a6ee4dff8203cd9a2ed8045df6a2d75e50c89d
|  Tadashi G. Takaoka | 2013-08-27 | 1 | -1/+1 |
* | | Add _gb to Gingerbread resources•••Bug: 10415342
Change-Id: Id8caf5a972fe72b577dbf50dcd2cf739b2d35a32
|  Tadashi G. Takaoka | 2013-08-27 | 1 | -1/+1 |
* | | Remove unnecessary alpha attributes of SuggestionStripView•••Change-Id: I78701403d7bd21928c4b459bb336a565f386ebcc
|  Tadashi G. Takaoka | 2013-08-21 | 1 | -17/+5 |
* | | Merge "Add empty key background type" |  Tadashi G. Takaoka | 2013-08-14 | 1 | -1/+2 |
|\ \ |
|
| * | | Add empty key background type•••Change-Id: I9b07c58a9b70ae0228f87e1f066ca8cd959b4f03
|  Tadashi G. Takaoka | 2013-08-14 | 1 | -1/+2 |
| |/ |
|
* / | Thin out audio and haptic feedback while key repeat•••Bug: 6522943
Change-Id: Id60f256ab0f8741578eda276116817fa48917325
|  Tadashi G. Takaoka | 2013-08-14 | 1 | -1/+1 |
|/ |
|
* | Remove key preview backing view•••This change re-origanizes view hierarchy of IME's input view.
Change-Id: I9d0a07692d0f41de3345d207366393bcd5424f7e
|  Tadashi G. Takaoka | 2013-08-09 | 2 | -14/+3 |
* | Remove processMotionEvent from MoreKeysKeyboardView•••Change-Id: I5373df4a7c82f964f99acf70325bba8702111a75
|  Tadashi G. Takaoka | 2013-08-08 | 1 | -6/+2 |
* | Add MoreKeysPanel argument to Controller methods•••Bug: 9334755
Change-Id: I5a7104f4c98982f11fb4e060fa83c21bfc360558
|  Tadashi G. Takaoka | 2013-07-25 | 1 | -3/+3 |
* | Remove boolean return value of dismissing more keys panel•••Bug: 9334755
Change-Id: Ic29ab69cfbf9007e98fe67695f1854b4876eb976
|  Tadashi G. Takaoka | 2013-07-25 | 1 | -11/+7 |
* | Move a couple classes to the utils package•••Change-Id: Ia14a2011d79bad7cd02697b9254705f6e2099442
|  Ken Wakasa | 2013-07-19 | 1 | -2/+2 |
* | Move TypefaceUtils and ViewUtils to utils package•••Change-Id: Iccd47c27670248c43de9a539c1951111d7733111
|  Tadashi G. Takaoka | 2013-07-05 | 2 | -2/+2 |
* | Reorganize Utils class•••Change-Id: I7294d1547def5dcfcae9d1d53b277cb3cc9f2d18
|  Tadashi G. Takaoka | 2013-07-05 | 2 | -4/+2 |
* | Fix the one-suggestion case.•••When there is only one suggestion, this code does
not work. The reason for that is, it's not homogeneous
at all and takes indices of one thing into another.
Not completely related to b/8839763, but realized
working on this and needed to have it addressed.
Bug: 8839763
Change-Id: I422730cc7eebb69ff421a171025af0390ebcdf92
|  Jean Chalard | 2013-06-25 | 1 | -22/+36 |
* | Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
|  Ken Wakasa | 2013-06-24 | 3 | -4/+4 |
* | Fix punctuations strip•••Bug: 9508186
Change-Id: I8f0fbf4e0578cf9116d4c57e7e5747d38c89387e
|  Tadashi G. Takaoka | 2013-06-21 | 2 | -5/+14 |
* | Expand suggestion strip when center suggestion is long•••Bug: 9059710
Change-Id: I7fa2658cc6442e86f69c991f1e99db6fb1ef909c
|  Tadashi G. Takaoka | 2013-06-03 | 1 | -1/+18 |
* | Fix ArrayIndexOutOfBoundException•••Change-Id: I243fc4965365680615eed834efe9ae0240e7f2a8
|  Tadashi G. Takaoka | 2013-06-03 | 1 | -0/+3 |
* | Refactor SuggestionStripLayoutHelper a bit•••Bug: 9059710
Change-Id: Ief12029bad75d4dc78090ab97555aece01b873de
|  Tadashi G. Takaoka | 2013-05-31 | 3 | -120/+124 |
* | Cleanup unreadable variable names•••Change-Id: Ic97687c58e25e4b0c6833cc25d10854f5f513081
|  Tadashi G. Takaoka | 2013-05-30 | 2 | -114/+118 |
* | Separate SuggestionStripLayoutHelper for readablity•••Change-Id: I82c749c6837c3af7ae290f4cd92f5426ca58b5c7
|  Tadashi G. Takaoka | 2013-05-30 | 2 | -541/+570 |
* | Refactor suggestion strip layout methods a bit•••Bug: 9059710
Change-Id: I8dc698c1d61ca51b65b232e6c586472588a4accb
|  Tadashi G. Takaoka | 2013-05-28 | 1 | -65/+104 |
* | Remove unnecessary methods of KeyboardSwitcher•••Change-Id: Idd3647bb1a1d40df8bb89eda715d45427a58d0cd
|  Tadashi G. Takaoka | 2013-05-22 | 1 | -1/+3 |
* | Introduce MoreSuggestionsListener class•••Bug: 8694255
Change-Id: I9420a7cb1983c6211f58d13b3b11db4347c3f99b
|  Tadashi G. Takaoka | 2013-05-01 | 3 | -22/+49 |
* | Reset vertical correction when more suggestions are in modal mode•••Bug: 8605150
Change-Id: Iadbebfb80e765c97e58e8524eb87419f2a9e41d4
|  Tadashi G. Takaoka | 2013-04-15 | 2 | -2/+8 |
* | Add TypefaceUtils•••Change-Id: I2d939bc1e3279253902b28ff12bbf7861716b64d
|  Tadashi G. Takaoka | 2013-04-11 | 3 | -12/+10 |
* | Offer to add any OOV typed word to the dictionary.•••That includes gestures, which used not to work.
Bug: 8532637
Change-Id: I04606565d7000faadf954c4a806c39d4d162a2c1
|  Jean Chalard | 2013-04-09 | 1 | -5/+6 |
* | Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICS•••bug: 8393568
Change-Id: Ie5edf44a3627aca9416145aff56bf05bbf2a05f3
|  Ken Wakasa | 2013-03-18 | 1 | -1/+1 |
* | Separate suggestions from SuggestionView•••This is a cleanup change, but it's also necessary for
Bug: 8152758
Change-Id: Id6ba06243f573fdb856f87d1df03277c9f2e5e71
|  Jean Chalard | 2013-02-28 | 1 | -4/+0 |
* | Cache MoreKeysKeyboard instead of container view of it•••This change also cleans up MoreKeysPanel related stuff.
Bug: 8047165
Change-Id: I4f2211e00c7d08469a7413568db039c1c597fb3c
|  Tadashi G. Takaoka | 2013-01-22 | 2 | -24/+3 |
* | Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
|  Tadashi G. Takaoka | 2013-01-21 | 2 | -16/+16 |
* | Move MoreKeysPanel.Controller implementation to MainKeyboardView•••Change-Id: Iffa298d51ca21a7dcd1e77c633217532d96d2cf5
|  Tadashi G. Takaoka | 2013-01-21 | 1 | -7/+7 |
* | resolved conflicts for merge of d48d6fee to master•••Change-Id: I21141956135debe737453dba87617671b1716d0a
|  Ken Wakasa | 2012-12-15 | 1 | -1/+1 |
|\ |
|
| * | Use the amended user dictionary word for insertion•••When the user edits a word before adding it to the user
dictionary, the keyboard should replace whatever was
committed before with the amended version.
Bug: 7725834
Change-Id: I1a417be6c5a86d6a96bc2c76aca314ad8f1202a9
|  Jean Chalard | 2012-12-14 | 1 | -1/+1 |
* | | Refactor more keys menu framework (part 3)•••Make it possible to re-enter gesture input even after triggering the long-press
menu. This is useful for new users who may pause at the start of a word. Works
for both single and bi-manual gestures.
Bug: 7595193
Change-Id: Ieaecfd5385ed6c10ae9347b99c2e35a0de5e895d
|  Tom Ouyang | 2012-12-13 | 1 | -0/+5 |
* | | Refactor more keys menu framework (part 2)•••- Integrate pointer tracking between more keys menu, more suggestions menu, and main keyboard.
- Adds multi-touch support for more keys menus. Long press with one finger and select keys with another finger.
Bug: 7508007
Change-Id: I394f28cd79e342d6bcfea573af72aa33b9def00f
|  Tom Ouyang | 2012-12-13 | 2 | -172/+12 |
* | | Remove unused suggestion preview stuffs•••Change-Id: Ida5668f4eba1783d96e02001a64ae713f98176b7
|  Tadashi G. Takaoka | 2012-12-07 | 1 | -47/+0 |
* | | Refactor more keys menu framework (part 1)•••Eliminate use of slower popup window for rendering the more keys menu and more suggestions menu.
These menus are now drawn directly on the preview placer view.
Change-Id: I40638724a6ffde2be4b5d0341d2a5db7ff7be930
|  Tom Ouyang | 2012-12-07 | 2 | -44/+33 |
* | | Add CoordinateUtils class•••Change-Id: I23784117f77da54ee2a0670e65d86e26d762a687
|  Tadashi G. Takaoka | 2012-11-28 | 1 | -2/+3 |
* | | Replace useless CharSequence to String•••Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991
|  Tadashi G. Takaoka | 2012-10-22 | 2 | -10/+10 |
* | | Suggestion strip will honor haptic feedback settings of keyboard•••Bug: 7313372
Change-Id: I427da8de68be3d2a78e810556340b96ab4edcc2d
|  Tadashi G. Takaoka | 2012-10-17 | 1 | -0/+2 |
* | | am 344a7fef: am 658e935b: am c0bc3369: Merge "Fix more suggestions text width...•••* commit '344a7fef5bd101e2d1c4278cc35de2862f28a456':
Fix more suggestions text width calculation
|  Tadashi G. Takaoka | 2012-10-16 | 2 | -1/+7 |
|\| |
|
| * | Fix more suggestions text width calculation•••Bug: 7345983
Change-Id: Ic1554db98e7aaf032eb90a98c0c37c7c789461b5
|  Tadashi G. Takaoka | 2012-10-16 | 2 | -1/+7 |
* | | Add SuggestedWords.isEmpty() method•••Change-Id: I0fcb104a6a81aee4b99f5ee848eba7495630dc7d
|  Tadashi G. Takaoka | 2012-10-03 | 1 | -3/+0 |
* | | Add final modifier to the classes under suggestions sub-package•••Change-Id: I19fc8eaac1aebef9cf4deb004e78484ff9a1e7ca
|  Tadashi G. Takaoka | 2012-10-03 | 2 | -54/+62 |
* | | Fix NPE observed only by monkey test•••Bug: 7258660
Change-Id: I286c704b32efeada8505d953438f2595166f7e8f
|  Tadashi G. Takaoka | 2012-10-01 | 2 | -33/+35 |
|/ |
|
* | Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
|  Tadashi G. Takaoka | 2012-09-27 | 3 | -8/+8 |