aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix unit test breakageTadashi G. Takaoka2014-10-241-1/+0
| | | | Change-Id: I538288054a58eb2c81ce3cbe5c9bef900fb653a5
* Merge "Some more simplification of DecoderSpec works"Jean Chalard2014-10-242-7/+14
|\
| * Some more simplification of DecoderSpec worksJean Chalard2014-10-232-7/+14
| | | | | | | | Change-Id: I23fa4e4ed96228406e70aa94d84fd7b8d3f69347
* | Merge "Simplify handling of steps in DecoderChainSpec"Jean Chalard2014-10-242-14/+28
|\|
| * Simplify handling of steps in DecoderChainSpecJean Chalard2014-10-232-14/+28
| | | | | | | | | | | | | | This is a preliminary refactoring change to improve performance in dicttool diagnostic tools. Change-Id: I9a59328af62e336809246be5bebbbf2e154366b3
* | Merge "Fix dicttool build."Keisuke Kuroyanagi2014-10-231-1/+1
|\ \
| * | Fix dicttool build.Keisuke Kuroyanagi2014-10-231-1/+1
| | | | | | | | | | | | Change-Id: Idc4533e57b7f4ddccd66b1f1a4730153064b1e27
* | | Remove unused import and methodTadashi G. Takaoka2014-10-231-9/+0
|/ / | | | | | | | | Bug: 18003991 Change-Id: Id6b67bf66b397301e5186826dba2b60df9cb4c65
* / Move annotations classes to latiime-commonKen Wakasa2014-10-231-7/+3
|/ | | | | | Move Constants.java too. Change-Id: I55e8cf06f61c0a37746a7328834a52a5306cf0f2
* Fix Javadoc and null analysis related warningsTadashi G. Takaoka2014-10-234-38/+4
| | | | | | | This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
* Add latinime-common local libKen Wakasa2014-10-221-1/+1
| | | | | | | This is just a placeholder in this CL. It will be shared by LatinIME, dicttool, and tests. Change-Id: I6fb3516a5061555f6f24b29141c2871d2319b023
* 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
* Fix some compiler warningsTadashi G. Takaoka2014-10-217-20/+15
| | | | | | | | | | | | | | | | | | | | | 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
* Renaming "blacklist" flag to "possibly offensive"Adrian Velicu2014-10-217-21/+34
| | | | | | | | | No behaviour changes. Unified the overloaded FusionDictionary::add method to always take an isPossiblyOffensive argument. Bug: 11031090 Change-Id: I5741a023ca1ce842d2cf10d4f6c926b0efabaa78
* Fix a possible NPE in DicttoolJean Chalard2014-10-061-3/+4
| | | | | | | I've never seen the NPE happen and only happened to notice this by chance. Let's fix the code. Change-Id: If458646229f9cadcd6c15779348133f382fde783
* Align a compat file for a change in native signatureJean Chalard2014-10-031-5/+4
| | | | Change-Id: I89eb530c1a44e5ea9b5fcb37c792cb8c81d6dc1c
* Use Devanagari Danda letter as full stop on Nepali keyboardTadashi G. Takaoka2014-10-031-0/+5
| | | | | Bug: 17741882 Change-Id: I62e8c9a3f194b9a3a6724c7d1a92292b150ddeb9
* Merge "Include a code point table in the binary dictionary."Akifumi Yoshimoto2014-10-021-1/+1
|\
| * Include a code point table in the binary dictionary.Akifumi Yoshimoto2014-10-021-1/+1
| | | | | | | | | | Bug:17097992 Change-Id: I677a5eb3a704e4386f6573360e44ca335d81d2df
* | Add Uzbek keyboardTadashi G. Takaoka2014-10-012-0/+71
| | | | | | | | | | Bug: 13222403 Change-Id: I9a4cf447a8ab0c26c4dc7f7794c57390024660cc
* | Use Devanagari Danda letter as full stop on Hindi keyboardTadashi G. Takaoka2014-10-011-0/+5
| | | | | | | | | | Bug: 17418371 Change-Id: I22bb2913015a83604301576e68095974c38b7c9a
* | Merge "Add Akkhor Layout for Bengali Bangladesh"Tadashi G. Takaoka2014-10-011-0/+28
|\ \
| * | Add Akkhor Layout for Bengali BangladeshTadashi G. Takaoka2014-09-261-0/+28
| | | | | | | | | | | | | | | Bug: 16143057 Change-Id: I0b4a3d0d1125f9af25a98ee7a1852129ae1c1d2c
* | | Introduce NgramProperty in Java side.Keisuke Kuroyanagi2014-10-013-6/+6
| |/ |/| | | | | | | Bug: 14425059 Change-Id: I8b3458ad22730b3dccbe0caea2c5930f5276dc82
* | Merge "Rename PrevWordsInfo to NgramContext."Keisuke Kuroyanagi2014-09-291-1/+1
|\ \ | |/ |/|
| * Rename PrevWordsInfo to NgramContext.Keisuke Kuroyanagi2014-09-291-1/+1
| | | | | | | | | | Bug: 14425059 Change-Id: Id06a71681fa8b5e589e29fba10fe5c1cfed66984
* | Fix adding more diacritics letters for Nordic languagesTadashi G. Takaoka2014-09-265-18/+33
|/ | | | | Bug: 10787354 Change-Id: Ia71417069a0cc10d7908d0c404ce85eb0cd76540
* Merge "Add Serbian Latin keyboard"Tadashi G. Takaoka2014-09-261-0/+42
|\
| * Add Serbian Latin keyboardTadashi G. Takaoka2014-09-261-0/+42
| | | | | | | | | | Bug: 9687668 Change-Id: I0631ab04cf33e3d454c965e98a756c31666537bf
* | Read dicttool option for switching code point tableAkifumi Yoshimoto2014-09-261-17/+36
|/ | | | | Bug:17097992 Change-Id: I0b3f12c4450f784b9a33470d1dc4c306062de91e
* Add !string/<resource_name> referenceTadashi G. Takaoka2014-09-252-0/+16
| | | | | | | | | | | | | | | 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
* Fix Turkish/Azerbaijani keyboard to add more accented lettersTadashi G. Takaoka2014-09-222-6/+28
| | | | | Bug: 16807005 Change-Id: Ifd0ab3aeb8207cdecacf8cfe5b1d58c07690142f
* Fix Romanian keyboard to promote "A with breve"Tadashi G. Takaoka2014-09-181-3/+3
| | | | | Bug: 17324498 Change-Id: Ie27f0023b2bfb18b0ee2051260ecf6bab75727a5
* Add Hinglish (hi_ZZ) subtypeTadashi G. Takaoka2014-08-211-0/+23
| | | | | Bug: 17169632 Change-Id: Ibee088d76c2b19f1d62a3c9c119452726e856ec8
* Abolish source code overlay and inroduce overridable src dirKen Wakasa2014-08-161-17/+22
| | | | | | | | This should make IDEs happy with appropriate source code directory selection. bug: 16829244 Change-Id: Ic734bd4d20aa050c688a3158b1a382ae0ac18991
* am a94c89e0: Use light emoji icon for Material light tablet keyboardTadashi G. Takaoka2014-08-131-1/+1
|\ | | | | | | | | * commit 'a94c89e017dac92e2c23dcf05a8e6b4000d021d3': Use light emoji icon for Material light tablet keyboard
| * Use light emoji icon for Material light tablet keyboardTadashi G. Takaoka2014-08-141-1/+1
| | | | | | | | | | Bug: 16808603 Change-Id: I39ce0ed8b5580754dfd0cf1494289b0a23863d50
* | am 25906373: Fix Tamil keyboardTadashi G. Takaoka2014-08-115-3/+59
|\| | | | | | | | | * commit '25906373ffe1b0e3e99b7412e9fd2a54f5d73345': Fix Tamil keyboard
| * Fix Tamil keyboardTadashi G. Takaoka2014-08-115-3/+59
| | | | | | | | | | | | | | | | | | This CL adds Tamil (Sri Lanka) and Tamil (Singapore) subtypes. This CL also fixes Sinhala Keyboard's currency symbol. Bug: 9978106 Bug: 6911143 Change-Id: I2060978097882d0f4b1ec10f1103260ed8a447d0
* | am 7f545a57: [HW7.5] Introduce the @Nonnull annotation (take 2)Ken Wakasa2014-07-301-0/+1
|\| | | | | | | | | * commit '7f545a57c987862d55966ac08ef64cfe0b9f51e4': [HW7.5] Introduce the @Nonnull annotation (take 2)
| * [HW7.5] Introduce the @Nonnull annotation (take 2)Ken Wakasa2014-07-301-0/+1
| | | | | | | | Change-Id: I05512b5434810046c8b72d6bb41567b6cd8b9d6e
* | am bf2a3210: Merge "[HW6] Split processing and applying the event." into lmp-devJean Chalard2014-07-301-2/+6
|\| | | | | | | | | * commit 'bf2a32100568a01d25edb56d3d9d46b5f5d2c0eb': [HW6] Split processing and applying the event.
| * [HW6] Split processing and applying the event.Jean Chalard2014-07-301-2/+6
| | | | | | | | | | | | ...take 2 Change-Id: I9d13b6d51e13ce2e76ae3febebfb8c310eba509d
* | am ece7240c: Don\'t build dicttool unless it\'s explicitly requested.Ying Wang2014-07-291-0/+5
|\| | | | | | | | | * commit 'ece7240c7ac09b1448998c202f991d0acd4bab01': Don't build dicttool unless it's explicitly requested.
| * Don't build dicttool unless it's explicitly requested.Ying Wang2014-07-291-0/+5
| | | | | | | | | | | | It easily breaks the checkbuild. Change-Id: I43b35fade550ff9d64782ea43cb6e3a804424830
* | resolved conflicts for merge of 159474f2 to lmp-dev-plus-aospTim Murray2014-07-241-1/+0
|\ \ | |/ |/| | | Change-Id: Ie133ba3e80132d711796d0de6c5ae611f7e43365
| * Use default compiler flags for dicttool.Tim Murray2014-07-231-1/+0
| | | | | | | | | | | | | | | | Not using this causes the triple to not be passed to clang, breaking Darwin. bug 16172793 Change-Id: If7484c5dbcccce7d925bec97bff0a3e4c30e9434
* | Fix build breakage in dicttoolYohei Yukawa2014-07-201-0/+20
| | | | | | | | | | | | | | | | This CL fixes the build breakage caused by I0dd103185dcf62fb1e2505 due to the lack of android.text.Spanned in host environment. BUG: 16029304 Change-Id: Ic966d10e8abe2c2be8d62c09d1502574535aa8b8
* | Fix dicttool buildTadashi G. Takaoka2014-07-161-1/+1
| | | | | | | | | | | | | | This is a followup CL of Ic0268fd128. Bug: 15318007 Change-Id: I3cd78d6db4030c558b9277ceaaf8ea76b9acdc66
* | Fix alphabet label of Kannada and TeluguTadashi G. Takaoka2014-07-092-8/+8
| | | | | | | | | | | | Bug: 10029252 Bug: 10028759 Change-Id: Iea9cc1b7cafa97280503b0236b005cea57ba2c3d