Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -24/+3 | |
* | Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086 | 2013-01-21 | 2 | -16/+16 | |
* | 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 | 2 | -172/+12 | |
* | | 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 | 2 | -44/+33 | |
* | | Add CoordinateUtils class•••Change-Id: I23784117f77da54ee2a0670e65d86e26d762a687 | 2012-11-28 | 1 | -2/+3 | |
* | | Replace useless CharSequence to String•••Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991 | 2012-10-22 | 2 | -10/+10 | |
* | | Suggestion strip will honor haptic feedback settings of keyboard•••Bug: 7313372 Change-Id: I427da8de68be3d2a78e810556340b96ab4edcc2d | 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 | 2012-10-16 | 2 | -1/+7 | |
|\| | |||||
| * | Fix more suggestions text width calculation•••Bug: 7345983 Change-Id: Ic1554db98e7aaf032eb90a98c0c37c7c789461b5 | 2012-10-16 | 2 | -1/+7 | |
* | | 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 | 2 | -54/+62 | |
* | | Fix NPE observed only by monkey test•••Bug: 7258660 Change-Id: I286c704b32efeada8505d953438f2595166f7e8f | 2012-10-01 | 2 | -33/+35 | |
|/ | |||||
* | Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e | 2012-09-27 | 3 | -8/+8 | |
* | Separate inner classes of keyboard package out under internal package•••Change-Id: Ia3969bd5ddec5aa5d81d05ad4cf676d818587922 | 2012-08-30 | 1 | -133/+139 | |
* | 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 | 3 | -42/+44 | |
* | ResearchLog refactor•••- new package: com.android.inputmethod.research multi-project commit with Ic0a5744f3160d13218addd589890623c0d120ffc Bug: 6188932 Change-Id: Icf8d4a40a5725401799be6e209a640d99a5f34c4 | 2012-07-20 | 1 | -1/+1 | |
* | Remove a useless method, rename another. (A54)•••Change-Id: If36b5375b04f68deeb72bcece3cb8d37aed57f59 | 2012-07-05 | 1 | -6/+2 | |
* | Move the safety net function to AutoCorrection (A44)•••Change-Id: Iec791d061f237f60992dd6048c4a37b46f4cb9aa | 2012-07-04 | 1 | -3/+4 | |
* | Remove old debug code that has been long broken (A34)•••Change-Id: I9b5a0e34529724984aad1e2bf99b3e00f8ed0dd7 | 2012-06-29 | 1 | -3/+2 | |
* | Merge "Do not display punctuation suggestions when bigrams are on." into jb-dev | 2012-06-14 | 1 | -1/+1 | |
|\ | |||||
| * | Do not display punctuation suggestions when bigrams are on.•••Bug: 6310401 Change-Id: I9d31c48e287aceedaf2f4c5129031ddb31402451 | 2012-06-15 | 1 | -1/+1 | |
* | | Dismiss more suggestions panel when suggestions strip is closed•••This change fixes possible NPE as well. Bug: 6658028 Change-Id: I8706808d1002b7b0b95930fd9b08568f08645da6 | 2012-06-14 | 2 | -1/+2 | |
|/ | |||||
* | Tiny comment update to reflect what the class does more accurately.•••Change-Id: I9eab3b5d387a5bf5d9b7fce4c1618170a7f34727 | 2012-05-20 | 1 | -1/+1 | |
* | Set divider icon's alpha value on the fly•••Bug: 6183494 Change-Id: I61a0c7617648d9c52e5001b3479afa0ab4913adc | 2012-05-16 | 1 | -3/+5 | |
* | Fix calculation of more keys keyboard position based on key preview•••Bug: 6135881 Change-Id: Id1c4e2c13d13b474466cb9b42b425aa9f6f9448b | 2012-05-09 | 1 | -4/+2 | |
* | Make the "Touch again to save" hint text touchable.•••Bug: 6355346 Change-Id: I96933719cc94f25e6c7ecb1d6345c11b6acc4134 | 2012-04-24 | 1 | -7/+18 | |
* | Remove useless key event handling methods•••Change-Id: I8c42fba79aba643ab7a145e6fd54ef23855a3ad0 | 2012-04-18 | 1 | -4/+0 | |
* | add logPoint for manual correction (inc touch pos)•••Bug: 6188932 Change-Id: Ibcc4901bcfab6632ee4c59cb58d35452218a288d | 2012-04-16 | 1 | -3/+5 | |
* | move suggested words logpoint to SuggestionsView.java•••Bug: 6188932 Change-Id: I73974783783bb4453962cb9009656d86d2074409 | 2012-04-09 | 1 | -0/+5 | |
* | Cleanup FrameLayoutCompatUtils to ViewLayoutUtils•••Bug: 6129704 Change-Id: I52f2e236c7dae3ac2cba64392165f955a53d3f42 | 2012-04-02 | 1 | -2/+2 | |
* | Separate leftward arrow from "add to dictionary" hint text•••Bug: 6008875 Change-Id: I2be1698e485bc6541163771f41b8b82eaa3cee7a | 2012-03-29 | 1 | -2/+11 | |
* | Merge "Refactor key drawing code in KeyboardView" | 2012-03-21 | 2 | -9/+7 | |
|\ | |||||
| * | Refactor key drawing code in KeyboardView•••Change-Id: Ic7af05caee32eb6cba68d27ba4e2d9072472b34d | 2012-03-21 | 3 | -13/+7 | |
* | | Cleanup proximity related code•••Bug: 4343280 Change-Id: I57c0f9e20d9d8911009ea97057251a7f7a81512f | 2012-03-19 | 2 | -4/+0 | |
* | | Small performance improvement by removing interface accesses.•••Change-Id: I6d91f3b086470b79306dbe2874db9748b9e0eb5f | 2012-03-17 | 1 | -5/+4 | |
|/ | |||||
* | De-duplicate a method•••Change-Id: Ia1c80eeff00a55573bb311f07e1275da23bdcf98 | 2012-03-15 | 2 | -27/+5 | |
* | Remove useless code•••Change-Id: I58de87c1ba4cd1130419191f63ff83b685604356 | 2012-03-15 | 1 | -2/+0 |