aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-03Have empty suggestions go through setNeutralSuggestions.•••Bug: 12865205 Change-Id: If17a390c445d0820325a9b16cc4f2f27a361187a Jean Chalard1-2/+4
2014-02-03Don't resume suggestions if suggestions are not requested.•••Bug: 12832614 Change-Id: I6a9b6d128d7e0324ba59a43cf153a3b54e1d35bf Jean Chalard1-0/+2
2014-02-03Add a jni method to iterate words in a dictionary.•••Bug: 12810574 Change-Id: I87b13559765f0262dfd06c2ba40d43af6437ea7f Keisuke Kuroyanagi8-1/+83
2014-02-03Get bigram information via getWordProperty().•••Bug: 12810574 Change-Id: I2750a5659ccbc3e31307c28e35dd9a1dbdffbeee Keisuke Kuroyanagi3-12/+107
2014-01-31Extend jni interface to get bigrams in WordProperty.•••Bug: 12810574 Change-Id: Ia4b88d02ea8790a5c47d32376cc0b84c3e071ddd Keisuke Kuroyanagi6-77/+110
2014-01-31Fetch bigram information in getWordProperty().•••Bug: 12810574 Change-Id: Ic67e964b01c2753f2eec82b079dc0e5650f340bb Keisuke Kuroyanagi1-1/+35
2014-01-31Move some methods to MoreKeySpec class•••Change-Id: I025ed15e36ac3113db6a5fccefa0c87f016703fa Tadashi G. Takaoka12-298/+322
2014-01-31Add important notice strip•••This change is a groundwork to show important notice. Bug: 10587358 Change-Id: I80aa70d30e2a529b37798f0df2183b41df3ac38a Tadashi G. Takaoka13-5/+72
2014-01-31Fix BinaryDictDecoderEncoderTests.•••Bug: 12809791 Change-Id: I04313df78692b01e153a34c932a37f079a924105 Keisuke Kuroyanagi1-0/+13
2014-01-31Fix dicttool_aosp build.•••Change-Id: I52918fea02425b628045443d63d178e289ac4fb7 Keisuke Kuroyanagi1-1/+1
2014-01-31Move some prefix strings to relevant classes•••Change-Id: I7321ac7820d4eded5f16f2440ffb4f525315b3f4 Tadashi G. Takaoka6-12/+15
2014-01-31Refactor KeyboardTextsSet class•••Change-Id: I0b48c85aa2c291e1e7ee25d61c558700fc677e29 Tadashi G. Takaoka6-73/+138
2014-01-31Introduce a delay for key-press feedback on the Emoji palette•••Currently key-press effect such as highlight and vibration occur even when a user want to scroll the Emoji palette. To mitigate this situation, this patch introduces a short delay for key-press feedback on the Emoji palette. This is not an ideal solution but should be better than now. BUG: 11103083 Change-Id: I1fa4514d742eb37f36fef60e6beabbc5eaa1653a Yohei Yukawa1-10/+42
2014-01-31Add BigramProperty and ShortcutProperty in WordProperty.•••Bug: 12810574 Change-Id: Ia9e497c49bb2cf10897bae3a79317113325db819 Keisuke Kuroyanagi3-19/+50
2014-01-31Move arrayAsList method to CollectionUtils•••Change-Id: If7c1eb7c802490f19c5d3b81d714362408daf376 Tadashi G. Takaoka2-19/+19
2014-01-31Move some methods to StringUtils•••Change-Id: I29d87fdd65ec879d1c0bdf7e7792a677687c1693 Tadashi G. Takaoka4-26/+26
2014-01-31[HD03] Straighten out attribute key names in Java.•••Bug: 11281748 Change-Id: I1d813bdacd45bcfd9c4cc73ac1d67c5c89854e86 Jean Chalard10-45/+47
2014-01-31Move important notice version to resource•••Bug: 10587358 Change-Id: Ie24fc6c53b15880f4ace991a25223056f03f5eda Tadashi G. Takaoka2-6/+32
2014-01-31Rename UnigramProperty to WordProperty.•••Bug: 12810574 Change-Id: If5ddd803948aaf6e491ddcbaa5436fb3af3f7257 Keisuke Kuroyanagi13-73/+71
2014-01-30[HD02] Make the date header attribute mandatory.•••Bug: 11281748 Change-Id: I48a6f3d95ca89ced0c51335527201ecabfb7998e Jean Chalard5-38/+34
2014-01-30Show "Touch again to save" in system locale•••Bug: 12811156 Change-Id: I928daf17297ec5c526720850d6203cb9af0496ac Tadashi G. Takaoka6-12/+18
2014-01-30Simplify UnigramProperty.•••Bug: 12810574 Change-Id: I606f559b5dd340b7525280ecead2c2c7ec920a78 Keisuke Kuroyanagi3-27/+12
2014-01-30[HD01] Small initial refactoring•••Bug: 11281748 Change-Id: I3c64c75ecd17729bdacf03048311d76ca9f37ae2 Jean Chalard4-34/+46