Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move annotations classes to latiime-common•••Move Constants.java too. Change-Id: I55e8cf06f61c0a37746a7328834a52a5306cf0f2 | 2014-10-23 | 4 | -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 | 72 | -179/+273 | |
* | Merge "Enable preliminary subtypes for F-release" | 2014-10-23 | 10 | -39/+25 | |
|\ | |||||
| * | Enable preliminary subtypes for F-release•••Bug: 17743363 Change-Id: I098ae6e21a7f2a1ceed1d206740a2d12e1ef7d99 | 2014-10-22 | 10 | -39/+25 | |
* | | Import translations. DO NOT MERGE•••Change-Id: Ia95e94fb8246f5b44753b8091fca45c3e650f732 Auto-generated-cl: translation import | 2014-10-22 | 3 | -5/+5 | |
* | | Merge "Revert "Enable ASan (Address Sanitizer) for native host test"" | 2014-10-22 | 1 | -4/+0 | |
|\ \ | |||||
| * | | Revert "Enable ASan (Address Sanitizer) for native host test"•••This reverts commit af2673f17d89c0ea8d61266ce92e55a77218b494 because of build failure in tapas build. Change-Id: Ib02931116181c98b35ce938e42d2376225e9b255 | 2014-10-22 | 1 | -4/+0 | |
* | | | Fix: Follow up to I6fb3516a5061555f6f24b29141c2871d2319b023•••Change-Id: Iab389c83af0a06a3fff4ae1d7e2a51995fdd41a5 | 2014-10-22 | 1 | -0/+0 | |
* | | | Merge "Add latinime-common local lib" | 2014-10-22 | 11 | -9/+37 | |
|\ \ \ | |||||
| * | | | 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 | 11 | -9/+37 | |
* | | | | Merge "Enable ASan (Address Sanitizer) for native host test" | 2014-10-22 | 1 | -0/+4 | |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Enable ASan (Address Sanitizer) for native host test•••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 | 2014-10-22 | 1 | -0/+4 | |
| |/ / | |||||
* | | | Merge "Support dumping ngram entries." | 2014-10-22 | 7 | -35/+77 | |
|\ \ \ | |/ / |/| | | |||||
| * | | Support dumping ngram entries.•••Bug: 14425059 Change-Id: Ib03a0c3d166ed6f1e60c67127b28006d55143b6b | 2014-10-22 | 7 | -35/+77 | |
| |/ | |||||
* / | 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 | |
|/ | |||||
* | Merge "Support ngram entry migration." | 2014-10-22 | 7 | -43/+146 | |
|\ | |||||
| * | Support ngram entry migration.•••Bug: 14425059 Change-Id: I98cb9fa303af2d93a0a3512e8732231c564e3c5d | 2014-10-22 | 7 | -43/+146 | |
* | | Merge "Remove BuildCompatUtils.VERSION_CODES_LXX" | 2014-10-22 | 7 | -23/+18 | |
|\ \ | |||||
| * | | Remove BuildCompatUtils.VERSION_CODES_LXX•••Finally it is turned out to be a XXL-size Lollipop. Change-Id: Icbd22506be9de514eba287cdd8d97fbfd070ac09 | 2014-10-22 | 7 | -23/+18 | |
* | | | Add @Override for a method that is overriding a new L API•••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 | 2014-10-22 | 1 | -2/+3 | |
|/ / | |||||
* | | Merge "Fix some compiler warnings" | 2014-10-21 | 115 | -914/+907 | |
|\ \ | |/ |/| | |||||
| * | 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 | 115 | -914/+907 | |
* | | Fix debug build.•••Change-Id: Id94636714d04a8828718b87741c0ee62a14cb3b4 | 2014-10-21 | 2 | -4/+4 | |
* | | Merge changes I210acb81,Ie9508788•••* changes: Make NgramProperty have NgramContext. Create .cpp file for NgramContext. | 2014-10-21 | 15 | -150/+188 | |
|\ \ | |||||
| * | | Make NgramProperty have NgramContext.•••Bug: 14425059 Change-Id: I210acb816b122857dbbe1ee4dd6a35c5335bf2bf | 2014-10-21 | 12 | -43/+48 | |
| * | | Create .cpp file for NgramContext.•••Bug: 14425059 Change-Id: Ie950878817b9c80cc9c970e1a84880c9b9ab228a | 2014-10-21 | 3 | -107/+140 | |
* | | | Merge "FIx potential NPE" | 2014-10-21 | 1 | -2/+2 | |
|\ \ \ | |_|/ |/| | | |||||
| * | | FIx potential NPE•••Bug: 18052047 Change-Id: I9097d0a504b8a1d875cf66e44bb65eb6ecc8908e | 2014-10-21 | 1 | -2/+2 | |
* | | | Merge "Use EntryCounters during GC." | 2014-10-21 | 5 | -65/+54 | |
|\ \ \ | | |/ | |/| | |||||
| * | | Use EntryCounters during GC.•••Bug: 14425059 Change-Id: I61eb798686dc753fb6c0fe99a0719c1732198f30 | 2014-10-21 | 5 | -65/+54 | |
* | | | Merge "Renaming "blacklist" flag to "possibly offensive"" | 2014-10-21 | 40 | -185/+246 | |
|\ \ \ | |||||
| * | | | 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 | 40 | -185/+246 | |
| | |/ | |/| | |||||
* | | | Merge "Introduce EntryCounters to count entries in a dictionary." | 2014-10-21 | 16 | -89/+230 | |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Introduce EntryCounters to count entries in a dictionary.•••Bug: 14425059 Change-Id: Ic13ba827d96fa4a147485ba92fdb37e23e04e8e8 | 2014-10-21 | 16 | -89/+230 | |
* | | Merge "Import translations. DO NOT MERGE" | 2014-10-20 | 3 | -3/+3 | |
|\ \ | |||||
| * | | Import translations. DO NOT MERGE•••Change-Id: Idcaf9d1a640e52e64957db9ae1b6d24beabc5bfc Auto-generated-cl: translation import | 2014-10-20 | 3 | -3/+3 | |
* | | | Merge "Import translations. DO NOT MERGE" | 2014-10-20 | 73 | -17/+90 | |
|\ \ \ | |||||
| * | | | Import translations. DO NOT MERGE•••Change-Id: I1f98c40acd696c8791dd0e3850d3dcff6b51722b Auto-generated-cl: translation import | 2014-10-20 | 73 | -17/+90 | |
| |/ / | |||||
* | | | Merge "Import translations. DO NOT MERGE" | 2014-10-20 | 1 | -1/+1 | |
|\ \ \ | |||||
| * | | | Import translations. DO NOT MERGE•••Change-Id: Ic0556705ea72f60c0f66ed1c516636fc0f8c98ba Auto-generated-cl: translation import | 2014-10-20 | 1 | -1/+1 | |
| |/ / | |||||
* | | | Merge "Import translations. DO NOT MERGE" | 2014-10-20 | 1 | -1/+1 | |
|\ \ \ | |||||
| * | | | Import translations. DO NOT MERGE•••Change-Id: Ief1756f262798b3ababa8ccc57c386c2d08d4e68 Auto-generated-cl: translation import | 2014-10-20 | 1 | -1/+1 | |
| |/ / | |||||
* | | | Merge "Import translations. DO NOT MERGE" | 2014-10-20 | 2 | -38/+38 | |
|\ \ \ | |||||
| * | | | Import translations. DO NOT MERGE•••Change-Id: I2b2849dd412ec9cc7330d882d8d1546932e753a4 Auto-generated-cl: translation import | 2014-10-20 | 2 | -38/+38 | |
| |/ / | |||||
* / / | Import translations. DO NOT MERGE•••Change-Id: Ie1921e02997556ddcff58bd492879a5b755536a9 Auto-generated-cl: translation import | 2014-10-20 | 2 | -32/+32 | |
|/ / | |||||
* / | Refactor CustomInputStyleSettingsFragment•••Bug: 18003991 Change-Id: Ib005dd394faf546e4faed89ff2018ce49858a06e | 2014-10-20 | 2 | -387/+420 | |
|/ | |||||
* | Change entry count limit.•••Unigram 10K, Bigram 30K, Trigram 30K. Change-Id: Ibd19c6a2b618499df1c70000bad7b47498187f0a | 2014-10-20 | 6 | -27/+65 | |
* | am 965048d9: (-s ours) am 2ffe6a23: (-s ours) am d25f8443: (-s ours) am 6a887...•••* commit '965048d992af142a3314726b738d43a96aec3764': Import translations. DO NOT MERGE | 2014-10-19 | 0 | -0/+0 | |
|\ | |||||
| * | am 2ffe6a23: (-s ours) am d25f8443: (-s ours) am 6a887105: (-s ours) am c04ed...•••* commit '2ffe6a2340ab05fb38f5051a1ce35b12af895fce': Import translations. DO NOT MERGE | 2014-10-19 | 0 | -0/+0 | |
| |\ | |||||
| | * | am d25f8443: (-s ours) am 6a887105: (-s ours) am c04edfc3: (-s ours) Merge "I...•••* commit 'd25f8443ebf3ec5adb28ae6e24c3d17f6a0bdf7b': Import translations. DO NOT MERGE | 2014-10-19 | 0 | -0/+0 | |
| | |\ |