Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Remove dicttool dependency to NativeSuggestOptions" | 2014-11-07 | 1 | -1/+0 | |
|\ | |||||
| * | Remove dicttool dependency to NativeSuggestOptions•••Bug: 18108776 Change-Id: I0f57594617f8d5080aea9002b2356d18bfe97043 | 2014-11-06 | 1 | -1/+0 | |
* | | Fix the build : move offdevice tests in an off device file•••Also fix a failing test Change-Id: I280aa6b5836c7332da08a88f1258546edeb25a37 | 2014-11-06 | 1 | -1/+92 | |
* | | Add a header command to dicttool.•••This will allow to greatly improve the performance of the metadata-generating files, as they won't have to wait for the info command to read the entire dictionary when the header is all we need. Also add tests, and while we're at it, use the seed as intended to enable reproducible tests. Change-Id: I0ba79ef62f0292b23e63aed57ff565bb102281a2 | 2014-11-06 | 3 | -10/+92 | |
* | | Add a *FAST* dictionary header reader.•••It's still unused as of this change but the next change will use it As a reference point, generating the metadata for Bayo takes 3'02" on my machine with the info command; it's down to 16" if made to use this instead. The gains increases with the number of dictionaries obviously. Change-Id: I0eeea2d8f81bb74b0d1570af658e91b56f7c2b79 | 2014-11-06 | 1 | -0/+53 | |
|/ | |||||
* | Genericize getting a raw dictionary•••This will allow for not copying the whole dictionary when only the header is needed. Change-Id: Ie4a649b507ccd4a430201824ed87b8b8bbf55e9f | 2014-11-06 | 3 | -48/+71 | |
* | Large simplification in obtaining a raw dictionary•••That is where the last refactorings were leading. This code is simpler, but it's far more flexible. Importantly, it only makes a single copy instead of making a full disk copy for every intermediate step. Next we're going to make the "copy" part modular for processes that don't need to copy the whole file. Change-Id: Ief32ac665d804b9b20c44f443a9c87452ceb367a | 2014-11-05 | 2 | -89/+61 | |
* | Merge "Initial commit for native dicttoolkit." | 2014-10-31 | 1 | -0/+1 | |
|\ | |||||
| * | Initial commit for native dicttoolkit.•••Bug: 10059681 Change-Id: Ib730af8ebc944e08aaada869c0626724a499747c | 2014-10-31 | 1 | -0/+1 | |
* | | Remove some dicttool dependencies•••Bug: 18108776 Change-Id: Ic81c5df2a685160c249021ff4cfe41553dbdeebe | 2014-10-31 | 2 | -56/+0 | |
* | | Merge "Remove Dict dependency on WordComposer and ProximityInfo" | 2014-10-31 | 1 | -2/+0 | |
|\ \ | |||||
| * | | Remove Dict dependency on WordComposer and ProximityInfo•••Bug: 18108776 Change-Id: I9b399a44241e05a7add9bb8094263aa76de37880 | 2014-10-29 | 1 | -2/+0 | |
* | | | Using "blacklist" flag as "possibly offensive"•••Bug: 11031090 Change-Id: I5cc0d006ab003656498eb82b0875eb9c051d331e | 2014-10-31 | 2 | -21/+32 | |
|/ / | |||||
* | | Move InputPointers and ResizableIntArray to common•••Bug: 18108776 Change-Id: Ie5c0430aa41a8d6c58bf510a10173223d7dfe9fe | 2014-10-29 | 1 | -3/+1 | |
* | | Move StringUtils under common.•••Bug: 18108776 Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b | 2014-10-28 | 1 | -2/+1 | |
|/ | |||||
* | Fix unit test breakage•••Change-Id: I538288054a58eb2c81ce3cbe5c9bef900fb653a5 | 2014-10-24 | 1 | -1/+0 | |
* | Merge "Some more simplification of DecoderSpec works" | 2014-10-24 | 2 | -7/+14 | |
|\ | |||||
| * | Some more simplification of DecoderSpec works•••Change-Id: I23fa4e4ed96228406e70aa94d84fd7b8d3f69347 | 2014-10-23 | 2 | -7/+14 | |
* | | Merge "Simplify handling of steps in DecoderChainSpec" | 2014-10-24 | 2 | -14/+28 | |
|\| | |||||
| * | Simplify handling of steps in DecoderChainSpec•••This is a preliminary refactoring change to improve performance in dicttool diagnostic tools. Change-Id: I9a59328af62e336809246be5bebbbf2e154366b3 | 2014-10-23 | 2 | -14/+28 | |
* | | Merge "Fix dicttool build." | 2014-10-23 | 1 | -1/+1 | |
|\ \ | |||||
| * | | Fix dicttool build.•••Change-Id: Idc4533e57b7f4ddccd66b1f1a4730153064b1e27 | 2014-10-23 | 1 | -1/+1 | |
* | | | Remove unused import and method•••Bug: 18003991 Change-Id: Id6b67bf66b397301e5186826dba2b60df9cb4c65 | 2014-10-23 | 1 | -9/+0 | |
|/ / | |||||
* / | Move annotations classes to latiime-common•••Move Constants.java too. Change-Id: I55e8cf06f61c0a37746a7328834a52a5306cf0f2 | 2014-10-23 | 1 | -7/+3 | |
|/ | |||||
* | Fix Javadoc and null analysis related warnings•••This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1 | 2014-10-23 | 4 | -38/+4 | |
* | Add latinime-common local lib•••This is just a placeholder in this CL. It will be shared by LatinIME, dicttool, and tests. Change-Id: I6fb3516a5061555f6f24b29141c2871d2319b023 | 2014-10-22 | 1 | -1/+1 | |
* | Remove XML input/output from dicttool.•••This hasn't been used for a while. It's deprecated. Let's kill it. Change-Id: Ib1c491fa14b6406f6f77f2b0869f4db1810eb078 | 2014-10-22 | 4 | -503/+13 | |
* | Fix some compiler warnings•••This CL fixes the following compiler warnings. - Indirect access to static member - Access to a non-accessible member of an enclosing type - Parameter assignment - Method can be static - Local variable declaration hides another field or variable - Value of local variable is not used - Unused import - Unused private member - Unnecessary 'else' statement - Unnecessary declaration of throw exception - Redundant type arguments - Missing '@Override' annotation - Unused '@SuppressWarning' annotations Bug: 18003991 Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7 | 2014-10-21 | 7 | -20/+15 | |
* | Renaming "blacklist" flag to "possibly offensive"•••No behaviour changes. Unified the overloaded FusionDictionary::add method to always take an isPossiblyOffensive argument. Bug: 11031090 Change-Id: I5741a023ca1ce842d2cf10d4f6c926b0efabaa78 | 2014-10-21 | 7 | -21/+34 | |
* | Fix a possible NPE in Dicttool•••I've never seen the NPE happen and only happened to notice this by chance. Let's fix the code. Change-Id: If458646229f9cadcd6c15779348133f382fde783 | 2014-10-06 | 1 | -3/+4 | |
* | Align a compat file for a change in native signature•••Change-Id: I89eb530c1a44e5ea9b5fcb37c792cb8c81d6dc1c | 2014-10-03 | 1 | -5/+4 | |
* | Use Devanagari Danda letter as full stop on Nepali keyboard•••Bug: 17741882 Change-Id: I62e8c9a3f194b9a3a6724c7d1a92292b150ddeb9 | 2014-10-03 | 1 | -0/+5 | |
* | Merge "Include a code point table in the binary dictionary." | 2014-10-02 | 1 | -1/+1 | |
|\ | |||||
| * | Include a code point table in the binary dictionary.•••Bug:17097992 Change-Id: I677a5eb3a704e4386f6573360e44ca335d81d2df | 2014-10-02 | 1 | -1/+1 | |
* | | Add Uzbek keyboard•••Bug: 13222403 Change-Id: I9a4cf447a8ab0c26c4dc7f7794c57390024660cc | 2014-10-01 | 2 | -0/+71 | |
* | | Use Devanagari Danda letter as full stop on Hindi keyboard•••Bug: 17418371 Change-Id: I22bb2913015a83604301576e68095974c38b7c9a | 2014-10-01 | 1 | -0/+5 | |
* | | Merge "Add Akkhor Layout for Bengali Bangladesh" | 2014-10-01 | 1 | -0/+28 | |
|\ \ | |||||
| * | | Add Akkhor Layout for Bengali Bangladesh•••Bug: 16143057 Change-Id: I0b4a3d0d1125f9af25a98ee7a1852129ae1c1d2c | 2014-09-26 | 1 | -0/+28 | |
* | | | Introduce NgramProperty in Java side.•••Bug: 14425059 Change-Id: I8b3458ad22730b3dccbe0caea2c5930f5276dc82 | 2014-10-01 | 3 | -6/+6 | |
| |/ |/| | |||||
* | | Merge "Rename PrevWordsInfo to NgramContext." | 2014-09-29 | 1 | -1/+1 | |
|\ \ | |/ |/| | |||||
| * | Rename PrevWordsInfo to NgramContext.•••Bug: 14425059 Change-Id: Id06a71681fa8b5e589e29fba10fe5c1cfed66984 | 2014-09-29 | 1 | -1/+1 | |
* | | Fix adding more diacritics letters for Nordic languages•••Bug: 10787354 Change-Id: Ia71417069a0cc10d7908d0c404ce85eb0cd76540 | 2014-09-26 | 5 | -18/+33 | |
|/ | |||||
* | Merge "Add Serbian Latin keyboard" | 2014-09-26 | 1 | -0/+42 | |
|\ | |||||
| * | Add Serbian Latin keyboard•••Bug: 9687668 Change-Id: I0631ab04cf33e3d454c965e98a756c31666537bf | 2014-09-26 | 1 | -0/+42 | |
* | | Read dicttool option for switching code point table•••Bug:17097992 Change-Id: I0b3f12c4450f784b9a33470d1dc4c306062de91e | 2014-09-26 | 1 | -17/+36 | |
|/ | |||||
* | Add !string/<resource_name> reference•••This CL introduces new text reference notation !string/<resource_name> to refer a string resource on the fly. This notation is mainly used to represent action key labels may refer a string in a system locale in run-time. This notation is needed to implement Hinglish and Serbian-Latin keyboards that need to refer its own action key labels. Bug: 17169632 Bug: 9687668 Change-Id: I042f6bd04714e0e448cd92031730eb9fb422e6d3 | 2014-09-25 | 2 | -0/+16 | |
* | Fix Turkish/Azerbaijani keyboard to add more accented letters•••Bug: 16807005 Change-Id: Ifd0ab3aeb8207cdecacf8cfe5b1d58c07690142f | 2014-09-22 | 2 | -6/+28 | |
* | Fix Romanian keyboard to promote "A with breve"•••Bug: 17324498 Change-Id: Ie27f0023b2bfb18b0ee2051260ecf6bab75727a5 | 2014-09-18 | 1 | -3/+3 | |
* | Add Hinglish (hi_ZZ) subtype•••Bug: 17169632 Change-Id: Ibee088d76c2b19f1d62a3c9c119452726e856ec8 | 2014-08-21 | 1 | -0/+23 | |
* | Abolish source code overlay and inroduce overridable src dir•••This should make IDEs happy with appropriate source code directory selection. bug: 16829244 Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991 | 2014-08-16 | 1 | -17/+22 |