aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/InputAttributes.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move StringUtils under common.•••Bug: 18108776 Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b Jean Chalard2014-10-281-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 Ken Wakasa2014-10-231-3/+3
* am 902cefb6: am 97ad4968: am bfabac44: Suppress voice input key on textWebEma...•••* commit '902cefb6635053b682a917259eb5a964a17506fd': Suppress voice input key on textWebEmailAddress field Tadashi G. Takaoka2014-09-181-1/+1
|\
| * Suppress voice input key on textWebEmailAddress field•••Bug: 17486589 Change-Id: Ie9bf9266ee423b7e03cebcaa5f522accdd1a7802 Tadashi G. Takaoka2014-09-181-1/+1
* | resolved conflicts for merge of 8e9385cc to master•••Change-Id: Ia6d192ee4a8496afa3f788894844ebef78fb7a8c Ken Wakasa2014-09-131-0/+11
|\|
| * Only do double-space-period on real text fields.•••Bug: 15559216 Change-Id: Id6ecadc58c03889496967d67371457e4050d695b Jean Chalard2014-09-121-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 David Faden2014-09-011-0/+11
|/
* Hide voice input key from URI, Email, Number, and Phone layout•••Bug: 15709298 Change-Id: I05d9433d4e1c2cc475a2136cc97bc32bde6fc745 Tadashi G. Takaoka2014-06-181-1/+9
* Remove unused supportsSwitchingToShortcutIme attribute•••Change-Id: I51c5247ac925a158facb79057f704b763b903552 Tadashi G. Takaoka2014-06-061-1/+18
* Rename some boolean variables for readability•••Change-Id: I434cf507e68349b9893ac084645986d6b3d7da91 Tadashi G. Takaoka2014-06-051-5/+5
* Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef Tadashi G. Takaoka2014-05-241-2/+1
* Fix number password field handling•••Bug: 15088419 Change-Id: Ie88375c8c8203c318d9b410692c527443cb0a2d5 Tadashi G. Takaoka2014-05-201-3/+2
* Merge "Refactor InputAttributes a bit"Tadashi G. Takaoka2014-02-181-117/+155
|\
| * Refactor InputAttributes a bit•••Change-Id: I43d65be6de64ba86f83e8528a138e20c4fa1e3ed Tadashi G. Takaoka2014-02-181-117/+155
* | Set neutral suggestions should be called after load settings•••Bug: 13058751 Change-Id: Iba49e86b90d595473d91753827d499e551dad45c Tadashi G. Takaoka2014-02-181-5/+11
|/
* Don't show important notice on password field•••Bug: 10587358 Change-Id: Ieff7960e5e2b8609fddeb173af578a5d9b2c4d98 Tadashi G. Takaoka2014-02-171-2/+5
* [IL21] Move the workaround utils to a better place.•••Bug: 8636060 Change-Id: I566f9e109ebcabe3a6a778118434ce79d02d1113 Jean Chalard2013-12-201-0/+2
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c•••The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854 Ken Wakasa2013-12-131-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 Jean Chalard2013-09-271-0/+4
* Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa Ken Wakasa2013-06-241-0/+3
* Rename commaConcatinatedText to commaSplittableText•••This is a follow up of I5a32882a08. Change-Id: I9f0cda2167811f6bba2af042fbde0a821b4cfecd Tadashi G. Takaoka2013-05-281-2/+1
* Rename "csv" in StringUtils to "commaConcatenatedText"•••Change-Id: I5a32882a088e4ff5bfe973a86465d6ff839113d9 Tadashi G. Takaoka2013-05-281-1/+2
* Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086 Tadashi G. Takaoka2013-01-211-8/+8
* resolved conflicts for merge of b7e6bbae to master•••Change-Id: Ic02809190721472d138532d2189328519117e042 Jean Chalard2012-11-211-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 Jean Chalard2012-11-191-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 Jean Chalard2012-11-201-30/+50
|/
* Revert "Only add spaces automatically when appropriate."•••This reverts commit 6ce66d1c7d4a5be9c6ed33e4f881994283d5eee9 Change-Id: I90004a5fea0bc7999ecf8742f883ff4dac264d8a bug: 7565414 Ken Wakasa2012-11-161-5/+0
* Only add spaces automatically when appropriate.•••Bug: 7164981 Change-Id: Id672104a0fda99c52923913fb0e40c3a1ead4787 Jean Chalard2012-11-151-0/+5
* Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e Tadashi G. Takaoka2012-09-271-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 Jean Chalard2012-08-151-0/+6
* Rename SuggestionsView to SuggestionStripViewTadashi G. Takaoka2012-07-231-1/+1
* Fix tab key's navigation behavior•••Bug: 6435484 Change-Id: Iffe459c117ad438e96ec6f5c7e64fb80b32d227e Tadashi G. Takaoka2012-07-051-3/+0
* Tab key preforms next action when EditorInfo.IME_ACTION_NEXT is specified•••Bug: 6435484 Change-Id: Iccca7d1b770c547efae0b5e5931cebd910083d40 Tadashi G. Takaoka2012-05-081-0/+3
* Change predefined additional subtype format in preference•••This change also refactor StringUtils class Change-Id: Ie0b4d169b21c260bf238d6fcc9ab0ee8bfd6b508 Tadashi G. Takaoka2012-04-191-0/+8
* Cleanup InputTypeCompatUtils to InputTypeUtils•••Bug: 6129704 Change-Id: I45e19e456ef7c6e61fe877ea544fef1b9f896e95 Tadashi G. Takaoka2012-04-031-5/+3
* Cleanup proximity related code•••Bug: 4343280 Change-Id: I57c0f9e20d9d8911009ea97057251a7f7a81512f satok2012-03-191-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 Jean Chalard2012-02-221-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 Jean Chalard2012-02-221-0/+62
* Stop inserting a space after a manually picked word.•••Bug: 4994861 Change-Id: I6ae256a94dbaddea4304304779d17025620c5025 Jean Chalard2012-02-031-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 Jean Chalard2011-12-201-12/+17
* Pretty print for InputAttributes•••Change-Id: I5e4b2b6f3cd943c8f6187aaed21d67ec786bf5df Jean Chalard2011-12-161-0/+9
* General cleanup.•••Move variables around, inline useless functions, remove useless local variables. Change-Id: Icb89d8b211a2ad4bc3619137c2276a649c2a5e34 Jean Chalard2011-12-161-21/+12
* Initialize input attributes in the InputAttribute class•••Change-Id: I103d6851f54f47cbffdb567fb0f4c505c4697b05 Jean Chalard2011-12-161-6/+83
* Create a class for input attributes.•••Change-Id: I834390c83865aac59fb758d5c66cf9b74103abd8 Jean Chalard2011-12-161-0/+35