aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Do not display punctuation suggestions when bigrams are on." into jb-devJean Chalard2012-06-141-1/+1
|\
| * Do not display punctuation suggestions when bigrams are on.Jean Chalard2012-06-151-1/+1
| | | | | | | | | | Bug: 6310401 Change-Id: I9d31c48e287aceedaf2f4c5129031ddb31402451
* | Dismiss more suggestions panel when suggestions strip is closedTadashi G. Takaoka2012-06-142-1/+2
|/ | | | | | | This change fixes possible NPE as well. Bug: 6658028 Change-Id: I8706808d1002b7b0b95930fd9b08568f08645da6
* Tiny comment update to reflect what the class does more accurately.Ken Wakasa2012-05-201-1/+1
| | | | Change-Id: I9eab3b5d387a5bf5d9b7fce4c1618170a7f34727
* Set divider icon's alpha value on the flyTadashi G. Takaoka2012-05-161-3/+5
| | | | | Bug: 6183494 Change-Id: I61a0c7617648d9c52e5001b3479afa0ab4913adc
* Fix calculation of more keys keyboard position based on key previewTadashi G. Takaoka2012-05-091-4/+2
| | | | | Bug: 6135881 Change-Id: Id1c4e2c13d13b474466cb9b42b425aa9f6f9448b
* Make the "Touch again to save" hint text touchable.Tadashi G. Takaoka2012-04-241-7/+18
| | | | | Bug: 6355346 Change-Id: I96933719cc94f25e6c7ecb1d6345c11b6acc4134
* Remove useless key event handling methodsTadashi G. Takaoka2012-04-181-4/+0
| | | | Change-Id: I8c42fba79aba643ab7a145e6fd54ef23855a3ad0
* add logPoint for manual correction (inc touch pos)Kurt Partridge2012-04-161-3/+5
| | | | | Bug: 6188932 Change-Id: Ibcc4901bcfab6632ee4c59cb58d35452218a288d
* move suggested words logpoint to SuggestionsView.javaKurt Partridge2012-04-091-0/+5
| | | | | Bug: 6188932 Change-Id: I73974783783bb4453962cb9009656d86d2074409
* Cleanup FrameLayoutCompatUtils to ViewLayoutUtilsTadashi G. Takaoka2012-04-021-2/+2
| | | | | Bug: 6129704 Change-Id: I52f2e236c7dae3ac2cba64392165f955a53d3f42
* Separate leftward arrow from "add to dictionary" hint textTadashi G. Takaoka2012-03-291-2/+11
| | | | | Bug: 6008875 Change-Id: I2be1698e485bc6541163771f41b8b82eaa3cee7a
* Merge "Refactor key drawing code in KeyboardView"Tadashi G. Takaoka2012-03-212-9/+7
|\
| * Refactor key drawing code in KeyboardViewTadashi G. Takaoka2012-03-213-13/+7
| | | | | | | | Change-Id: Ic7af05caee32eb6cba68d27ba4e2d9072472b34d
* | Cleanup proximity related codesatok2012-03-192-4/+0
| | | | | | | | | | Bug: 4343280 Change-Id: I57c0f9e20d9d8911009ea97057251a7f7a81512f
* | Small performance improvement by removing interface accesses.Ken Wakasa2012-03-171-5/+4
|/ | | | Change-Id: I6d91f3b086470b79306dbe2874db9748b9e0eb5f
* De-duplicate a methodJean Chalard2012-03-152-27/+5
| | | | Change-Id: Ia1c80eeff00a55573bb311f07e1275da23bdcf98
* Remove useless codeJean Chalard2012-03-151-2/+0
| | | | Change-Id: I58de87c1ba4cd1130419191f63ff83b685604356
* OptimizationJean Chalard2012-03-151-2/+2
| | | | | | | All calls to this methods are made with an actual String. No sense beating ourselves with an interface stick. Change-Id: I6ef98286be6f81f73864b04f3a17e68f36a6e542
* Use the unique flag in SuggestionsViewJean Chalard2012-03-151-1/+1
| | | | | | | Also, the first word in a sugestions list can never be obsolete. Change-Id: Ib21439aac8db4e6ce5b15b7a2aabe4222bc354db
* Fix an OOBJean Chalard2012-03-121-1/+1
| | | | | | | | | 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
* Recompute safety net in debug cases instead of memorizingJean Chalard2012-03-091-1/+5
| | | | Change-Id: I67f3a31db081afa4871ec441dd461c56e098c668
* Fix centering more suggestions panel on tabletTadashi G. Takaoka2012-03-081-21/+11
| | | | | Bug: 6129726 Change-Id: I8dac3251eec68ad3fb523c632ff39f3cc661c81f
* Dynamically determine key preview backing view heightTadashi G. Takaoka2012-03-071-2/+28
| | | | | Bug: 6023947 Change-Id: I53a5c0eb99100a0dfe3e025808f5dc55747d1287
* Integrate the logic to calculate the proximitiessatok2012-03-061-1/+1
| | | | | | Bug: 4343280 Change-Id: I0f6a7e6912ed4abea07c10d266da4c7ccb0dae76
* Make SuggestedWords immutable completelyTadashi G. Takaoka2012-03-051-37/+38
| | | | Change-Id: I1b0f7b857e89307c987187c1969a2846aa97fdcc
* Make SuggestedWords partially immutableTadashi G. Takaoka2012-03-051-1/+1
| | | | Change-Id: I72a2f71d7f6565a30c06e563b0a64f496542cde9
* Revert "Make SuggestedWords immutable"Tadashi Takaoka2012-03-051-2/+2
| | | This reverts commit c208f4dfb7abe1b7a83c725d515edb3615d5d927
* Make SuggestedWords immutableTadashi G. Takaoka2012-03-051-2/+2
| | | | Change-Id: I26bd82aee5ead84e40abfc3db5a48ed6d1e42361
* Move a method to a more sensical place.Jean Chalard2012-03-051-4/+3
| | | | Change-Id: I11f87448f689cf828bff960ad7a3e4739a3457dc
* Merge "Some renaming"Jean Chalard2012-03-041-1/+1
|\
| * Some renamingJean Chalard2012-03-021-1/+1
| | | | | | | | Change-Id: I445277cb3af469a0145a8da0ffb801b7e19048cd
| * Revert "Make a member read-only"Jean Chalard2012-03-021-1/+1
| | | | | | This reverts commit 6a43e39bf077bcb706be5e5a84056a3f62580ad7
| * Make a member read-onlyJean Chalard2012-03-021-1/+1
| | | | | | | | Change-Id: I9a718eaf07e1b6c659e649350d3605f365db2839
* | Support dividers in MoreKeysKeyboardTadashi G. Takaoka2012-03-021-2/+2
|/ | | | | Bug: 6080806 Change-Id: Iacd78c6aab6abf948717d34da7489a79c41316d2
* Explicitly specify that labels might be in more keysTadashi G. Takaoka2012-03-011-1/+1
| | | | | | Bug: 6080806 Bug: 6081427 Change-Id: I455a0210e65ea2a7774e0e0071cea5f4a99577bd
* Get rid of Key.setIcon(Drawable)Tadashi G. Takaoka2012-02-031-4/+20
| | | | Change-Id: If6ebbdefcbfd0cc14c72858f9bb44861e8abe079
* Auto generate various shift states alphabet keyboard automaticallyTadashi G. Takaoka2012-01-311-5/+0
| | | | | | | | | | | | | | | | | | 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
* Use String instaed of CharSequence in Key classTadashi G. Takaoka2012-01-251-1/+1
| | | | Change-Id: Ia76a41daede402ed2a509e110ae97d6bb660c760
* Rename KeyboardActionListener methodsTadashi G. Takaoka2012-01-171-4/+4
| | | | | | | | | | | * Rename KeyboardActionListener.onPress to onPressKey * Rename KeyboardActionListener.onRelease to onReleaseKey * Merge KeyboardSwicther.onPressShift, onPressSymbol, and onPressOtherKey to onPressKey. * Merge KeyboardSwitcher.onReleaseShift and onReleaseSymbol to onReleaseKey. * Merge KeyboardState.onPressShift, onPressSymbol, and onPressOtherKey to onPressKey. * Merge KeyboardState.onReleaseShift and onReleaseSymbol to onReleaseKey. Change-Id: Icf28fd18e238c5e534c292893e4ab5b6b98e72f8
* Move KeyboardBuilder and KeyboardParams classes into Keyboard classTadashi G. Takaoka2011-12-181-4/+2
| | | | | | | This change also moves XmlParseUtils to com.android.inputmethod.latin package. Bug: 5778201 Change-Id: I7d9faa344460753ce178ad4048e0fadb65c75614
* Remove LatinKeyboard classTadashi G. Takaoka2011-12-181-1/+1
| | | | Change-Id: I68c667b00dadf2ed9f1c62fb7da37d2cf499cd81
* Move KeyboardSwitcher.getKeyboard to KeyboardSetTadashi G. Takaoka2011-12-161-1/+1
| | | | | | | | This change also gets rid of XML id from KeyboardId. Bug: 5002108 Bug: 5679585 Change-Id: I7086c7da3c01ba4ade7f77ee5cc731310da46404
* Add com.android.inputmethod.latin.suggestions packageTadashi G. Takaoka2011-12-163-0/+1319
Change-Id: If4b823768ab9c073625da3034ecc8091be1df230