aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement ver4 dictionary unigram writing methods.•••Bug: 11073222 Change-Id: Ibdb6846fee98919bb5f845170c19d7d571fcb88d Keisuke Kuroyanagi2013-11-0711-16/+434
* Refactoring: Separate updating methods from writing methods.•••Bug: 11073222 Change-Id: I5e9df7276a8c167f31423bebf30bd26bde74fc92 Keisuke Kuroyanagi2013-11-0610-299/+396
* Refactoring: PtNodeWriter to separate version specific writing methods.•••Bug: 11073222 Change-Id: Id2ade16316f33e17ead5faf45404a2054c303d74 Keisuke Kuroyanagi2013-11-0611-300/+509
* Implement ver4 shortcut reading method.•••Bug: 11073222 Change-Id: I3738c7ce07f500920bde8d3f985cf6e8ecb40b6a Keisuke Kuroyanagi2013-11-0610-15/+173
* Implement ver4 bigram reading method.•••Bug: 11073222 Change-Id: I7b3408938f304da361201892e0a1342fdf92e62e Keisuke Kuroyanagi2013-11-0512-20/+234
* Merge "Implement TerminalPositionLookupTable."Keisuke Kuroyanagi2013-11-055-6/+61
|\
| * Implement TerminalPositionLookupTable.•••Bug: 11073222 Change-Id: I2ffe8ffc290fb69afc0eca35b5fed7157f5108fd Keisuke Kuroyanagi2013-11-015-6/+61
* | Merge "Implement SparseTable in native code."Keisuke Kuroyanagi2013-11-0110-20/+134
|\|
| * Implement SparseTable in native code.•••Bug: 11073222 Change-Id: Ia2cbb2fecfae0c9f621600483d96a55aef75c1b8 Keisuke Kuroyanagi2013-11-0110-20/+134
* | am ec259791: (-s ours) am 3597b08a: (-s ours) am ea596c4f: (-s ours) Import t...•••* commit 'ec25979130907e759f326a88ae75012bbf665a05': Import translations. DO NOT MERGE Baligh Uddin2013-11-010-0/+0
|\ \
| * \ am 3597b08a: (-s ours) am ea596c4f: (-s ours) Import translations. DO NOT MERGE•••* commit '3597b08a4ec15e90e26a2dac4ff9af843e04a106': Import translations. DO NOT MERGE Baligh Uddin2013-11-010-0/+0
| |\ \
| | * \ am ea596c4f: (-s ours) Import translations. DO NOT MERGE•••* commit 'ea596c4f7c2136f1b9dc24057505e33043374888': Import translations. DO NOT MERGE Baligh Uddin2013-11-010-0/+0
| | |\ \
| | | * | Import translations. DO NOT MERGE•••Change-Id: Ib8c870d0c974eb3b49ae29141aaa53e5f6a2cac9 Auto-generated-cl: translation import Baligh Uddin2013-10-286-60/+60
* | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-11-016-60/+60
|\ \ \ \ \
| * | | | | Import translations. DO NOT MERGE•••Change-Id: Ic4bb5751c6ed8c07668f533604542c3fb1ef5909 Auto-generated-cl: translation import Baligh Uddin2013-10-286-60/+60
* | | | | | Import translations.•••Cherry-picked from I83d28c60de84b09da48bd79aa9917f12bd850fdc Change-Id: I55184cfd398bfe5c4a7dce8c41dd6ab60d5433d5 Baligh Uddin2013-11-013-0/+1178
* | | | | | Merge "Implement ver4 dict PtNode reading methods."Keisuke Kuroyanagi2013-10-3112-19/+302
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Implement ver4 dict PtNode reading methods.•••Bug: 11073222 Change-Id: I03af717ff02a621d9be8eb554d8f1438a500339b Keisuke Kuroyanagi2013-10-3112-19/+302
* | | | | | Merge "Fix UserHistoryDictIOUtilsTests by adding @UsedForTesting."Keisuke Kuroyanagi2013-10-291-0/+1
|\ \ \ \ \ \
| * | | | | | Fix UserHistoryDictIOUtilsTests by adding @UsedForTesting.•••Change-Id: I1bfeeafa002496bb98a385b87437e7f4eb0f6e1d Keisuke Kuroyanagi2013-10-281-0/+1
* | | | | | | Merge "Implement ProbabilityDictContent."Keisuke Kuroyanagi2013-10-298-5/+146
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Implement ProbabilityDictContent.•••Bug: 11073222 Change-Id: Ia57c940fe3507a53b9d32aa6b9ebc5581c08d11f Keisuke Kuroyanagi2013-10-288-5/+146
* | | | | | | Merge "Add uint reading method to BufferWithExtendableBuffer."Keisuke Kuroyanagi2013-10-293-0/+34
|\| | | | | |
| * | | | | | Add uint reading method to BufferWithExtendableBuffer.•••Bug: 11073222 Change-Id: Iff503cba883dd6f4ce9079783ad6a2edf464ffba Keisuke Kuroyanagi2013-10-283-0/+34
| |/ / / / /
* | | | | | Merge "Show version in dumped info"Satoshi Kataoka2013-10-292-0/+20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Show version in dumped info•••Bug: 10315296 Change-Id: Icb8e271451f4f9c5b083bfb5eb408372479c2140 Satoshi Kataoka2013-10-282-0/+20
| |/ / / /
* / / / / Fix tests by adding @UsedForTesting.•••Change-Id: I5b98db67a083bde65bb0f2fb714ae2e799fb1d45 Keisuke Kuroyanagi2013-10-282-0/+12
|/ / / /
* | | | Merge "Refactoring: Move some methods to the reading helper."Keisuke Kuroyanagi2013-10-283-81/+93
|\ \ \ \
| * | | | Refactoring: Move some methods to the reading helper.•••To handle multiple dictionary formats in helpers. Bug: 11073222 Change-Id: I376bbdea934e13588feca02b9865105742f1a058 Keisuke Kuroyanagi2013-10-253-81/+93
* | | | | Add a facility to dump the dictionary contents while closing•••Change-Id: I02e920e0512f2b46a778f0b23f7ca03f8d5dabe6 Satoshi Kataoka2013-10-282-1/+69
* | | | | Merge "Open dictionary files always using O_RDONLY."Keisuke Kuroyanagi2013-10-281-2/+1
|\ \ \ \ \
| * | | | | Open dictionary files always using O_RDONLY.•••We never directly write to opened and mmapped files. Bug: 11391620 Change-Id: Ic52fbe6018b8b3c1b6ca687461f29185809217c2 Keisuke Kuroyanagi2013-10-251-2/+1
* | | | | | Merge "Add a test for ver4 native binary dictionary."Keisuke Kuroyanagi2013-10-282-1/+94
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Add a test for ver4 native binary dictionary.•••Bug: 10197478 Bug: 11073222 Change-Id: I6daac6c4b048c65682c25afe6ca0fad83cc9720f Keisuke Kuroyanagi2013-10-252-1/+94
| |/ / / /
* | | | | am 2a6ee324: (-s ours) am 198235a9: (-s ours) am c9dea6d6: (-s ours) Import t...•••* commit '2a6ee3241c574b3c7879271c04314bc56c15b2ed': Import translations. DO NOT MERGE Baligh Uddin2013-10-250-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | am 198235a9: (-s ours) am c9dea6d6: (-s ours) Import translations. DO NOT MERGE•••* commit '198235a94fb0c435e75d201daeea9b9173ad5508': Import translations. DO NOT MERGE Baligh Uddin2013-10-250-0/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | am c9dea6d6: (-s ours) Import translations. DO NOT MERGE•••* commit 'c9dea6d6c23f6bb01b0d2baed302b03956253ec8': Import translations. DO NOT MERGE Baligh Uddin2013-10-250-0/+0
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Import translations. DO NOT MERGE•••Change-Id: I9c4542106d4660da3b67907afa5696e91f537dd6 Auto-generated-cl: translation import Baligh Uddin2013-10-251-4/+4
* | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-10-261-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Import translations. DO NOT MERGE•••Change-Id: I9c2c9578bbc0a7036c7ee4c6b8a605ef90ae6001 Auto-generated-cl: translation import Baligh Uddin2013-10-251-4/+4
* | | | | Refactoring: Introduce PtNode and PtNodeReader.•••To handle multiple dictionary formats in helpers. Bug: 11073222 Change-Id: Iaef7be08534f9010e837ffcf8c8292b174b64d2b Keisuke Kuroyanagi2013-10-2515-436/+528
|/ / / /
* | | | Introduce Ver4DictBuffers to handle multiple buffers.•••Bug: 11073222 Change-Id: Icacca8133c0030b19ca826fbf9525f41a1ac6cc8 Keisuke Kuroyanagi2013-10-246-6/+185
* | | | Introduce DictContent for ver4 dict.•••Bug: 11073222 Change-Id: I88ab3948a98388931d81c97825c9d2c76e15a44b Keisuke Kuroyanagi2013-10-243-0/+154
* | | | Introduce ExclusiveOwnershipPointer.•••Bug: 11073222 Change-Id: I841527f0247f2ade07796406729b3a4a8958aa57 Keisuke Kuroyanagi2013-10-2413-150/+280
* | | | am 85781e88: am 42de819a: am 1875860d: Stopgap solution for a crash.•••* commit '85781e88469c2b65d205ec4265f1991ac86ded5b': Stopgap solution for a crash. Jean Chalard2013-10-220-0/+0
|\| | |
| * | | am 42de819a: am 1875860d: Stopgap solution for a crash.•••* commit '42de819ae8d7e276af3299a4572788f8996a6e83': Stopgap solution for a crash. Jean Chalard2013-10-221-1/+8
| |\| |
| | * | am 1875860d: Stopgap solution for a crash.•••* commit '1875860d2606eff269381ef0bb68db549ab4819d': Stopgap solution for a crash. Jean Chalard2013-10-221-1/+8
| | |\|
| | | * Stopgap solution for a crash.•••This returns the wrong string, but since it's used for getting the previous word for bigrams, it only results in slightly worse suggestions quality. Cherry-pick of I6ce5de2f Bug: 11273655 Change-Id: I17fb6d74f18fb31bd8f8518f80456d74ae30a2c3 Jean Chalard2013-10-221-1/+8
* | | | Merge "Preliminary refactor"Jean Chalard2013-10-221-10/+13
|\ \ \ \
| * | | | Preliminary refactor•••Bug: 11328842 Change-Id: I7c22e951fef9bc4443c6b64625e25f632f876ab1 Jean Chalard2013-10-221-10/+13