aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add latinime-common local lib"Ken Wakasa2014-10-2211-9/+37
|\
| * Add latinime-common local libKen Wakasa2014-10-2211-9/+37
| | | | | | | | | | | | | | This is just a placeholder in this CL. It will be shared by LatinIME, dicttool, and tests. Change-Id: I6fb3516a5061555f6f24b29141c2871d2319b023
* | Merge "Enable ASan (Address Sanitizer) for native host test"Yohei Yukawa2014-10-221-0/+4
|\ \
| * | Enable ASan (Address Sanitizer) for native host testYohei Yukawa2014-10-221-0/+4
| |/ | | | | | | | | | | | | | | This CL enables Address Sanitizer for native host test. Note that production build is not affected with this change. ASan is enabled only in static lib for test executables. Change-Id: Idbe1f2e4502dfce9b6fb0253d7ebda8d37fbf84e
* | Merge "Support dumping ngram entries."Keisuke Kuroyanagi2014-10-227-35/+77
|\ \ | |/ |/|
| * Support dumping ngram entries.Keisuke Kuroyanagi2014-10-227-35/+77
| | | | | | | | | | Bug: 14425059 Change-Id: Ib03a0c3d166ed6f1e60c67127b28006d55143b6b
* | Remove XML input/output from dicttool.Jean Chalard2014-10-224-503/+13
|/ | | | | | This hasn't been used for a while. It's deprecated. Let's kill it. Change-Id: Ib1c491fa14b6406f6f77f2b0869f4db1810eb078
* Merge "Support ngram entry migration."Keisuke Kuroyanagi2014-10-227-43/+146
|\
| * Support ngram entry migration.Keisuke Kuroyanagi2014-10-227-43/+146
| | | | | | | | | | Bug: 14425059 Change-Id: I98cb9fa303af2d93a0a3512e8732231c564e3c5d
* | Merge "Remove BuildCompatUtils.VERSION_CODES_LXX"Yohei Yukawa2014-10-227-23/+18
|\ \
| * | Remove BuildCompatUtils.VERSION_CODES_LXXYohei Yukawa2014-10-227-23/+18
| | | | | | | | | | | | | | | | | | Finally it is turned out to be a XXL-size Lollipop. Change-Id: Icbd22506be9de514eba287cdd8d97fbfd070ac09
* | | Add @Override for a method that is overriding a new L APIYohei Yukawa2014-10-221-2/+3
|/ / | | | | | | | | | | | | Now all the downstream builds have switched to API Level 21. Hence putting @Override to new APIs no longer makes javac unhappy. Change-Id: Ib3324a5d06b17d298beacab8c8802bb14e5be968
* | Merge "Fix some compiler warnings"Tadashi G. Takaoka2014-10-21115-914/+907
|\ \ | |/ |/|
| * Fix some compiler warningsTadashi G. Takaoka2014-10-21115-914/+907
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Fix debug build.Keisuke Kuroyanagi2014-10-212-4/+4
| | | | | | | | Change-Id: Id94636714d04a8828718b87741c0ee62a14cb3b4
* | Merge changes I210acb81,Ie9508788Keisuke Kuroyanagi2014-10-2115-150/+188
|\ \ | | | | | | | | | | | | | | | * changes: Make NgramProperty have NgramContext. Create .cpp file for NgramContext.
| * | Make NgramProperty have NgramContext.Keisuke Kuroyanagi2014-10-2112-43/+48
| | | | | | | | | | | | | | | Bug: 14425059 Change-Id: I210acb816b122857dbbe1ee4dd6a35c5335bf2bf
| * | Create .cpp file for NgramContext.Keisuke Kuroyanagi2014-10-213-107/+140
| | | | | | | | | | | | | | | | | | Bug: 14425059 Change-Id: Ie950878817b9c80cc9c970e1a84880c9b9ab228a
* | | Merge "FIx potential NPE"Tadashi G. Takaoka2014-10-211-2/+2
|\ \ \ | |_|/ |/| |
| * | FIx potential NPETadashi G. Takaoka2014-10-211-2/+2
| | | | | | | | | | | | | | | Bug: 18052047 Change-Id: I9097d0a504b8a1d875cf66e44bb65eb6ecc8908e
* | | Merge "Use EntryCounters during GC."Keisuke Kuroyanagi2014-10-215-65/+54
|\ \ \ | | |/ | |/|
| * | Use EntryCounters during GC.Keisuke Kuroyanagi2014-10-215-65/+54
| | | | | | | | | | | | | | | Bug: 14425059 Change-Id: I61eb798686dc753fb6c0fe99a0719c1732198f30
* | | Merge "Renaming "blacklist" flag to "possibly offensive""Adrian Velicu2014-10-2140-185/+246
|\ \ \
| * | | Renaming "blacklist" flag to "possibly offensive"Adrian Velicu2014-10-2140-185/+246
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | No behaviour changes. Unified the overloaded FusionDictionary::add method to always take an isPossiblyOffensive argument. Bug: 11031090 Change-Id: I5741a023ca1ce842d2cf10d4f6c926b0efabaa78
* | | Merge "Introduce EntryCounters to count entries in a dictionary."Keisuke Kuroyanagi2014-10-2116-89/+230
|\ \ \ | |/ / |/| / | |/
| * Introduce EntryCounters to count entries in a dictionary.Keisuke Kuroyanagi2014-10-2116-89/+230
| | | | | | | | | | | | Bug: 14425059 Change-Id: Ic13ba827d96fa4a147485ba92fdb37e23e04e8e8
* | Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-10-203-3/+3
|\ \
| * | Import translations. DO NOT MERGEGeoff Mendal2014-10-203-3/+3
| | | | | | | | | | | | | | | Change-Id: Idcaf9d1a640e52e64957db9ae1b6d24beabc5bfc Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-10-2073-17/+90
|\ \ \
| * | | Import translations. DO NOT MERGEGeoff Mendal2014-10-2073-17/+90
| |/ / | | | | | | | | | | | | Change-Id: I1f98c40acd696c8791dd0e3850d3dcff6b51722b Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-10-201-1/+1
|\ \ \
| * | | Import translations. DO NOT MERGEGeoff Mendal2014-10-201-1/+1
| |/ / | | | | | | | | | | | | Change-Id: Ic0556705ea72f60c0f66ed1c516636fc0f8c98ba Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-10-201-1/+1
|\ \ \
| * | | Import translations. DO NOT MERGEGeoff Mendal2014-10-201-1/+1
| |/ / | | | | | | | | | | | | Change-Id: Ief1756f262798b3ababa8ccc57c386c2d08d4e68 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE"Geoff Mendal2014-10-202-38/+38
|\ \ \
| * | | Import translations. DO NOT MERGEGeoff Mendal2014-10-202-38/+38
| |/ / | | | | | | | | | | | | Change-Id: I2b2849dd412ec9cc7330d882d8d1546932e753a4 Auto-generated-cl: translation import
* / / Import translations. DO NOT MERGEGeoff Mendal2014-10-202-32/+32
|/ / | | | | | | | | Change-Id: Ie1921e02997556ddcff58bd492879a5b755536a9 Auto-generated-cl: translation import
* / Refactor CustomInputStyleSettingsFragmentTadashi G. Takaoka2014-10-202-387/+420
|/ | | | | Bug: 18003991 Change-Id: Ib005dd394faf546e4faed89ff2018ce49858a06e
* Change entry count limit.Keisuke Kuroyanagi2014-10-206-27/+65
| | | | | | Unigram 10K, Bigram 30K, Trigram 30K. Change-Id: Ibd19c6a2b618499df1c70000bad7b47498187f0a
* am 965048d9: (-s ours) am 2ffe6a23: (-s ours) am d25f8443: (-s ours) am ↵Baligh Uddin2014-10-190-0/+0
|\ | | | | | | | | | | | | 6a887105: (-s ours) am c04edfc3: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev * commit '965048d992af142a3314726b738d43a96aec3764': Import translations. DO NOT MERGE
| * am 2ffe6a23: (-s ours) am d25f8443: (-s ours) am 6a887105: (-s ours) am ↵Baligh Uddin2014-10-190-0/+0
| |\ | | | | | | | | | | | | | | | | | | c04edfc3: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev * commit '2ffe6a2340ab05fb38f5051a1ce35b12af895fce': Import translations. DO NOT MERGE
| | * am d25f8443: (-s ours) am 6a887105: (-s ours) am c04edfc3: (-s ours) Merge ↵Baligh Uddin2014-10-190-0/+0
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | "Import translations. DO NOT MERGE" into lmp-dev * commit 'd25f8443ebf3ec5adb28ae6e24c3d17f6a0bdf7b': Import translations. DO NOT MERGE
| | | * am 6a887105: (-s ours) am c04edfc3: (-s ours) Merge "Import translations. DO ↵Baligh Uddin2014-10-190-0/+0
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOT MERGE" into lmp-dev * commit '6a8871058f857d12390a8887faac4fd2b08bd34c': Import translations. DO NOT MERGE
| | | | * am c04edfc3: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-10-190-0/+0
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c04edfc31c8e1538630fe3bff06928669d1e3869': Import translations. DO NOT MERGE
| | | | | * Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-10-192-6/+6
| | | | | |\
| | | | | | * Import translations. DO NOT MERGEBaligh Uddin2014-10-192-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic2c146260b359f187a1d1e5d9f60db4bdc041592 Auto-generated-cl: translation import
* | | | | | | am 5aa08a0b: (-s ours) am 821db737: (-s ours) am 93d67f65: (-s ours) am ↵Baligh Uddin2014-10-190-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6949eb15: (-s ours) am 815b31f9: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev * commit '5aa08a0b5a1346a7561b2ee70e277dc8c170ec5d': Import translations. DO NOT MERGE
| * | | | | | am 821db737: (-s ours) am 93d67f65: (-s ours) am 6949eb15: (-s ours) am ↵Baligh Uddin2014-10-190-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 815b31f9: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev * commit '821db73793e5b6f779cada48a51a9740eb885fff': Import translations. DO NOT MERGE
| | * | | | | am 93d67f65: (-s ours) am 6949eb15: (-s ours) am 815b31f9: (-s ours) Merge ↵Baligh Uddin2014-10-190-0/+0
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Import translations. DO NOT MERGE" into lmp-dev * commit '93d67f65ac2d154a29dc7afdc6ae039b98fd07fd': Import translations. DO NOT MERGE
| | | * | | | am 6949eb15: (-s ours) am 815b31f9: (-s ours) Merge "Import translations. DO ↵Baligh Uddin2014-10-190-0/+0
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOT MERGE" into lmp-dev * commit '6949eb15668dd099958fe7e00afcba448bb09aa1': Import translations. DO NOT MERGE