Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
* | Optimization•••All calls to this methods are made with an actual String. No sense beating ourselves with an interface stick. Change-Id: I6ef98286be6f81f73864b04f3a17e68f36a6e542 | 2012-03-15 | 1 | -2/+2 | |
* | Use the unique flag in SuggestionsView•••Also, the first word in a sugestions list can never be obsolete. Change-Id: Ib21439aac8db4e6ce5b15b7a2aabe4222bc354db | 2012-03-15 | 1 | -1/+1 | |
* | Fix an OOB•••The combination of I6b0262fe which removes the internal size() > 1 test in the safety net calculation and I642a5893 which assumed DBG means there is at least one suggestion. This change writes the test correctly. Change-Id: Ib63bce4e163a785f408dd145c23d64cd58fa8c90 | 2012-03-12 | 1 | -1/+1 | |
* | Recompute safety net in debug cases instead of memorizing•••Change-Id: I67f3a31db081afa4871ec441dd461c56e098c668 | 2012-03-09 | 1 | -1/+5 | |
* | Fix centering more suggestions panel on tablet•••Bug: 6129726 Change-Id: I8dac3251eec68ad3fb523c632ff39f3cc661c81f | 2012-03-08 | 1 | -21/+11 | |
* | Dynamically determine key preview backing view height•••Bug: 6023947 Change-Id: I53a5c0eb99100a0dfe3e025808f5dc55747d1287 | 2012-03-07 | 1 | -2/+28 | |
* | Integrate the logic to calculate the proximities•••Bug: 4343280 Change-Id: I0f6a7e6912ed4abea07c10d266da4c7ccb0dae76 | 2012-03-06 | 1 | -1/+1 | |
* | Make SuggestedWords immutable completely•••Change-Id: I1b0f7b857e89307c987187c1969a2846aa97fdcc | 2012-03-05 | 1 | -37/+38 | |
* | Make SuggestedWords partially immutable•••Change-Id: I72a2f71d7f6565a30c06e563b0a64f496542cde9 | 2012-03-05 | 1 | -1/+1 | |
* | Revert "Make SuggestedWords immutable"•••This reverts commit c208f4dfb7abe1b7a83c725d515edb3615d5d927 | 2012-03-05 | 1 | -2/+2 | |
* | Make SuggestedWords immutable•••Change-Id: I26bd82aee5ead84e40abfc3db5a48ed6d1e42361 | 2012-03-05 | 1 | -2/+2 | |
* | Move a method to a more sensical place.•••Change-Id: I11f87448f689cf828bff960ad7a3e4739a3457dc | 2012-03-05 | 1 | -4/+3 | |
* | Merge "Some renaming" | 2012-03-04 | 1 | -1/+1 | |
|\ | |||||
| * | Some renaming•••Change-Id: I445277cb3af469a0145a8da0ffb801b7e19048cd | 2012-03-02 | 1 | -1/+1 | |
| * | Revert "Make a member read-only"•••This reverts commit 6a43e39bf077bcb706be5e5a84056a3f62580ad7 | 2012-03-02 | 1 | -1/+1 | |
| * | Make a member read-only•••Change-Id: I9a718eaf07e1b6c659e649350d3605f365db2839 | 2012-03-02 | 1 | -1/+1 | |
* | | Support dividers in MoreKeysKeyboard•••Bug: 6080806 Change-Id: Iacd78c6aab6abf948717d34da7489a79c41316d2 | 2012-03-02 | 1 | -2/+2 | |
|/ | |||||
* | Explicitly specify that labels might be in more keys•••Bug: 6080806 Bug: 6081427 Change-Id: I455a0210e65ea2a7774e0e0071cea5f4a99577bd | 2012-03-01 | 1 | -1/+1 | |
* | Get rid of Key.setIcon(Drawable)•••Change-Id: If6ebbdefcbfd0cc14c72858f9bb44861e8abe079 | 2012-02-03 | 1 | -4/+20 | |
* | Auto generate various shift states alphabet keyboard automatically•••If any shift state variants of alphabet keyboard layout is not specified in KeyboardSet.Element, it will be automatically generated from base alphabet keyboard definition. This change also * Eliminates KeyboardShiftState object from Keyboard. * Removes various set shift state methods from Keyboard. * Removes KeyboardSet.Element.elementAutoGenerate attribute. * Separates "sticky" Key.backgroundType to "stickyOff" and "stickyOn" * Add preserveCase flag to smiley, .com, and labeled special keys. * Rename KeyboardShiftState class to AlphabetShiftState. * Rename some attributes from *UppercaseLetter* to *ShiftedLetterHint*. * Introduce shiftedLetterActivated to Key.keyLabelFlags Change-Id: I01a0a8efeeaa76820ae728a5bdfa8d02b6ce74b7 | 2012-01-31 | 1 | -5/+0 |