aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/PunctuationSuggestions.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug where the top prediction would disappear.Jean Chalard2014-08-261-1/+0
| | | | | | | | | | This is because prediction can't be easily distinguished in style. This fixes the bug by simulating the right members, but some refactoring should be done to remove useless booleans. Bug: 17271923 Change-Id: Ib88f3fb95678021624e59535492926dd315d26fb
* Add the input style to SuggestedWords.Jean Chalard2014-08-141-1/+2
| | | | Change-Id: I81f37d08659d449822b027d3d5912e11eec8b8ff
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-3/+1
| | | | Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
* Add PunctuationSuggestions classTadashi G. Takaoka2014-02-141-0/+116
This change must be checked in together with I366c477516. Bug: 12640318 Change-Id: I8d3864b9d9649c9e3306e82b01a6327b11281b1f