Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
* | 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 | |
| | |\ | |||||
| | | * | am 6a887105: (-s ours) am c04edfc3: (-s ours) Merge "Import translations. DO ...•••* commit '6a8871058f857d12390a8887faac4fd2b08bd34c': Import translations. DO NOT MERGE | 2014-10-19 | 0 | -0/+0 | |
| | | |\ | |||||
| | | | * | am c04edfc3: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev•••* commit 'c04edfc31c8e1538630fe3bff06928669d1e3869': Import translations. DO NOT MERGE | 2014-10-19 | 0 | -0/+0 | |
| | | | |\ | |||||
| | | | | * | Merge "Import translations. DO NOT MERGE" into lmp-dev | 2014-10-19 | 2 | -6/+6 | |
| | | | | |\ | |||||
| | | | | | * | Import translations. DO NOT MERGE•••Change-Id: Ic2c146260b359f187a1d1e5d9f60db4bdc041592 Auto-generated-cl: translation import | 2014-10-19 | 2 | -6/+6 | |
* | | | | | | | am 5aa08a0b: (-s ours) am 821db737: (-s ours) am 93d67f65: (-s ours) am 6949e...•••* commit '5aa08a0b5a1346a7561b2ee70e277dc8c170ec5d': Import translations. DO NOT MERGE | 2014-10-19 | 0 | -0/+0 | |
|\| | | | | | | |||||
| * | | | | | | am 821db737: (-s ours) am 93d67f65: (-s ours) am 6949eb15: (-s ours) am 815b3...•••* commit '821db73793e5b6f779cada48a51a9740eb885fff': Import translations. DO NOT MERGE | 2014-10-19 | 0 | -0/+0 | |
| |\| | | | | | |||||
| | * | | | | | am 93d67f65: (-s ours) am 6949eb15: (-s ours) am 815b31f9: (-s ours) Merge "I...•••* commit '93d67f65ac2d154a29dc7afdc6ae039b98fd07fd': Import translations. DO NOT MERGE | 2014-10-19 | 0 | -0/+0 | |
| | |\| | | | | |||||
| | | * | | | | am 6949eb15: (-s ours) am 815b31f9: (-s ours) Merge "Import translations. DO ...•••* commit '6949eb15668dd099958fe7e00afcba448bb09aa1': Import translations. DO NOT MERGE | 2014-10-19 | 0 | -0/+0 | |
| | | |\| | | | |||||
| | | | * | | | am 815b31f9: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev•••* commit '815b31f9034dfe56b41852edcb87414db1d1d177': Import translations. DO NOT MERGE | 2014-10-19 | 0 | -0/+0 | |
| | | | |\| | | |||||
| | | | | * | | Merge "Import translations. DO NOT MERGE" into lmp-dev | 2014-10-19 | 1 | -1/+1 | |
| | | | | |\ \ | |||||
| | | | | | * | | Import translations. DO NOT MERGE•••Change-Id: I98a9c7c9942f726ec44bf7dcf651513ab2f6396b Auto-generated-cl: translation import | 2014-10-19 | 1 | -1/+1 | |
| | | | | | |/ | |||||
* | | | | | | | am 700ea8bb: (-s ours) am 6912dc5f: (-s ours) am ffd0f4d5: (-s ours) am 6f1de...•••* commit '700ea8bb7b9ee8ef20482475813c76aabc2d2943': Import translations. DO NOT MERGE | 2014-10-19 | 0 | -0/+0 | |
|\| | | | | | | |||||
| * | | | | | | am 6912dc5f: (-s ours) am ffd0f4d5: (-s ours) am 6f1de7e5: (-s ours) am cf1c9...•••* commit '6912dc5f33e152e3a0d6b8561dcf8cbcd5a4056c': Import translations. DO NOT MERGE | 2014-10-19 | 0 | -0/+0 | |
| |\| | | | | |