Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Add BinaryDictionary.getBigramProbabilityNative()." | 2013-09-18 | 1 | -5/+17 | |
|\ | |||||
| * | Add BinaryDictionary.getBigramProbabilityNative().•••Bug: 10197478 Change-Id: Id16e3ee22a17679c46cc7a0199a9e28065177aa3 | 2013-09-18 | 1 | -5/+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 | 2013-09-17 | 1 | -1/+1 | |
|/ | |||||
* | Prepare dictionary saving in native code.•••Bug: 6669677 Change-Id: I0787f66409e2b183c6328fa05805945520e1e93a | 2013-09-17 | 1 | -0/+24 | |
* | [AC7] Actually auto-commit.•••Bug: 9059617 Change-Id: I7e5d89a9037b9181a0a6456c12043b4bfda8fe4b | 2013-09-17 | 1 | -1/+1 | |
* | Merge "[AC4] Add native methods necessary for auto-commit" | 2013-09-13 | 1 | -3/+25 | |
|\ | |||||
| * | [AC4] Add native methods necessary for auto-commit•••Bug: 9059617 Change-Id: I7a47b0675446fc4f39628c60d16de9aea90d1b4d | 2013-09-13 | 1 | -3/+25 | |
* | | Change cache capacity depending on the dictionary size.•••Bug: 10699291 Change-Id: I7042d4c1307da2d991d4dd10d637f18026acb996 | 2013-09-12 | 1 | -1/+3 | |
|/ | |||||
* | Pass additionalFeaturesOptions for getSuggestions().•••This fixes null pointer exceptions that are caused when getSuggestion() is called from spell checker. Change-Id: Ifc9e7abb900e1a4646e33c91022effde439673e4 | 2013-08-28 | 1 | -6/+5 | |
* | [AC2] Reference a dict rather than a string in suggestion infos•••Bug: 9059617 Change-Id: Ic17bc0fd5d812268fd37d7fd35b4e9ebfb95fa5e | 2013-08-20 | 1 | -1/+1 | |
* | [AC1] Add a memory of where to cut the first word.•••Bug: 9059617 Change-Id: I931b6d1eb49f9f7dd7d5b18956e35751d1b2b631 | 2013-08-20 | 1 | -1/+2 | |
* | Refactor on UserHistoryDictionary•••Bug: 9429906 Change-Id: I576a91643bdaf5017cc826ac2e07a74a9a275d60 | 2013-07-26 | 1 | -1/+1 | |
* | Move settings related classes to "settings"•••Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f | 2013-07-22 | 1 | -1/+2 | |
* | Add methods for dynamic updating binary dictionary.•••Bug: 6669677 Change-Id: I7e681ceec2af712214a647630350cb20be6b0354 | 2013-07-04 | 1 | -4/+33 | |
* | Add jni methods for dynamically handling a dictionary.•••Bug: 6669677 Change-Id: I8a26623adbb41a78e3c023c652be635c635e3b47 | 2013-06-26 | 1 | -1/+5 | |
* | Add a parameter isUpdatable to the constructor of BinaryDictionary.•••Bug: 6669677 Change-Id: I6bc25131afd97112e3bbde036a81ab559a9a6460 | 2013-06-25 | 1 | -4/+6 | |
* | Allow mmapping dictionary file in writable mode in openNative.•••Bug: 6669677 Change-Id: I447668932de118b158fa029ddc977b3f3cc06cb8 | 2013-06-25 | 1 | -2/+3 | |
* | Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa | 2013-06-24 | 1 | -0/+4 | |
* | Adding additional feature settings.•••Change-Id: I9fec0c03b7da9ce0305b494193f4cfe3fca144f3 | 2013-05-28 | 1 | -0/+2 | |
* | Passing options to native suggestion method.•••Change-Id: I6da180cfa1b9e5aa39600e78e3bc41209a40f583 Signed-off-by: Keisuke Kuroyanagi <ksk@google.com> | 2013-05-24 | 1 | -5/+6 | |
* | Pass blockOffensiveWords as a parameter•••Bug: 8773353 Change-Id: Ic1019742ce7ff6e4f7fff4d2729f8ab52d841488 | 2013-05-01 | 1 | -6/+7 | |
* | [ZF2] Read settings for profanity filtering.•••Bug: 7226877 Change-Id: Ie0c713e1eba1529c0b288a1e5011023a79bedd6b | 2013-04-25 | 1 | -3/+6 | |
* | [ZF1] Check profanity in Java rather than in native•••Bug: 7226877 Change-Id: Ib6c32bfee9977c27dbf7e1e590b2b00d9ceb7301 | 2013-04-25 | 1 | -2/+12 | |
* | Don't kill suggestions with native score < 1•••Change-Id: I954856b7fec0b91e19a467f2a87978d49caa639d | 2013-04-22 | 1 | -1/+0 | |
* | Break dependencies to allow offdevice tests to build•••Change-Id: Ia9a2e8f0672b3f72943f26fb15de1d3c7c5ce7f1 | 2013-03-19 | 1 | -2/+0 | |
* | Merge the dictionary pack in Latin IME.•••Bug: 8161354 Change-Id: I17c23f56dd3bc2f27726556bf2c5a9d5520bd172 | 2013-03-19 | 1 | -2/+2 | |
* | Refactor parameters by naming convention•••Change-Id: I8bda8075b33f656ecbec08320afcd864b620fe77 | 2013-03-18 | 1 | -2/+2 | |
* | Tiny cleanup•••Change-Id: I5d7150a4abb3a498e790f41af569093217cb8b43 | 2013-02-22 | 1 | -1/+0 | |
* | Remove MAX_PROXIMITY_CHARS_SIZE_INTERNAL•••Change-Id: I18a997503de4033b5341b564145bca862a872098 | 2013-01-22 | 1 | -2/+2 | |
* | Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086 | 2013-01-21 | 1 | -8/+8 | |
* | Remove MAX_WORD_LENGTH_INTERNAL•••Change-Id: Ie11ff000675601acff5fbb00e9e9f48eb32c5071 | 2013-01-15 | 1 | -20/+15 | |
* | Remove BinaryDictionary.MAX_PREDICTION and MAX_SPACES, and rename MAX_WORDS t...•••Change-Id: Iab2a422b367e7521f346481c7fe5e2575f2e9de3 | 2013-01-11 | 1 | -19/+10 | |
* | Privatize a few constants in BinaryDictionary.java•••Change-Id: I7defaf1f577fd67e678cac83ff935e8181dd0a48 | 2012-12-17 | 1 | -3/+3 | |
* | Remove unused variables•••Change-Id: Ia5079368a1bc86ccdf0052445dc6945041c0abca | 2012-11-16 | 1 | -3/+3 | |
* | Use 32-bit code points for suggestions output•••This is a multi-project commit with Ic43dd666 bug: 6526418 Change-Id: I39c1acb4e91d04cd8a4ec5a943c8cf575da75ebc | 2012-11-01 | 1 | -17/+19 | |
* | Merge "Replace useless CharSequence to String" | 2012-10-22 | 1 | -13/+15 | |
|\ | |||||
| * | Replace useless CharSequence to String•••Change-Id: Idc478f901185ee1b4912acc82d0cbc54fee4e991 | 2012-10-22 | 1 | -13/+15 | |
* | | Add @UsedForTesting and @ExternallyReferenced annotations•••Bug: 7268357 Change-Id: I0b7e0c19f04af9ae30874d0a4c26ad81bc80be8c | 2012-10-22 | 1 | -2/+1 | |
|/ | |||||
* | Make use of the NELEMS and KEYCODE_SPACE macro. Also, remove an unused param...•••Change-Id: I3c7e6c59990c92b0d5e2fb80493e8673cdd37b09 | 2012-10-09 | 1 | -8/+4 | |
* | Throw illegal argument exception in BinaryDictionary::editDistance•••Bug: 7276803 Change-Id: Icd9bdec0a04179a29d00336819d205627f77b71a | 2012-10-03 | 1 | -0/+3 | |
* | Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e | 2012-09-27 | 1 | -1/+1 | |
* | Fix gesture start detection algorithm•••Bug: 7032858 Change-Id: I9f4d939fa87fdead4c5a5921338a16cd0a59b7ac | 2012-09-21 | 1 | -1/+1 | |
* | Check the length of the word when add to FusionDictionary.•••Change-Id: Id98d18e90a8b83b597507728b467f56888c8fd12 | 2012-09-10 | 1 | -1/+1 | |
* | Add static construct method for SparseArray•••Change-Id: I6da97f6ea23578318f403bb5d64c30b1663c69ee | 2012-08-22 | 1 | -1/+1 | |
* | Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89 | 2012-08-22 | 1 | -1/+1 | |
* | Rename and consolidate some constants•••Change-Id: I7863936cca18b28bf0117afcbcf544a5fd7f185d | 2012-08-21 | 1 | -1/+1 | |
* | Make some usages of SparseArray thread-safe•••This is a follow up of I39d9bf1a7c272eb16d6ed4698f52457579b40f10. Change-Id: Ic3288e491175f9a85679a21064093f9db5a65466 | 2012-08-20 | 1 | -11/+16 | |
* | Fix a debug method•••Change-Id: Icf78fb0d5f7caea78f053fffd1ecd4289629964a | 2012-08-17 | 1 | -1/+1 | |
* | Step 28-A Introduce the session Id to getSuggestion•••Change-Id: I39d9bf1a7c272eb16d6ed4698f52457579b40f10 | 2012-08-15 | 1 | -5/+34 | |
* | Fix JNI•••Change-Id: If134baf52e78fbe18b78611a23870f5d10c80955 | 2012-08-11 | 1 | -0/+1 |