Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Revert "Remove key preview backing view"" | 2013-08-30 | 1 | -2/+2 | |
|\ | |||||
| * | Revert "Remove key preview backing view"•••This reverts commit 2dfcfc5013eee2fbd19a5830ff70943bd6c1bee2. Change-Id: I96c691b2e9c92be456420196cd7361d03ea4f3e9 bug: 10541453 | 2013-08-30 | 1 | -2/+2 | |
* | | Thin out audio and haptic feedback while key repeat•••Bug: 6522943 Change-Id: Id60f256ab0f8741578eda276116817fa48917325 | 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 | 2013-08-09 | 1 | -2/+2 | |
* | Remove processMotionEvent from MoreKeysKeyboardView•••Change-Id: I5373df4a7c82f964f99acf70325bba8702111a75 | 2013-08-08 | 1 | -6/+2 | |
* | Add MoreKeysPanel argument to Controller methods•••Bug: 9334755 Change-Id: I5a7104f4c98982f11fb4e060fa83c21bfc360558 | 2013-07-25 | 1 | -3/+3 | |
* | Remove boolean return value of dismissing more keys panel•••Bug: 9334755 Change-Id: Ic29ab69cfbf9007e98fe67695f1854b4876eb976 | 2013-07-25 | 1 | -11/+7 | |
* | Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa | 2013-06-24 | 1 | -1/+1 | |
* | Fix punctuations strip•••Bug: 9508186 Change-Id: I8f0fbf4e0578cf9116d4c57e7e5747d38c89387e | 2013-06-21 | 1 | -1/+4 | |
* | Refactor SuggestionStripLayoutHelper a bit•••Bug: 9059710 Change-Id: Ief12029bad75d4dc78090ab97555aece01b873de | 2013-05-31 | 1 | -2/+0 | |
* | Cleanup unreadable variable names•••Change-Id: Ic97687c58e25e4b0c6833cc25d10854f5f513081 | 2013-05-30 | 1 | -11/+13 | |
* | Separate SuggestionStripLayoutHelper for readablity•••Change-Id: I82c749c6837c3af7ae290f4cd92f5426ca58b5c7 | 2013-05-30 | 1 | -541/+16 | |
* | Refactor suggestion strip layout methods a bit•••Bug: 9059710 Change-Id: I8dc698c1d61ca51b65b232e6c586472588a4accb | 2013-05-28 | 1 | -65/+104 | |
* | Remove unnecessary methods of KeyboardSwitcher•••Change-Id: Idd3647bb1a1d40df8bb89eda715d45427a58d0cd | 2013-05-22 | 1 | -1/+3 | |
* | Introduce MoreSuggestionsListener class•••Bug: 8694255 Change-Id: I9420a7cb1983c6211f58d13b3b11db4347c3f99b | 2013-05-01 | 1 | -8/+4 | |
* | Reset vertical correction when more suggestions are in modal mode•••Bug: 8605150 Change-Id: Iadbebfb80e765c97e58e8524eb87419f2a9e41d4 | 2013-04-15 | 1 | -2/+2 | |
* | Add TypefaceUtils•••Change-Id: I2d939bc1e3279253902b28ff12bbf7861716b64d | 2013-04-11 | 1 | -1/+1 | |
* | Offer to add any OOV typed word to the dictionary.•••That includes gestures, which used not to work. Bug: 8532637 Change-Id: I04606565d7000faadf954c4a806c39d4d162a2c1 | 2013-04-09 | 1 | -5/+6 | |
* | Rename ProductionFlag.IS_EXPERIMENTAL to USES_DEVELOPMENT_ONLY_DIAGNOSTICS•••bug: 8393568 Change-Id: Ie5edf44a3627aca9416145aff56bf05bbf2a05f3 | 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 | 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 | 2013-01-22 | 1 | -3/+1 | |
* | Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086 | 2013-01-21 | 1 | -8/+8 | |
* | Move MoreKeysPanel.Controller implementation to MainKeyboardView•••Change-Id: Iffa298d51ca21a7dcd1e77c633217532d96d2cf5 | 2013-01-21 | 1 | -7/+7 | |
* | resolved conflicts for merge of d48d6fee to master•••Change-Id: I21141956135debe737453dba87617671b1716d0a | 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 | 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 | 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 | 2012-12-13 | 1 | -4/+1 | |
* | | Remove unused suggestion preview stuffs•••Change-Id: Ida5668f4eba1783d96e02001a64ae713f98176b7 | 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 | 2012-12-07 | 1 | -27/+12 | |
* | | Replace useless CharSequence to String•••Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991 | 2012-10-22 | 1 | -9/+9 | |
* | | Suggestion strip will honor haptic feedback settings of keyboard•••Bug: 7313372 Change-Id: I427da8de68be3d2a78e810556340b96ab4edcc2d | 2012-10-17 | 1 | -0/+2 | |
* | | Add SuggestedWords.isEmpty() method•••Change-Id: I0fcb104a6a81aee4b99f5ee848eba7495630dc7d | 2012-10-03 | 1 | -3/+0 | |
* | | Add final modifier to the classes under suggestions sub-package•••Change-Id: I19fc8eaac1aebef9cf4deb004e78484ff9a1e7ca | 2012-10-03 | 1 | -41/+47 | |
* | | Fix NPE observed only by monkey test•••Bug: 7258660 Change-Id: I286c704b32efeada8505d953438f2595166f7e8f | 2012-10-01 | 1 | -28/+31 | |
|/ | |||||
* | Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e | 2012-09-27 | 1 | -3/+3 | |
* | Revert "Revert "Move resource related methods to ResourceUtils""•••This reverts commit bfc02a7005ab9a2950cbe09a13a88e4edcbb051e. Change-Id: Ife4c0312ea3260211b1b5ee39b239e8e9d7db67e Depends: I3d862515568be36d5aa80d12e7e5c0a9bf4d06a6 | 2012-08-29 | 1 | -11/+8 | |
* | Revert "Move resource related methods to ResourceUtils"•••This reverts commit 160dc0f98e513819a6ebf11a2d65cdc851389344 Change-Id: Ic5a3d9c70b8f6f2993d8455799945ec2633cad66 | 2012-08-29 | 1 | -8/+11 | |
* | Move resource related methods to ResourceUtils•••Change-Id: I14535b030e58363315dd2daecaaef4edd6990cd9 | 2012-08-29 | 1 | -11/+8 | |
* | Use TypedArray.getFraction to read percentile values in resource•••Change-Id: Ifc8b024d190efba4cd536fd639621e841eb9970e | 2012-08-28 | 1 | -22/+16 | |
* | Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89 | 2012-08-22 | 1 | -4/+5 | |
* | Remove touch coordinate from pickSuggestionManually•••Change-Id: I33b1b4bc6fdfd263c4b2bb7125c07b4bddcf3c9f | 2012-08-21 | 1 | -5/+3 | |
* | Rename SuggestionsView to SuggestionStripView | 2012-07-23 | 1 | -0/+887 |