aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/Constants.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix how the Enter action is decidedJean Chalard2013-02-221-8/+6
| | | | | | | | | This unifies the software and hardware keyboard code under a single decision process that works. Bug: 8129303 Bug: 8152758 Change-Id: I7574c563d5f957d57bfe62fe5e3eec59a519d335
* Move parseCsvString to StringUtilsTadashi G. Takaoka2013-02-121-0/+4
| | | | Change-Id: I602f33991ca57b6057ec2defe01573552b322857
* Remove MAX_PROXIMITY_CHARS_SIZE_INTERNALKen Wakasa2013-01-221-1/+1
| | | | Change-Id: I18a997503de4033b5341b564145bca862a872098
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
| | | | Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
* Distinguish action-enter/shift-enter/enterJean Chalard2013-01-151-1/+2
| | | | | Bug: 7969231 Change-Id: I75d495ee1ea126da9be4e269ee990ee0a97793c1
* Remove MAX_WORD_LENGTH_INTERNALKen Wakasa2013-01-151-0/+1
| | | | Change-Id: Ie11ff000675601acff5fbb00e9e9f48eb32c5071
* Small code cleanupsKen Wakasa2013-01-071-2/+2
| | | | | | Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5
* Start committing hardware events (B4)Jean Chalard2012-12-271-0/+1
| | | | | | | | | | | | | | | Essentially this does activate auto-correction with a hardware keyboard, although a lot of things are still left to implement. No proximity is used yet which means only missing and excessive letters are considered. Dead keys are not handled. No combiner is supported. No suggestions are displayed. Resuming suggestions does not work correctly with a hardware key (because the view holds a temporary hardware event 'onKeyPreIme' and the event from the IME won't be handled until this is handled which won't happen until after the IME said that it did handle the event). Bug: 5037589 Change-Id: Idcb5c7b26d56717ed772d53c062362807f11cdae
* [Rlog11] ResearchLogger printable code for research keyKurt Partridge2012-12-191-0/+1
| | | | Change-Id: Ifac7a801ea8534191a9258871d3d7f91e942788b
* Merge "Move isInvalidCordinates() method to Constants class"Tadashi G. Takaoka2012-10-311-1/+6
|\
| * Move isInvalidCordinates() method to Constants classTadashi G. Takaoka2012-11-011-1/+6
| | | | | | | | Change-Id: Iad1464c299ad6055af1db1ff7978e5cd9a14750f
* | Cosmetic source code formating changeTadashi G. Takaoka2012-11-011-1/+0
|/ | | | Change-Id: I3a53b49afab70dfb13f12027070635da6001eb79
* Remove reference of android.util.Log in Constants classTadashi G. Takaoka2012-10-291-4/+0
| | | | | | This is a follow up of Iee01d4d2. Change-Id: I0bcd349d317d9f7d40ef0574e72c640f9f990c5d
* Move code point constants from Keyboard to Constants classTadashi G. Takaoka2012-10-291-0/+70
| | | | Change-Id: Iee01d4d2b916d0b584531104ac865ae6e6370a3d
* Fix dicttool_aosp buildKen Wakasa2012-09-101-3/+1
| | | | Change-Id: Iabcf420b4120e3d275fdbcb23939a0ab6052ddf0
* Check the length of the word when add to FusionDictionary.Yuichiro Hanada2012-09-101-0/+8
| | | | Change-Id: Id98d18e90a8b83b597507728b467f56888c8fd12
* Rename and consolidate some constantsTadashi G. Takaoka2012-08-211-0/+7
| | | | Change-Id: I7863936cca18b28bf0117afcbcf544a5fd7f185d
* Add gesture trail feedback.Tom Ouyang2012-07-201-0/+7
| | | | Change-Id: I32709fac0dec3165678a052aa286e2fb3d90721b
* Change auto caps mode argument to int typeTadashi G. Takaoka2012-05-181-0/+15
| | | | | Bug: 6501446 Change-Id: I3f7bc0fc39edd29ebf96107c3d43b9ccc9b8022e
* Fix subtype name for a custom input style with en_US and en_GBTadashi G. Takaoka2012-05-071-5/+14
| | | | | | | | This change utilizes "UntranslatableReplacementStringInSubtypeName" subtype extra value to display keyboard layout name dynamically. Bug: 6449315 Change-Id: I9ef4c3d66ff9a223aa8c89c346d04cb72e4f6263
* Add Constants class to hold public constantsTadashi G. Takaoka2012-04-191-0/+103
This change also gets rid of compiler warnings about "deprecations". Change-Id: Id9b83483c453a81ebac34b684656db05e3599657