aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-08-16Prepare ExpandableBinaryDictionary to make it updatableKeisuke Kuroyanagi6-59/+174
Bug: 6669677 Change-Id: Iaa6100f58de78d104e19c7a3c41d67e7826264f9
2013-08-15Remove BinaryDictionaryInfo and introduce MmapedBuffer.Keisuke Kuroyanagi10-174/+168
Bug: 6669677 Change-Id: I1459bb53a9761d920427e4b5d925a2844955c88c
2013-08-15Add an initial JNI interface to dicttool.Jean Chalard10-15/+192
Bug: 10100269 Change-Id: I883992c2033e7d9e7c754c0bf653767728b221b6
2013-08-15Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils ↵Ken Wakasa18-940/+892
and BinaryDictOutputUtils." This reverts commit 4c63d0614e7ed7aea4bcbab3a17090d841661d92. Change-Id: I1fa277d720bab4d895259df7d6d82eebfa5eb6c5
2013-08-15[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and ↵Yuichiro Hanada18-892/+940
BinaryDictOutputUtils. Change-Id: I0d476abe763c11ba9005152f928e8dccf15ac9de
2013-08-15Fix: BinaryDictionaryInfo.isDynamicallyUpdatable().Keisuke Kuroyanagi1-2/+1
Change-Id: Ifb3acded5e19f1302c7fcc8881b74addd20c1571
2013-08-15tiny refactorSatoshi Kataoka1-2/+2
Change-Id: I776432b6c41cf8dee71fbd1565a6f3da9d762f9e
2013-08-15Fix a comment.Yuichiro Hanada1-1/+1
Change-Id: I5d09fd2474c7a0e6f42b6c7c6e717692636fbc6d
2013-08-15[Refactor] Move some helper methods to BinaryDictIOUtils.Yuichiro Hanada3-80/+78
Change-Id: Ib817a975dc1f82241f732b236c44b042fda25b3c
2013-08-14Fix test breakageSatoshi Kataoka1-0/+2
Change-Id: I10bd8fcc68711a039e000f715d7a65ae42095965
2013-08-14Fix a debug functionality for the personalization predictionSatoshi Kataoka1-1/+1
Bug: 9429906 Change-Id: I10d39e1f8758dcb64c9c0111d516e3abfe81b04e
2013-08-14Move some methods in BinaryDictIOUtils to DynamicBinaryDictIOUtils.Yuichiro Hanada4-462/+504
Change-Id: I9ba55582c533fef0eb3e60c46bf23c8b16ee1ff4
2013-08-14Move some constants in BinaryDictInputOutput to FormatSpec.Yuichiro Hanada3-22/+20
Change-Id: I6b12faf35b65238b9a64c82d4d1a6050f980e72e
2013-08-14Add a method to import one bigram and string utilitiesSatoshi Kataoka2-1/+21
Bug: 9429906 Change-Id: I73bbf65985196d62470552c576bb076a7cb95008
2013-08-14Add looksValidForDictionaryInsertionJean Chalard4-10/+102
...and test it. Also at the same time, add a facility to create a SettingsValues for test, and some minor performance improvement to surrounding methods. Change-Id: I13b629ae14755c244af2a9406a7e9b4a4a16090f
2013-08-14Thin out audio and haptic feedback while key repeatTadashi G. Takaoka6-36/+55
Bug: 6522943 Change-Id: Id60f256ab0f8741578eda276116817fa48917325
2013-08-14Remove NodeFilter.Keisuke Kuroyanagi9-134/+40
Change-Id: I27d905dd3581cbb0e67d071dba04066aaa2ba22e
2013-08-14Add empty key background typeTadashi G. Takaoka8-39/+46
Change-Id: I9b07c58a9b70ae0228f87e1f066ca8cd959b4f03
2013-08-14Remove unused drawablesTadashi G. Takaoka10-40/+0
Change-Id: I83f752dcb0d607e3f77bfbee519993aa37bfd5e4
2013-08-14Delete surrogate together.Jean Chalard1-15/+9
Stop deleting them one after the other, it makes no sense. We can know in advance if we should delete two of them, so let's use that. Bug: 6526420 Change-Id: Ifa2263cbde8fedc78bb750b84d4acd3f979774ea
2013-08-14Re-evaluate auto-caps earlier.Jean Chalard1-0/+7
We have all we know to re-evaluate auto-caps in this case. We don't need to wait until we get the callback from TextView. Bug: 10287972 Change-Id: I87e4e26cd193a001f91fe852ffc5a8f728db2449
2013-08-14Fix ShortcutListPolicy::getStartPos().Keisuke Kuroyanagi1-0/+3
Bug: 6669677 Change-Id: I1fa9967fc6aa0956986954c8ea1f990a47c15764
2013-08-14Add FusionDictionaryBufferFromWritableByteBufferFactory.Yuichiro Hanada2-2/+43
Change-Id: I23de0a178e7f11f2cf301fd433cde60c6152055b
2013-08-14Remove dead codeJean Chalard1-17/+11
isComposingWord() is actually defined as size > 0, so this test can never be false. Change-Id: If71afae6f0b16bff46178f0fae3244597354fecb
2013-08-14Fix a bug with surrogate pairsJean Chalard1-2/+2
Bug: 10316781 Change-Id: I528c59c8823cda11975cb01b0ae59f12cfadef3b
2013-08-14Move utils for reading dict to policyimpl.Keisuke Kuroyanagi15-38/+32
Bug: 6669677 Change-Id: Ia1da3cb84b457665cf26172d3810e1d28329bca4
2013-08-14Make dictionary structure policy have updating methods.Keisuke Kuroyanagi8-8/+64
Bug: 6669677 Change-Id: I6aa8e377c6347e0db4b7a82293b316ec64d87bec
2013-08-13Move files for headerPolicy to policyimpl.Keisuke Kuroyanagi7-9/+7
Bug: 6669677 Change-Id: Ic90feb9c3a9a7b698e588c8ad25c765a246706a8
2013-08-13Move header reading methods to policyimpl.Keisuke Kuroyanagi15-132/+174
Bug: 6669677 Change-Id: I24cb32f28cf355485b431cc56d877000e3f946d4
2013-08-13Add BinaryDictReader.Yuichiro Hanada11-110/+327
Bug: 9618601 Change-Id: Ief07fa0c3c4f7f5999a3fafcef4e47b6b6fd8143
2013-08-13Use DictionaryStructureWithBufferPolicy for traversing.Keisuke Kuroyanagi19-127/+126
Bug: 6669677 Change-Id: If7bc038278b7217ed5ba4cb77b1238b2dad0001b
2013-08-13Make readHeader check the header size before using it.Yuichiro Hanada1-2/+3
Change-Id: I5dc3e2b674f7343ef57317fde6bdb7349a7fe04c
2013-08-13Remove audio and haptic feedback while key repeatingTadashi G. Takaoka1-2/+2
Bug: 6522943 Change-Id: Iad1b11172e47bfbae2b4129361a56b9d793f8f62
2013-08-13Rename maketext tool to make-keyboard-textTadashi G. Takaoka63-23/+23
Change-Id: Icceda22aec75f9e3602da8775c0e94b110283575
2013-08-13Quit using BinaryDictionaryInfo in header reading methods.Keisuke Kuroyanagi7-82/+40
Bug: 6669677 Change-Id: I5198ae28fcc271dd6ab3c33df940a2d15513a8c8
2013-08-13Fix parenthesis direction for RTL languagesTadashi G. Takaoka4-6/+8
Bug: 10284912 Change-Id: Ie0fc09b101034482a775961c8f8f1fcdf6dbec8f
2013-08-13Utilize Keyboard.getKey(codePoint)Tadashi G. Takaoka1-9/+8
Change-Id: Ia4df4dfbf3b6d22f7b93b979bba36e4920af2239
2013-08-13Call onDictionaryReadySatoshi Kataoka1-0/+1
Bug: 9429906 Change-Id: Ifc538b38b7d37469aecccd32a7e3f95a90558be7
2013-08-12Import translations. DO NOT MERGEBaligh Uddin51-553/+462
Change-Id: I17e1fa887883a74297346d650cabfc4b0c411b2e Auto-generated-cl: translation import
2013-08-12Import translations. DO NOT MERGEBaligh Uddin51-553/+462
Change-Id: I0dd7005820a37351cb9fbc236ae72fecbd57c9ae Auto-generated-cl: translation import
2013-08-12Remove TerminalAttributes.Keisuke Kuroyanagi4-88/+62
Use BinaryDictionaryShortcutIterator instead of TerminalAttributes. Bug: 6669677 Change-Id: Ib7176e3b302ba383344cc6fcc037e23568c702a8
2013-08-12Cleanup ShortcutListReadingUtils.Keisuke Kuroyanagi3-63/+26
Bug: 6669677 Change-Id: Ifd61022665c89f492933dde9811ec644f7e1f5c4
2013-08-12Change name of shortcut reading util class.Keisuke Kuroyanagi4-5/+3
Bug: 6669677 Change-Id: If93916f4c3d568119ff6b83e22e95c7086423d2f
2013-08-12Move methods for Shortcut reading to policyimpl.Keisuke Kuroyanagi4-4/+5
Bug: 6669677 Change-Id: If0a565de015564f803429f4fbf21b05687f80553
2013-08-12Move shortcut iteration methods to poilcy.Keisuke Kuroyanagi13-90/+203
Bug: 6669677 Change-Id: I6e535ce7962de8e153a52fd1085fe961649ffe16
2013-08-12Add PersionalizationDictionaryRegisterSatoshi Kataoka5-9/+61
Bug: 9429906 Change-Id: Ibd4d5cedb371c0b4ee1342a3e6d221c9e34c2402
2013-08-12Remove redundant EditorInfo member from KeyboardLayoutSet.BuilderTadashi G. Takaoka1-6/+4
Change-Id: I9bbba9c27d3d478421c094e6cd0e1da31fd4f4c8
2013-08-12Move bigram reading methods to BigramListReadingUtils.Keisuke Kuroyanagi10-53/+161
Bug: 6669677 Change-Id: Icb024a8af577323b4dcf74f4c4054cfb8b57a943
2013-08-10Rationalize how to use AdditionalFeaturesSettingUtilsKen Wakasa1-2/+2
It should be called regardless of the gesture input being enabled or not Change-Id: I223a823ef18389227fc04d000cc7bf750797ba31
2013-08-09Deallocate gesture trail bitmap when unneeded furtherKen Wakasa3-10/+14
Follow up to I5bc980c4dc41bc304be3c190934c1f7c55c9d244 bug: 8967766 Change-Id: I7b916daa5269cfde359a77555e8ffadf0e4a8f92