aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Implement dictionary flush."Keisuke Kuroyanagi2013-09-184-2/+99
|\
| * Implement dictionary flush.Keisuke Kuroyanagi2013-09-184-2/+99
| | | | | | | | | | Bug: 6669677 Change-Id: I1d70ac6319fb6d8700074de382568c2108887960
* | Merge "Add BinaryDictionary.getBigramProbabilityNative()."Keisuke Kuroyanagi2013-09-187-32/+99
|\ \ | |/ |/|
| * Add BinaryDictionary.getBigramProbabilityNative().Keisuke Kuroyanagi2013-09-187-32/+99
| | | | | | | | | | Bug: 10197478 Change-Id: Id16e3ee22a17679c46cc7a0199a9e28065177aa3
* | Merge "Improve trailing quotes processing"Jean Chalard2013-09-173-2/+47
|\ \
| * | Improve trailing quotes processingJean Chalard2013-09-173-2/+47
| | | | | | | | | | | | | | | Bug: 10445496 Change-Id: Ib7bd05aea59ae6c9b8ce31299ef2235521b0e350
* | | Output input index of second word's first char.Keisuke Kuroyanagi2013-09-176-31/+63
|/ / | | | | | | | | | | | | | | This is for partial commit. Bug: 9059617 Change-Id: I77a0245b63c29b7234fd9b06d362e05aebf30051
* / [AC9] Resize an arrayJean Chalard2013-09-171-1/+1
|/ | | | | | | | It's not easy for native code to only output the first result, so let's supply enough room for it to output all. Bug: 9059617 Change-Id: Ie93b7e54284c8c5d01fdc15846cf52d3442287b6
* Merge "[AC8] Restrict the suggestion strip to the correct part"Jean Chalard2013-09-172-0/+21
|\
| * [AC8] Restrict the suggestion strip to the correct partJean Chalard2013-09-172-0/+21
| | | | | | | | | | | | | | ...for phrase gesture. Bug: 9059617 Change-Id: Ic5c0616f28af4ba45ca72a5721d1926029adc1c5
* | Merge "Prepare dictionary saving in native code."Keisuke Kuroyanagi2013-09-1711-10/+147
|\ \
| * | Prepare dictionary saving in native code.Keisuke Kuroyanagi2013-09-1711-10/+147
| |/ | | | | | | | | | | Bug: 6669677 Change-Id: I0787f66409e2b183c6328fa05805945520e1e93a
* / Implement removeBigramWords() for DynamicPatriciaTrie.Keisuke Kuroyanagi2013-09-174-16/+77
|/ | | | | Bug: 6669677 Change-Id: I99cb517511b4c968b8bf937baab5d7f42b0f534e
* Merge "[AC7] Actually auto-commit."Jean Chalard2013-09-176-7/+76
|\
| * [AC7] Actually auto-commit.Keisuke Kuroyanagi2013-09-176-7/+76
| | | | | | | | | | Bug: 9059617 Change-Id: I7e5d89a9037b9181a0a6456c12043b4bfda8fe4b
* | Merge "Temporary disable saving keys of emoticons to recents"Satoshi Kataoka2013-09-171-1/+4
|\ \
| * | Temporary disable saving keys of emoticons to recentsSatoshi Kataoka2013-09-171-1/+4
| | | | | | | | | | | | | | | Bug: 10538430 Change-Id: I4c3d0d692eecdd3bb5e780bdaca46f3310065471
* | | Fix Emoji key pressed backgroundSatoshi Kataoka2013-09-176-0/+6
|/ / | | | | | | | | Bug: 10538430 Change-Id: I933f075c5e84b637c4d171a7dcc685f0dc8a88df
* | Add a large test for BinaryDictionary.addBigramWords().Keisuke Kuroyanagi2013-09-171-0/+53
| | | | | | | | | | | | Bug; 10197478 Change-Id: I52590dd1ff9469557672a4bef4f898ad94b47b6f
* | Merge "Fix handling multi-bytes characters and add a test."Keisuke Kuroyanagi2013-09-175-51/+119
|\ \ | |/ |/|
| * Fix handling multi-bytes characters and add a test.Keisuke Kuroyanagi2013-09-175-51/+119
| | | | | | | | | | | | Bug: 6669677 Change-Id: Id2154db47adea2929559a4187a726f9dfa83363e
* | Merge "Support multiple screen size of Emoji keyboard"Satoshi Kataoka2013-09-174-0/+28
|\ \ | |/ |/|
| * Support multiple screen size of Emoji keyboardSatoshi Kataoka2013-09-174-0/+28
| | | | | | | | | | Bug: 10538430 Change-Id: Ic27b687fb2f8d3c3f2af6a886e55cc1d4e3fafb3
* | Fix build.Keisuke Kuroyanagi2013-09-171-1/+1
| | | | | | | | Change-Id: I1c3c2996ca11bfe8864df774e9280893cf17c0d4
* | Merge "Implement addBigramWords() for DynamicPatriciaTrie."Keisuke Kuroyanagi2013-09-177-36/+130
|\ \
| * | Implement addBigramWords() for DynamicPatriciaTrie.Keisuke Kuroyanagi2013-09-177-36/+130
| | | | | | | | | | | | | | | Bug: 6669677 Change-Id: Ia6aa76c212165690191c65fee9dacdc44be5acd5
* | | Merge "Disable smooth scroll of Emoji pager"Satoshi Kataoka2013-09-171-1/+1
|\ \ \ | | |/ | |/|
| * | Disable smooth scroll of Emoji pagerSatoshi Kataoka2013-09-171-1/+1
| |/ | | | | | | | | Bug: 10538430 Change-Id: Ib9dfa28bf6b642cc8895022ead9e6b2d64001097
* | Merge "[AC5] Introduce the setting for phrase gesture."Jean Chalard2013-09-173-0/+34
|\ \ | |/ |/|
| * [AC5] Introduce the setting for phrase gesture.Jean Chalard2013-09-133-0/+34
| | | | | | | | | | Bug: 9059617 Change-Id: I6fa0f675f4edac10bd19228cd2f0c8fca97cebd6
* | Merge "Merge NOT_A_VALID_WORD_POS into NOT_A_DICT_POS."Keisuke Kuroyanagi2013-09-1617-52/+50
|\ \
| * | Merge NOT_A_VALID_WORD_POS into NOT_A_DICT_POS.Keisuke Kuroyanagi2013-09-1617-52/+50
| | | | | | | | | | | | Change-Id: I2ac3aa2a19d14e8c4159a59334e7816bd1409688
* | | Merge "Move methods using ByteArrayUtils from .h to .cpp."Keisuke Kuroyanagi2013-09-168-89/+120
|\| |
| * | Move methods using ByteArrayUtils from .h to .cpp.Keisuke Kuroyanagi2013-09-168-89/+120
| | | | | | | | | | | | | | | Bug: 10402083 Change-Id: Ic5f1aa11eb403f5bdc83de8e38a6457200519cae
* | | Merge "Add boundary check for PtNode reading position."Keisuke Kuroyanagi2013-09-162-0/+24
|\| |
| * | Add boundary check for PtNode reading position.Keisuke Kuroyanagi2013-09-162-0/+24
| | | | | | | | | | | | | | | Bug: 10743878 Change-Id: I6727b12b0ef98bb9cfb3ca95aeab2c79749f47a2
* | | Save & restore emoji keyboard stateSatoshi Kataoka2013-09-164-93/+173
| | | | | | | | | | | | | | | Bug: 10538430 Change-Id: I7982f53f5dfa44071e74da63826acffcdc2547e6
* | | Merge "Split Emoji categories fitting the pager"Satoshi Kataoka2013-09-166-45/+135
|\ \ \
| * | | Split Emoji categories fitting the pagerSatoshi Kataoka2013-09-166-45/+135
| | | | | | | | | | | | | | | | | | | | Bug: 10538430 Change-Id: Ic023ac0b9db8a1fe16c73ab5fd12dfcd7cbbe6a3
* | | | Additional fix for Lao; No spaces used between wordsKen Wakasa2013-09-163-2/+25
|/ / / | | | | | | | | | | | | bug: 6911140 Change-Id: I1b1141c203175b9f9a818564272c0aa49df33888
* | | Fix issues with Nepali layoutsKen Wakasa2013-09-167-4/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added the missing ZWNJ/ZWJ key - Fix a wrong letter in the shift layout of Nepali Romaized layout - Put the currency symbol for Nepalese Rupee - Fix the missing 2nd symbols layout - Use the Devanagari numbers just like Hindi layout - Fix the Main/Symbols switch key label just like Hindi layout bug: 6910787 bug: 9833890 Change-Id: Ie6aa5a06008f1e9347d4fc08ededd48287df5d73
* | | am 8b2d8dc9: (-s ours) am ea8d6329: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2013-09-140-0/+0
|\ \ \ | | | | | | | | | | | | | | | | * commit '8b2d8dc940519f34ed773268e55183dd05b32b19': Import translations. DO NOT MERGE
| * \ \ am ea8d6329: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2013-09-140-0/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit 'ea8d63291e7d56bb09e5003b1d34f7d5c8c16945': Import translations. DO NOT MERGE
| | * | | Import translations. DO NOT MERGEBaligh Uddin2013-09-1413-24/+294
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I812a2cf2a6821c5dc165eb5c884c39c3f6eeb838 Auto-generated-cl: translation import
* | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-09-142-2/+2
|\ \ \ \ \
| * | | | | Import translations. DO NOT MERGEBaligh Uddin2013-09-142-2/+2
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | Change-Id: Ic9bf848940c7594c6012901e803c203e35df72b8 Auto-generated-cl: translation import
* / | | | Small tweak for label_to_more_symbol_for_tablet_keyKen Wakasa2013-09-142-2/+2
|/ / / / | | | | | | | | | | | | | | | | | | | | To make it a bit more consistent with the one for phones Change-Id: Ia5775b07a0d70cabc5c51ff2b954c64ce4dc8c7c
* | | | Merge "Use DynamicGridKeyboard for EmojiPager"Satoshi Kataoka2013-09-132-49/+127
|\ \ \ \
| * | | | Use DynamicGridKeyboard for EmojiPagerSatoshi Kataoka2013-09-132-49/+127
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10538430 Change-Id: Iff84e306faaa8e87d107e418d5c61c5613b57430
* | | | | Merge "Add Lao keyboard"Ken Wakasa2013-09-1312-1/+770
|\ \ \ \ \ | |_|_|_|/ |/| | | |