aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/InputAttributes.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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