aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Fix SubtypeLocaleUtilsTestsTadashi G. Takaoka2013-08-161-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | Change-Id: Ib1005ee7e99e526aad5099b160051b12e7614e81
* / / / / / Remove unused imports.Yuichiro Hanada2013-08-163-9/+1
|/ / / / / | | | | | | | | | | | | | | | Change-Id: Ib46da6efeaa8f83a9cda24c947fc2e667a1468e8
* | | | | Fix build.Yuichiro Hanada2013-08-151-2/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I80d177f3c9bff1fb90029edeafa4a62d0b99e09e
* | | | | Merge "Revert "Remove BinaryDictionaryInfo and introduce MmapedBuffer.""Ken Wakasa2013-08-1510-168/+174
|\ \ \ \ \
| * | | | | Revert "Remove BinaryDictionaryInfo and introduce MmapedBuffer."Ken Wakasa2013-08-1510-168/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d14ffcfcbc2e4f5829f05531613b30750adebb32. This broke a bunch of unit tests -- https://sponge.corp.google.com/target?id=a8a62bd0-3aab-4520-ae64-53f9652ef64b&target=com.google.android.inputmethod.latin.tests&searchFor=&show=FAILED&sortBy=STATUS Change-Id: I1eae460e09808513eacefd523609330819d73d16
* | | | | | Merge "[Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and ↵Ken Wakasa2013-08-1525-909/+957
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | BinaryDictDecoder."
| * | | | | | [Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and ↵Yuichiro Hanada2013-08-1525-909/+957
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | BinaryDictDecoder. Change-Id: I7c3269d77e3e3b567e459dcaa1bc029903941744
* | | | | | Merge "Fix cosmetic source code formatting"Satoshi Kataoka2013-08-154-159/+150
|\ \ \ \ \ \
| * | | | | | Fix cosmetic source code formattingTadashi G. Takaoka2013-08-154-159/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I33c14a20bc55b826082e468c0aecfa026ba5d9f3
* | | | | | | Merge "Add getters and copy constructor to Key class"Tadashi G. Takaoka2013-08-1516-122/+198
|\| | | | | | | |/ / / / / |/| | | | |
| * | | | | Add getters and copy constructor to Key classTadashi G. Takaoka2013-08-1516-122/+198
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I78eb96dcc26378926dc63acbfeb4828cbd44435d
* | | | | | Merge "Remove BinaryDictionaryInfo and introduce MmapedBuffer."Keisuke Kuroyanagi2013-08-1510-174/+168
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Remove BinaryDictionaryInfo and introduce MmapedBuffer.Keisuke Kuroyanagi2013-08-1510-174/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I1459bb53a9761d920427e4b5d925a2844955c88c
* | | | | | Add an initial JNI interface to dicttool.Jean Chalard2013-08-1510-15/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10100269 Change-Id: I883992c2033e7d9e7c754c0bf653767728b221b6
* | | | | | Merge "Revert "[Refactor] Divide BinaryDictInputOutput into ↵Ken Wakasa2013-08-1518-940/+892
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | BinaryDictInputUtils and BinaryDictOutputUtils.""
| * | | | | | Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils ↵Ken Wakasa2013-08-1518-940/+892
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and BinaryDictOutputUtils." This reverts commit 4c63d0614e7ed7aea4bcbab3a17090d841661d92. Change-Id: I1fa277d720bab4d895259df7d6d82eebfa5eb6c5
* | | | | | | Merge "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and ↵Ken Wakasa2013-08-1518-892/+940
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | BinaryDictOutputUtils."
| * | | | | | [Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and ↵Yuichiro Hanada2013-08-1518-892/+940
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BinaryDictOutputUtils. Change-Id: I0d476abe763c11ba9005152f928e8dccf15ac9de
* | | | | | | Merge "tiny refactor"Satoshi Kataoka2013-08-151-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | tiny refactorSatoshi Kataoka2013-08-151-2/+2
| | |/ / / / | |/| | | | | | | | | | | | | | | | Change-Id: I776432b6c41cf8dee71fbd1565a6f3da9d762f9e
* | | | | | Fix: BinaryDictionaryInfo.isDynamicallyUpdatable().Keisuke Kuroyanagi2013-08-151-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifb3acded5e19f1302c7fcc8881b74addd20c1571
* | | | | | Merge "Make dictionary structure policy have updating methods."Keisuke Kuroyanagi2013-08-158-8/+64
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Make dictionary structure policy have updating methods.Keisuke Kuroyanagi2013-08-148-8/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I6aa8e377c6347e0db4b7a82293b316ec64d87bec
* | | | | | Fix a comment.Yuichiro Hanada2013-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5d09fd2474c7a0e6f42b6c7c6e717692636fbc6d
* | | | | | [Refactor] Move some helper methods to BinaryDictIOUtils.Yuichiro Hanada2013-08-153-80/+78
| |/ / / / |/| | | | | | | | | | | | | | Change-Id: Ib817a975dc1f82241f732b236c44b042fda25b3c
* | | | | Merge "Fix test breakage"Satoshi Kataoka2013-08-141-0/+2
|\ \ \ \ \
| * | | | | Fix test breakageSatoshi Kataoka2013-08-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I10bd8fcc68711a039e000f715d7a65ae42095965
* | | | | | Merge "Fix a debug functionality for the personalization prediction"Satoshi Kataoka2013-08-141-1/+1
|\ \ \ \ \ \
| * | | | | | Fix a debug functionality for the personalization predictionSatoshi Kataoka2013-08-141-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9429906 Change-Id: I10d39e1f8758dcb64c9c0111d516e3abfe81b04e
* | | | | | Merge "Move some methods in BinaryDictIOUtils to DynamicBinaryDictIOUtils."Ken Wakasa2013-08-144-462/+504
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Move some methods in BinaryDictIOUtils to DynamicBinaryDictIOUtils.Yuichiro Hanada2013-08-144-462/+504
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9ba55582c533fef0eb3e60c46bf23c8b16ee1ff4
* | | | | | Merge "Add a method to import one bigram and string utilities"Satoshi Kataoka2013-08-142-1/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add a method to import one bigram and string utilitiesSatoshi Kataoka2013-08-142-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9429906 Change-Id: I73bbf65985196d62470552c576bb076a7cb95008
* | | | | | Merge "Add FusionDictionaryBufferFromWritableByteBufferFactory."Ken Wakasa2013-08-142-2/+43
|\ \ \ \ \ \
| * | | | | | Add FusionDictionaryBufferFromWritableByteBufferFactory.Yuichiro Hanada2013-08-142-2/+43
| | |/ / / / | |/| | | | | | | | | | | | | | | | Change-Id: I23de0a178e7f11f2cf301fd433cde60c6152055b
* | | | | | Merge "Move some constants in BinaryDictInputOutput to FormatSpec."Ken Wakasa2013-08-143-22/+20
|\ \ \ \ \ \
| * | | | | | Move some constants in BinaryDictInputOutput to FormatSpec.Yuichiro Hanada2013-08-143-22/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6b12faf35b65238b9a64c82d4d1a6050f980e72e
* | | | | | | Merge "Add empty key background type"Tadashi G. Takaoka2013-08-148-39/+46
|\ \ \ \ \ \ \
| * | | | | | | Add empty key background typeTadashi G. Takaoka2013-08-148-39/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9b07c58a9b70ae0228f87e1f066ca8cd959b4f03
* | | | | | | | Merge "Thin out audio and haptic feedback while key repeat"Tadashi G. Takaoka2013-08-146-36/+55
|\ \ \ \ \ \ \ \
| * | | | | | | | Thin out audio and haptic feedback while key repeatTadashi G. Takaoka2013-08-146-36/+55
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6522943 Change-Id: Id60f256ab0f8741578eda276116817fa48917325
* | | | | | | | Merge "Remove unused drawables"Tadashi G. Takaoka2013-08-1410-40/+0
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Remove unused drawablesTadashi G. Takaoka2013-08-1410-40/+0
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Change-Id: I83f752dcb0d607e3f77bfbee519993aa37bfd5e4
* | | | | | | Merge "Add looksValidForDictionaryInsertion"Jean Chalard2013-08-144-10/+102
|\ \ \ \ \ \ \
| * | | | | | | Add looksValidForDictionaryInsertionJean Chalard2013-08-144-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
* | | | | | | | Merge "Remove NodeFilter."Keisuke Kuroyanagi2013-08-149-134/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove NodeFilter.Keisuke Kuroyanagi2013-08-149-134/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I27d905dd3581cbb0e67d071dba04066aaa2ba22e
* | | | | | | | | Merge "Re-evaluate auto-caps earlier."Jean Chalard2013-08-141-0/+7
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Re-evaluate auto-caps earlier.Jean Chalard2013-08-141-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
* | | | | | | | | Merge "Delete surrogate together."Jean Chalard2013-08-141-15/+9
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |