aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Implement Ver4PatriciaTriePolicy::getNextWordAndNextToken.Keisuke Kuroyanagi2014-02-041-1/+1
| |/ | | | | | | | | Bug: 12810574 Change-Id: Idea44f03c477964f58e65fbf2b55e3fcd77a2934
* / Use "Key popup dismiss delay" to control key preview zoom out animationTadashi G. Takaoka2014-02-041-1/+2
|/ | | | | Bug: 12809303 Change-Id: I2db0362a2f8c512145f1cf9326f06e5f922987b8
* Clear important notice stripTadashi G. Takaoka2014-02-031-0/+1
| | | | | Bug: 10587358 Change-Id: Ic90e5825200a1d424aac4ba263b252187a203241
* Merge "Fix important notice strip text layout"Tadashi G. Takaoka2014-02-032-4/+11
|\
| * Fix important notice strip text layoutTadashi G. Takaoka2014-02-032-4/+11
| | | | | | | | | | Bug: 10587358 Change-Id: I9cbdd3b450e05d6d0611a16b6b7fad945918dd5f
* | Merge "Show important notice dialog"Tadashi G. Takaoka2014-02-031-5/+20
|\ \
| * | Show important notice dialogTadashi G. Takaoka2014-02-031-5/+20
| |/ | | | | | | | | Bug: 10587358 Change-Id: I3b4282a1bb183aa901110a4a2fc1b6ed72818aae
* | Merge "Don't resume suggestions if suggestions are not requested."Jean Chalard2014-02-031-0/+2
|\ \
| * | Don't resume suggestions if suggestions are not requested.Jean Chalard2014-02-031-0/+2
| | | | | | | | | | | | | | | Bug: 12832614 Change-Id: I6a9b6d128d7e0324ba59a43cf153a3b54e1d35bf
* | | Merge "Have empty suggestions go through setNeutralSuggestions."Jean Chalard2014-02-031-2/+4
|\ \ \
| * | | Have empty suggestions go through setNeutralSuggestions.Jean Chalard2014-02-031-2/+4
| |/ / | | | | | | | | | | | | Bug: 12865205 Change-Id: If17a390c445d0820325a9b16cc4f2f27a361187a
* | / Add a jni method to iterate words in a dictionary.Keisuke Kuroyanagi2014-02-031-1/+29
| |/ |/| | | | | | | Bug: 12810574 Change-Id: I87b13559765f0262dfd06c2ba40d43af6437ea7f
* | Merge "Introduce a delay for key-press feedback on the Emoji palette"Yohei Yukawa2014-02-031-10/+42
|\ \
| * | Introduce a delay for key-press feedback on the Emoji paletteYohei Yukawa2014-01-311-10/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "Extend jni interface to get bigrams in WordProperty."Keisuke Kuroyanagi2014-01-312-32/+59
|\ \ \
| * | | Extend jni interface to get bigrams in WordProperty.Keisuke Kuroyanagi2014-01-312-32/+59
| | |/ | |/| | | | | | | | | | Bug: 12810574 Change-Id: Ia4b88d02ea8790a5c47d32376cc0b84c3e071ddd
* | | Merge "Add important notice strip"Tadashi G. Takaoka2014-01-313-4/+55
|\ \ \
| * | | Add important notice stripTadashi G. Takaoka2014-01-313-4/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is a groundwork to show important notice. Bug: 10587358 Change-Id: I80aa70d30e2a529b37798f0df2183b41df3ac38a
* | | | Move some methods to MoreKeySpec classTadashi G. Takaoka2014-01-319-279/+299
| |/ / |/| | | | | | | | Change-Id: I025ed15e36ac3113db6a5fccefa0c87f016703fa
* | | Merge "[HD03] Straighten out attribute key names in Java."Jean Chalard2014-01-316-26/+28
|\ \ \
| * | | [HD03] Straighten out attribute key names in Java.Jean Chalard2014-01-316-26/+28
| | | | | | | | | | | | | | | | | | | | Bug: 11281748 Change-Id: I1d813bdacd45bcfd9c4cc73ac1d67c5c89854e86
* | | | Merge "Move some prefix strings to relevant classes"Tadashi G. Takaoka2014-01-315-11/+14
|\ \ \ \
| * | | | Move some prefix strings to relevant classesTadashi G. Takaoka2014-01-315-11/+14
| | | | | | | | | | | | | | | | | | | | Change-Id: I7321ac7820d4eded5f16f2440ffb4f525315b3f4
* | | | | Merge "Refactor KeyboardTextsSet class"Tadashi G. Takaoka2014-01-313-67/+68
|\| | | | | |_|/ / |/| | |
| * | | Refactor KeyboardTextsSet classTadashi G. Takaoka2014-01-313-67/+68
| | | | | | | | | | | | | | | | Change-Id: I0b48c85aa2c291e1e7ee25d61c558700fc677e29
* | | | Merge "Move important notice version to resource"Tadashi G. Takaoka2014-01-311-6/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Move important notice version to resourceTadashi G. Takaoka2014-01-311-6/+8
| | | | | | | | | | | | | | | | | | | | Bug: 10587358 Change-Id: Ie24fc6c53b15880f4ace991a25223056f03f5eda
* | | | Move arrayAsList method to CollectionUtilsTadashi G. Takaoka2014-01-312-19/+19
| | | | | | | | | | | | | | | | Change-Id: If7c1eb7c802490f19c5d3b81d714362408daf376
* | | | Merge "Move some methods to StringUtils"Tadashi G. Takaoka2014-01-314-26/+26
|\ \ \ \ | |_|/ / |/| | |
| * | | Move some methods to StringUtilsTadashi G. Takaoka2014-01-314-26/+26
| |/ / | | | | | | | | | Change-Id: I29d87fdd65ec879d1c0bdf7e7792a677687c1693
* | | Merge "[HD02] Make the date header attribute mandatory."Jean Chalard2014-01-311-2/+2
|\ \ \
| * | | [HD02] Make the date header attribute mandatory.Jean Chalard2014-01-301-2/+2
| | | | | | | | | | | | | | | | | | | | Bug: 11281748 Change-Id: I48a6f3d95ca89ced0c51335527201ecabfb7998e
* | | | Merge "Rename UnigramProperty to WordProperty."Keisuke Kuroyanagi2014-01-312-28/+28
|\ \ \ \ | |_|/ / |/| | |
| * | | Rename UnigramProperty to WordProperty.Keisuke Kuroyanagi2014-01-312-28/+28
| |/ / | | | | | | | | | | | | Bug: 12810574 Change-Id: If5ddd803948aaf6e491ddcbaa5436fb3af3f7257
* | | Merge "Show "Touch again to save" in system locale"Tadashi G. Takaoka2014-01-305-12/+17
|\ \ \
| * | | Show "Touch again to save" in system localeTadashi G. Takaoka2014-01-305-12/+17
| | | | | | | | | | | | | | | | | | | | Bug: 12811156 Change-Id: I928daf17297ec5c526720850d6203cb9af0496ac
* | | | Merge "Fix historical info of bigrams reading."Keisuke Kuroyanagi2014-01-301-5/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Fix historical info of bigrams reading.Keisuke Kuroyanagi2014-01-301-5/+6
| |/ / | | | | | | | | | | | | Bug: 12809791 Change-Id: I879279a0d0e1007a7c6cb87a627bf046340dda98
* | | Merge "Add ImportantNoticeUtils class"Tadashi G. Takaoka2014-01-301-0/+75
|\ \ \
| * | | Add ImportantNoticeUtils classTadashi G. Takaoka2014-01-301-0/+75
| |/ / | | | | | | | | | | | | Bug: 10587358 Change-Id: I76673b47aab1579cc1310b6a978d04f874d5bcfe
* / / Fix Farsi keyboard comma and periodTadashi G. Takaoka2014-01-301-1/+2
|/ / | | | | | | | | Bug: 12807701 Change-Id: I49503e9945d97e13d7cc98f54ca071cb935d1e52
* | Merge "[IL106] Inline a now useless method."Jean Chalard2014-01-302-15/+4
|\ \
| * | [IL106] Inline a now useless method.Jean Chalard2014-01-292-15/+4
| | | | | | | | | | | | | | | Bug: 8636060 Change-Id: Ic8e0225206358680aa0de421f17ab443c888036d
* | | Merge "[IL105] Remove more useless arguments"Jean Chalard2014-01-302-9/+8
|\| |
| * | [IL105] Remove more useless argumentsJean Chalard2014-01-292-9/+8
| | | | | | | | | | | | | | | Bug: 8636060 Change-Id: I9e817bb9622c84544a5ca8708e5c1fccad1ed447
* | | Merge "[IL104] Remove useless arguments"Jean Chalard2014-01-302-32/+9
|\| |
| * | [IL104] Remove useless argumentsJean Chalard2014-01-292-32/+9
| | | | | | | | | | | | | | | Bug: 8636060 Change-Id: I97a371fe0c6227eb0f03d3e391a33726e6280322
* | | Merge "[IL103] Save the typed word separately in SuggestedWords."Jean Chalard2014-01-303-7/+26
|\| |
| * | [IL103] Save the typed word separately in SuggestedWords.Jean Chalard2014-01-293-7/+26
| | | | | | | | | | | | | | | | | | | | | | | | This helps managing the cases where the typed word is not in the suggestions. This happens during recorrection. Bug: 8636060 Change-Id: I6784feb793cae96272a7f1d123a0e3bbb8f03143
* | | Reading dictionary containing timestamps in Java Side.Keisuke Kuroyanagi2014-01-296-52/+48
| | | | | | | | | | | | | | | | | | | | | Just skipping historical information fields. Bug: 11281877 Change-Id: I43d2adaa576b7da11ed3ca54990265dbb6f53b08