aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/InputAttributes.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-303/+0
|
* Update language to comply with Android’s inclusive language guidanceSeigo Nonaka2020-07-221-1/+1
| | | | | | | | See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Test: tapas LatinIME && m Change-Id: I2ffb39ff70f61e579b62761d3da526a545dead1f
* Move StringUtils under common.Jean Chalard2014-10-281-1/+1
| | | | | Bug: 18108776 Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-3/+3
| | | | | | | Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
* am 902cefb6: am 97ad4968: am bfabac44: Suppress voice input key on ↵Tadashi G. Takaoka2014-09-181-1/+1
|\ | | | | | | | | | | | | textWebEmailAddress field * commit '902cefb6635053b682a917259eb5a964a17506fd': Suppress voice input key on textWebEmailAddress field
| * Suppress voice input key on textWebEmailAddress fieldTadashi G. Takaoka2014-09-181-1/+1
| | | | | | | | | | Bug: 17486589 Change-Id: Ie9bf9266ee423b7e03cebcaa5f522accdd1a7802
* | resolved conflicts for merge of 8e9385cc to masterKen Wakasa2014-09-131-0/+11
|\| | | | | | | Change-Id: Ia6d192ee4a8496afa3f788894844ebef78fb7a8c
| * Only do double-space-period on real text fields.Jean Chalard2014-09-121-0/+11
| | | | | | | | | | Bug: 15559216 Change-Id: Id6ecadc58c03889496967d67371457e4050d695b
* | Add a private IME option to suppress the gesture floating preview text.David Faden2014-09-011-0/+11
|/ | | | | | | | | | | 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
* Hide voice input key from URI, Email, Number, and Phone layoutTadashi G. Takaoka2014-06-181-1/+9
| | | | | Bug: 15709298 Change-Id: I05d9433d4e1c2cc475a2136cc97bc32bde6fc745
* Remove unused supportsSwitchingToShortcutIme attributeTadashi G. Takaoka2014-06-061-1/+18
| | | | Change-Id: I51c5247ac925a158facb79057f704b763b903552
* Rename some boolean variables for readabilityTadashi G. Takaoka2014-06-051-5/+5
| | | | Change-Id: I434cf507e68349b9893ac084645986d6b3d7da91
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-2/+1
| | | | Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
* Fix number password field handlingTadashi G. Takaoka2014-05-201-3/+2
| | | | | Bug: 15088419 Change-Id: Ie88375c8c8203c318d9b410692c527443cb0a2d5
* Merge "Refactor InputAttributes a bit"Tadashi G. Takaoka2014-02-181-117/+155
|\
| * Refactor InputAttributes a bitTadashi G. Takaoka2014-02-181-117/+155
| | | | | | | | Change-Id: I43d65be6de64ba86f83e8528a138e20c4fa1e3ed
* | Set neutral suggestions should be called after load settingsTadashi G. Takaoka2014-02-181-5/+11
|/ | | | | Bug: 13058751 Change-Id: Iba49e86b90d595473d91753827d499e551dad45c
* Don't show important notice on password fieldTadashi G. Takaoka2014-02-171-2/+5
| | | | | Bug: 10587358 Change-Id: Ieff7960e5e2b8609fddeb173af578a5d9b2c4d98
* [IL21] Move the workaround utils to a better place.Jean Chalard2013-12-201-0/+2
| | | | | Bug: 8636060 Change-Id: I566f9e109ebcabe3a6a778118434ce79d02d1113
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-4/+2
| | | | | | The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
* Send backspace as an event when TYPE_NULL.Jean Chalard2013-09-271-0/+4
| | | | | | | | This is not enough to really fix behavior with TYPE_NULL, but it does make things a bit better. Bug: 10949594 Change-Id: Ia359f781cdd76a2e2c5a4c9f166025d81b931174
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-0/+3
| | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* Rename commaConcatinatedText to commaSplittableTextTadashi G. Takaoka2013-05-281-2/+1
| | | | | | This is a follow up of I5a32882a08. Change-Id: I9f0cda2167811f6bba2af042fbde0a821b4cfecd
* Rename "csv" in StringUtils to "commaConcatenatedText"Tadashi G. Takaoka2013-05-281-1/+2
| | | | Change-Id: I5a32882a088e4ff5bfe973a86465d6ff839113d9
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
| | | | Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
* resolved conflicts for merge of b7e6bbae to masterJean Chalard2012-11-211-0/+5
|\ | | | | | | Change-Id: Ic02809190721472d138532d2189328519117e042
| * Only add spaces automatically when appropriate.Jean Chalard2012-11-191-0/+5
| | | | | | | | | | | | | | | | Correctly check the variations to determine if we should add automatic spaces (in manual picks and gestures) or not. Bug: 7164981 Change-Id: I19e25af839b4062c217113cd804b1473912f22a5
* | Fix variation dumping.Jean Chalard2012-11-201-30/+50
|/ | | | | | | 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
* Revert "Only add spaces automatically when appropriate."Ken Wakasa2012-11-161-5/+0
| | | | | | | This reverts commit 6ce66d1c7d4a5be9c6ed33e4f881994283d5eee9 Change-Id: I90004a5fea0bc7999ecf8742f883ff4dac264d8a bug: 7565414
* Only add spaces automatically when appropriate.Jean Chalard2012-11-151-0/+5
| | | | | Bug: 7164981 Change-Id: Id672104a0fda99c52923913fb0e40c3a1ead4787
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-1/+1
| | | | Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
* Refresh editor info when the text field attributes changes.Jean Chalard2012-08-151-0/+6
| | | | | | | | | | 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
* Rename SuggestionsView to SuggestionStripViewTadashi G. Takaoka2012-07-231-1/+1
|
* Fix tab key's navigation behaviorTadashi G. Takaoka2012-07-051-3/+0
| | | | | Bug: 6435484 Change-Id: Iffe459c117ad438e96ec6f5c7e64fb80b32d227e
* Tab key preforms next action when EditorInfo.IME_ACTION_NEXT is specifiedTadashi G. Takaoka2012-05-081-0/+3
| | | | | Bug: 6435484 Change-Id: Iccca7d1b770c547efae0b5e5931cebd910083d40
* Change predefined additional subtype format in preferenceTadashi G. Takaoka2012-04-191-0/+8
| | | | | | This change also refactor StringUtils class Change-Id: Ie0b4d169b21c260bf238d6fcc9ab0ee8bfd6b508
* Cleanup InputTypeCompatUtils to InputTypeUtilsTadashi G. Takaoka2012-04-031-5/+3
| | | | | Bug: 6129704 Change-Id: I45e19e456ef7c6e61fe877ea544fef1b9f896e95
* Cleanup proximity related codesatok2012-03-191-0/+1
| | | | | Bug: 4343280 Change-Id: I57c0f9e20d9d8911009ea97057251a7f7a81512f
* Remove logs now that we don't need them any more.Jean Chalard2012-02-221-1/+0
| | | | | | | | | 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
* Add debug prints to help with debuggingJean Chalard2012-02-221-0/+62
| | | | | | | | 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
* Stop inserting a space after a manually picked word.Jean Chalard2012-02-031-13/+1
| | | | | Bug: 4994861 Change-Id: I6ae256a94dbaddea4304304779d17025620c5025
* Fix a bug with TYPE_TEXT_CLASSJean Chalard2011-12-201-12/+17
| | | | | | | | | 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
* Pretty print for InputAttributesJean Chalard2011-12-161-0/+9
| | | | Change-Id: I5e4b2b6f3cd943c8f6187aaed21d67ec786bf5df
* General cleanup.Jean Chalard2011-12-161-21/+12
| | | | | | | Move variables around, inline useless functions, remove useless local variables. Change-Id: Icb89d8b211a2ad4bc3619137c2276a649c2a5e34
* Initialize input attributes in the InputAttribute classJean Chalard2011-12-161-6/+83
| | | | Change-Id: I103d6851f54f47cbffdb567fb0f4c505c4697b05
* Create a class for input attributes.Jean Chalard2011-12-161-0/+35
Change-Id: I834390c83865aac59fb758d5c66cf9b74103abd8