Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2013-09-18 | Change name of header_reading_utlis.*•••Bug: 6669677 Change-Id: I91389050148237580ef640d3a58b935ea752954e | 4 | -7/+6 | |
2013-09-18 | Add dictionary header writing methods.•••Bug: 6669677 Change-Id: I392ac4776b55779903cbaa17e683005d80017a41 | 12 | -67/+181 | |
2013-09-18 | Fix Emoji recents•••Bug: 10538430 Change-Id: Ia2e423eb1843195b3c3218afc79a5820b8cd729b | 6 | -23/+134 | |
2013-09-18 | Set EmojiCapable•••Bug: 10240645 Change-Id: I891309c2a82f8d10f8fdb0872403a7a235e27b5f | 4 | -71/+81 | |
2013-09-18 | Fix getChildrenPosition.•••Change-Id: Ic39592dbf0d4e6d2e4879cdb1a95b65d46a57e92 | 1 | -2/+9 | |
2013-09-18 | Fix contacts/user dictionary writing.•••Bug: 10743878 Change-Id: I5d61b7955ef69a635f994f01cc575fb23fdf942b | 1 | -1/+1 | |
2013-09-18 | Implement dictionary flush.•••Bug: 6669677 Change-Id: I1d70ac6319fb6d8700074de382568c2108887960 | 4 | -2/+99 | |
2013-09-18 | Don't resume suggestion on digits.•••Bug: 10780016 Change-Id: I94fad06e4c71eddc96bdda1765925f98bed160f3 | 1 | -0/+8 | |
2013-09-18 | Add BinaryDictionary.getBigramProbabilityNative().•••Bug: 10197478 Change-Id: Id16e3ee22a17679c46cc7a0199a9e28065177aa3 | 7 | -32/+99 | |
2013-09-17 | Improve trailing quotes processing•••Bug: 10445496 Change-Id: Ib7bd05aea59ae6c9b8ce31299ef2235521b0e350 | 3 | -2/+47 | |
2013-09-17 | Output input index of second word's first char.•••This is for partial commit. Bug: 9059617 Change-Id: I77a0245b63c29b7234fd9b06d362e05aebf30051 | 6 | -31/+63 | |
2013-09-17 | [AC9] Resize an array•••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 | 1 | -1/+1 | |
2013-09-17 | [AC8] Restrict the suggestion strip to the correct part•••...for phrase gesture. Bug: 9059617 Change-Id: Ic5c0616f28af4ba45ca72a5721d1926029adc1c5 | 2 | -0/+21 | |
2013-09-17 | Prepare dictionary saving in native code.•••Bug: 6669677 Change-Id: I0787f66409e2b183c6328fa05805945520e1e93a | 11 | -10/+147 | |
2013-09-17 | Implement removeBigramWords() for DynamicPatriciaTrie.•••Bug: 6669677 Change-Id: I99cb517511b4c968b8bf937baab5d7f42b0f534e | 4 | -16/+77 | |
2013-09-17 | [AC7] Actually auto-commit.•••Bug: 9059617 Change-Id: I7e5d89a9037b9181a0a6456c12043b4bfda8fe4b | 6 | -7/+76 | |
2013-09-17 | Temporary disable saving keys of emoticons to recents•••Bug: 10538430 Change-Id: I4c3d0d692eecdd3bb5e780bdaca46f3310065471 | 1 | -1/+4 | |
2013-09-17 | Fix Emoji key pressed background•••Bug: 10538430 Change-Id: I933f075c5e84b637c4d171a7dcc685f0dc8a88df | 6 | -0/+6 | |
2013-09-17 | Add a large test for BinaryDictionary.addBigramWords().•••Bug; 10197478 Change-Id: I52590dd1ff9469557672a4bef4f898ad94b47b6f | 1 | -0/+53 | |
2013-09-17 | Fix handling multi-bytes characters and add a test.•••Bug: 6669677 Change-Id: Id2154db47adea2929559a4187a726f9dfa83363e | 5 | -51/+119 | |
2013-09-17 | Fix build.•••Change-Id: I1c3c2996ca11bfe8864df774e9280893cf17c0d4 | 1 | -1/+1 | |
2013-09-17 | Implement addBigramWords() for DynamicPatriciaTrie.•••Bug: 6669677 Change-Id: Ia6aa76c212165690191c65fee9dacdc44be5acd5 | 7 | -36/+130 | |
2013-09-17 | Support multiple screen size of Emoji keyboard•••Bug: 10538430 Change-Id: Ic27b687fb2f8d3c3f2af6a886e55cc1d4e3fafb3 | 4 | -0/+28 | |
2013-09-17 | Disable smooth scroll of Emoji pager•••Bug: 10538430 Change-Id: Ib9dfa28bf6b642cc8895022ead9e6b2d64001097 | 1 | -1/+1 | |
2013-09-16 | Save & restore emoji keyboard state•••Bug: 10538430 Change-Id: I7982f53f5dfa44071e74da63826acffcdc2547e6 | 4 | -93/+173 | |
2013-09-16 | Merge NOT_A_VALID_WORD_POS into NOT_A_DICT_POS.•••Change-Id: I2ac3aa2a19d14e8c4159a59334e7816bd1409688 | 17 | -52/+50 | |
2013-09-16 | Move methods using ByteArrayUtils from .h to .cpp.•••Bug: 10402083 Change-Id: Ic5f1aa11eb403f5bdc83de8e38a6457200519cae | 8 | -89/+120 | |
2013-09-16 | Add boundary check for PtNode reading position.•••Bug: 10743878 Change-Id: I6727b12b0ef98bb9cfb3ca95aeab2c79749f47a2 | 2 | -0/+24 | |
2013-09-16 | Split Emoji categories fitting the pager•••Bug: 10538430 Change-Id: Ic023ac0b9db8a1fe16c73ab5fd12dfcd7cbbe6a3 | 6 | -45/+135 | |
2013-09-16 | Additional fix for Lao; No spaces used between words•••bug: 6911140 Change-Id: I1b1141c203175b9f9a818564272c0aa49df33888 | 3 | -2/+25 | |
2013-09-16 | Fix issues with Nepali layouts•••- 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 | 7 | -4/+132 | |
2013-09-14 | Import translations. DO NOT MERGE•••Change-Id: I812a2cf2a6821c5dc165eb5c884c39c3f6eeb838 Auto-generated-cl: translation import | 13 | -24/+294 | |
2013-09-14 | Import translations. DO NOT MERGE•••Change-Id: Ic9bf848940c7594c6012901e803c203e35df72b8 Auto-generated-cl: translation import | 2 | -2/+2 | |
2013-09-14 | Small tweak for label_to_more_symbol_for_tablet_key•••To make it a bit more consistent with the one for phones Change-Id: Ia5775b07a0d70cabc5c51ff2b954c64ce4dc8c7c | 2 | -2/+2 | |
2013-09-13 | Use DynamicGridKeyboard for EmojiPager•••Bug: 10538430 Change-Id: Iff84e306faaa8e87d107e418d5c61c5613b57430 | 2 | -49/+127 | |
2013-09-13 | Add Lao keyboard•••bug: 6911140 Change-Id: Id689be1fb9dbc89b5a9b7f142626751a62d931ed | 12 | -1/+770 | |
2013-09-13 | [AC5] Introduce the setting for phrase gesture.•••Bug: 9059617 Change-Id: I6fa0f675f4edac10bd19228cd2f0c8fca97cebd6 | 3 | -0/+34 | |
2013-09-13 | [AC4] Add native methods necessary for auto-commit•••Bug: 9059617 Change-Id: I7a47b0675446fc4f39628c60d16de9aea90d1b4d | 10 | -19/+73 | |
2013-09-13 | Employ "bigram link" for handling moved bigram target.•••Bug: 6669677 Change-Id: I9a6c0cdb28265e3215ced88f38344df12c25a76d | 8 | -72/+128 | |
2013-09-13 | Add shutdown and isTerminated to PrioritizedSerialExecutor.•••Change-Id: Id185224d135c8571a39efe8a41a66ce769142903 | 3 | -9/+55 | |
2013-09-13 | Add Ver4DictEncoder.•••Bug: 9618601 Change-Id: I161d2845906f07c1251deb8005fdffe49c5b7940 | 6 | -44/+343 | |
2013-09-13 | Refactor RecentsKeyboard•••Bug: 10538430 Change-Id: I7a22d2d4a105b17b2a84a3fff2bc3981823d228d | 2 | -6/+6 | |
2013-09-13 | Update three letters in the Nepali (Traditional) layout•••bug: 9833890 Change-Id: I19b3d0284e94e81cc25f2a0430b6a863673b7e1c | 2 | -6/+6 | |
2013-09-13 | Fix more symbols keyboard for Armenian•••Bug: 7963631 Change-Id: Ie8a5e70bd8baeaa440f339b3e4c5465ae819721c | 2 | -2/+7 | |
2013-09-13 | Fix emoji tabs•••Bug: 10541453 Change-Id: If920eafa0c48e437301fc0b7055ea7b7bbc04669 | 1 | -2/+2 | |
2013-09-13 | Update children's parent position when the node get moved.•••Bug: 6669677 Change-Id: Ifcaf784afd218c7afd70167045cd2aed8b7909c2 | 3 | -2/+27 | |
2013-09-13 | Fix emoji keyboard insets•••Bug: 10541453 Change-Id: I16dd72c8c55cb5d21ad61a3307c0f3c5f16f460c | 2 | -3/+10 | |
2013-09-13 | Show Emoji key on more symbols keyboard•••Bug: 10541453 Change-Id: Ia18c0fdec3196b8ddc04f6c71a733713b63ee87b | 1 | -3/+2 | |
2013-09-13 | Fix bug related to dynamic patricia trie bigram adding.•••Bug: 6669677 Change-Id: Ia1216a1860a7c5c12a0d8a0816dda8d6a3bea123 | 4 | -14/+10 | |
2013-09-13 | Consolidate EmojiKeyboardView•••bug: 10538430 Change-Id: Ia799eca303d8ec68eeeb9f00fa8002a44d0c49fc | 1 | -70/+151 |