Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move StringUtils under common.•••Bug: 18108776 Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b | 2014-10-28 | 1 | -1/+1 | |
* | Move Constants.java to the latin.common package•••Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d | 2014-10-23 | 1 | -3/+3 | |
* | am 902cefb6: am 97ad4968: am bfabac44: Suppress voice input key on textWebEma...•••* commit '902cefb6635053b682a917259eb5a964a17506fd': Suppress voice input key on textWebEmailAddress field | 2014-09-18 | 1 | -1/+1 | |
|\ | |||||
| * | Suppress voice input key on textWebEmailAddress field•••Bug: 17486589 Change-Id: Ie9bf9266ee423b7e03cebcaa5f522accdd1a7802 | 2014-09-18 | 1 | -1/+1 | |
* | | resolved conflicts for merge of 8e9385cc to master•••Change-Id: Ia6d192ee4a8496afa3f788894844ebef78fb7a8c | 2014-09-13 | 1 | -0/+11 | |
|\| | |||||
| * | Only do double-space-period on real text fields.•••Bug: 15559216 Change-Id: Id6ecadc58c03889496967d67371457e4050d695b | 2014-09-12 | 1 | -0/+11 | |
* | | Add a private IME option to suppress the gesture floating preview text.•••If the option defined by Constants.NO_FLOATING_GESTURE_PREVIEW is set for a text field via EditorInfo.privateImeOptions, the floating gesture preview will be suppressed regardless of the settings preference. Feature request: bug: 17325039 Change-Id: I1a1df194369e8f2d76abd9d84939a057f55f4a1c | 2014-09-01 | 1 | -0/+11 | |
|/ | |||||
* | Hide voice input key from URI, Email, Number, and Phone layout•••Bug: 15709298 Change-Id: I05d9433d4e1c2cc475a2136cc97bc32bde6fc745 | 2014-06-18 | 1 | -1/+9 | |
* | Remove unused supportsSwitchingToShortcutIme attribute•••Change-Id: I51c5247ac925a158facb79057f704b763b903552 | 2014-06-06 | 1 | -1/+18 | |
* | Rename some boolean variables for readability•••Change-Id: I434cf507e68349b9893ac084645986d6b3d7da91 | 2014-06-05 | 1 | -5/+5 | |
* | Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef | 2014-05-24 | 1 | -2/+1 | |
* | Fix number password field handling•••Bug: 15088419 Change-Id: Ie88375c8c8203c318d9b410692c527443cb0a2d5 | 2014-05-20 | 1 | -3/+2 | |
* | Merge "Refactor InputAttributes a bit" | 2014-02-18 | 1 | -117/+155 | |
|\ | |||||
| * | Refactor InputAttributes a bit•••Change-Id: I43d65be6de64ba86f83e8528a138e20c4fa1e3ed | 2014-02-18 | 1 | -117/+155 | |
* | | Set neutral suggestions should be called after load settings•••Bug: 13058751 Change-Id: Iba49e86b90d595473d91753827d499e551dad45c | 2014-02-18 | 1 | -5/+11 | |
|/ | |||||
* | Don't show important notice on password field•••Bug: 10587358 Change-Id: Ieff7960e5e2b8609fddeb173af578a5d9b2c4d98 | 2014-02-17 | 1 | -2/+5 | |
* | [IL21] Move the workaround utils to a better place.•••Bug: 8636060 Change-Id: I566f9e109ebcabe3a6a778118434ce79d02d1113 | 2013-12-20 | 1 | -0/+2 | |
* | Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c•••The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854 | 2013-12-13 | 1 | -4/+2 | |
* | Send backspace as an event when TYPE_NULL.•••This is not enough to really fix behavior with TYPE_NULL, but it does make things a bit better. Bug: 10949594 Change-Id: Ia359f781cdd76a2e2c5a4c9f166025d81b931174 | 2013-09-27 | 1 | -0/+4 | |
* | Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa | 2013-06-24 | 1 | -0/+3 | |
* | Rename commaConcatinatedText to commaSplittableText•••This is a follow up of I5a32882a08. Change-Id: I9f0cda2167811f6bba2af042fbde0a821b4cfecd | 2013-05-28 | 1 | -2/+1 | |
* | Rename "csv" in StringUtils to "commaConcatenatedText"•••Change-Id: I5a32882a088e4ff5bfe973a86465d6ff839113d9 | 2013-05-28 | 1 | -1/+2 | |
* | Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086 | 2013-01-21 | 1 | -8/+8 | |
* | resolved conflicts for merge of b7e6bbae to master•••Change-Id: Ic02809190721472d138532d2189328519117e042 | 2012-11-21 | 1 | -0/+5 | |
|\ | |||||
| * | Only add spaces automatically when appropriate.•••Correctly check the variations to determine if we should add automatic spaces (in manual picks and gestures) or not. Bug: 7164981 Change-Id: I19e25af839b4062c217113cd804b1473912f22a5 | 2012-11-19 | 1 | -0/+5 | |
* | | Fix variation dumping.•••Variations are not flags - they should not be OR'd in this way. Only one variation may be active at a time. Change-Id: I9d3d4c8fc04af56c914c65f9c55f1e7b9517fc68 | 2012-11-20 | 1 | -30/+50 | |
|/ | |||||
* | Revert "Only add spaces automatically when appropriate."•••This reverts commit 6ce66d1c7d4a5be9c6ed33e4f881994283d5eee9 Change-Id: I90004a5fea0bc7999ecf8742f883ff4dac264d8a bug: 7565414 | 2012-11-16 | 1 | -5/+0 | |
* | Only add spaces automatically when appropriate.•••Bug: 7164981 Change-Id: Id672104a0fda99c52923913fb0e40c3a1ead4787 | 2012-11-15 | 1 | -0/+5 | |
* | Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e | 2012-09-27 | 1 | -1/+1 | |
* | Refresh editor info when the text field attributes changes.•••For some reason we get a "restarting" flag from the browser some times when the input field is different. The attributes however are not the same, so we can detect that and reload appropriately. Bug: 6946793 Change-Id: I6762dae6f41db690497b026a707d9cc89c840b34 | 2012-08-15 | 1 | -0/+6 | |
* | Rename SuggestionsView to SuggestionStripView | 2012-07-23 | 1 | -1/+1 | |
* | Fix tab key's navigation behavior•••Bug: 6435484 Change-Id: Iffe459c117ad438e96ec6f5c7e64fb80b32d227e | 2012-07-05 | 1 | -3/+0 | |
* | Tab key preforms next action when EditorInfo.IME_ACTION_NEXT is specified•••Bug: 6435484 Change-Id: Iccca7d1b770c547efae0b5e5931cebd910083d40 | 2012-05-08 | 1 | -0/+3 | |
* | Change predefined additional subtype format in preference•••This change also refactor StringUtils class Change-Id: Ie0b4d169b21c260bf238d6fcc9ab0ee8bfd6b508 | 2012-04-19 | 1 | -0/+8 | |
* | Cleanup InputTypeCompatUtils to InputTypeUtils•••Bug: 6129704 Change-Id: I45e19e456ef7c6e61fe877ea544fef1b9f896e95 | 2012-04-03 | 1 | -5/+3 | |
* | Cleanup proximity related code•••Bug: 4343280 Change-Id: I57c0f9e20d9d8911009ea97057251a7f7a81512f | 2012-03-19 | 1 | -0/+1 | |
* | Remove logs now that we don't need them any more.•••This has served its purpose, we don't need this any more. The logging function itself can be kept since it's not called any more. It may come in handy later. Bug: 6053661 Change-Id: Icb40dad131793a704dbe6514cf7433e43ea04450 | 2012-02-22 | 1 | -1/+0 | |
* | Add debug prints to help with debugging•••This is intended to help tracking #6048808. Another bug has been filed to remove this once we're done with the debugging: #6053661 Change-Id: I4547fb71926af6dc2e9c23ee4b44e4e345be6657 | 2012-02-22 | 1 | -0/+62 | |
* | Stop inserting a space after a manually picked word.•••Bug: 4994861 Change-Id: I6ae256a94dbaddea4304304779d17025620c5025 | 2012-02-03 | 1 | -13/+1 | |
* | Fix a bug with TYPE_TEXT_CLASS•••This was introduced by a badly-rebased commit. The culprit was I103d6851. There was also another bug lurking there introduced by a previous commit that this fixes. Bug: 5775347 Change-Id: I133b54a5159e19714f4bcae8ffbb4824cff9f466 | 2011-12-20 | 1 | -12/+17 | |
* | Pretty print for InputAttributes•••Change-Id: I5e4b2b6f3cd943c8f6187aaed21d67ec786bf5df | 2011-12-16 | 1 | -0/+9 | |
* | General cleanup.•••Move variables around, inline useless functions, remove useless local variables. Change-Id: Icb89d8b211a2ad4bc3619137c2276a649c2a5e34 | 2011-12-16 | 1 | -21/+12 | |
* | Initialize input attributes in the InputAttribute class•••Change-Id: I103d6851f54f47cbffdb567fb0f4c505c4697b05 | 2011-12-16 | 1 | -6/+83 | |
* | Create a class for input attributes.•••Change-Id: I834390c83865aac59fb758d5c66cf9b74103abd8 | 2011-12-16 | 1 | -0/+35 |