aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dicttool/Android.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-4/+4
|
* Initial successful standalone buildAmin Bandali2025-01-111-0/+91
|
* Convert to Android.bpDan Willemsen2018-10-311-91/+0
| | | | | | | See build/soong/README.md for more information. Test: cd packages/inputmethods/LatinIME; mma Change-Id: Ib8867d3b74f09fc1d9f95adc9a49a81ac0f7f054
* Fix dicttool buildTadashi G. Takaoka2018-10-291-2/+6
| | | | | | | | | | | | This CL partially reverts - Id88b02b74bdfe4ca05b08181ceb6b34d5652fc0c - I05c7d8429e8d9a26139456763c77997340fea8c2 And followup (remove shortcut support) - I73b7dc008a5acaf75a31a36a2d332b5afabd82d0 Bug: 28255684 Test: make -j10 dicttool_aosp Change-Id: I2e01ed86b9517a1141aee35ea6d8ef39258981d1
* Clean up Makefiles, remove HOST_JDK_IS_64BIT_VERSIONDan Willemsen2017-07-261-9/+0
| | | | | | | | | | This builds on Darwin fine, so remove the non-standard darwin checks. Remove HOST_JDK_IS_64BIT_VERSION, it's always true now, and this is the only user. Test: mmm packages/inputmethods/LatinIME/tools/dicttool:liblatinime-aosp-dicttool-host Change-Id: I750c6baa29cf1d27a885ff064f0daf9d986db0b9
* Use junit-host instead of junitPaul Duffin2016-11-301-1/+1
| | | | | | | | | | | | Use framework/junit-host.jar instead of framework/junit.jar Ran the script before and after making the change and it failed in the same way with a build error but it was not due to a problem with JUnit. Bug: 30188076 Test: make checkbuild and ran the test-dicttool.sh script Change-Id: I4cdd518f38184ff3ade5a06d968d6902770ece6b
* Move util classes under commonJean Chalard2014-11-071-4/+1
| | | | | | | Also why did we have two copies of LocaleUtils >.> Bug: 18108776 Change-Id: I03b4403dfd51934e66b567f2f8b87da419cfb3ab
* Remove dicttool dependency to NativeSuggestOptionsJean Chalard2014-11-061-1/+0
| | | | | Bug: 18108776 Change-Id: I0f57594617f8d5080aea9002b2356d18bfe97043
* Remove some dicttool dependenciesJean Chalard2014-10-311-2/+0
| | | | | Bug: 18108776 Change-Id: Ic81c5df2a685160c249021ff4cfe41553dbdeebe
* Remove Dict dependency on WordComposer and ProximityInfoJean Chalard2014-10-291-2/+0
| | | | | Bug: 18108776 Change-Id: I9b399a44241e05a7add9bb8094263aa76de37880
* Move InputPointers and ResizableIntArray to commonJean Chalard2014-10-291-3/+1
| | | | | Bug: 18108776 Change-Id: Ie5c0430aa41a8d6c58bf510a10173223d7dfe9fe
* Move StringUtils under common.Jean Chalard2014-10-281-2/+1
| | | | | Bug: 18108776 Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b
* Move annotations classes to latiime-commonKen Wakasa2014-10-231-7/+3
| | | | | | Move Constants.java too. Change-Id: I55e8cf06f61c0a37746a7328834a52a5306cf0f2
* 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
* Rename PrevWordsInfo to NgramContext.Keisuke Kuroyanagi2014-09-291-1/+1
| | | | | Bug: 14425059 Change-Id: Id06a71681fa8b5e589e29fba10fe5c1cfed66984
* 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
* [HW7.5] Introduce the @Nonnull annotation (take 2)Ken Wakasa2014-07-301-0/+1
| | | | Change-Id: I05512b5434810046c8b72d6bb41567b6cd8b9d6e
* Don't build dicttool unless it's explicitly requested.Ying Wang2014-07-291-0/+5
| | | | | | It easily breaks the checkbuild. Change-Id: I43b35fade550ff9d64782ea43cb6e3a804424830
* Fix dicttool buildTadashi G. Takaoka2014-07-161-1/+1
| | | | | | | This is a followup CL of Ic0268fd128. Bug: 15318007 Change-Id: I3cd78d6db4030c558b9277ceaaf8ea76b9acdc66
* Move phrase gesture from additional features to public.Keisuke Kuroyanagi2014-07-081-0/+1
| | | | | Bug: 15758242 Change-Id: I703dc2703afdf9402c5d2ac27411b74ece993dba
* resolved conflicts for merge of 90b948ea to masterYing Wang2014-06-111-1/+1
|\ | | | | | | Change-Id: Ic86260b4e49ebda2ee718eadf0109ad9626a68e6
| * Use LOCAL_MULTILIB to build host lib as 64-bitYing Wang2014-06-091-1/+1
| | | | | | | | | | | | | | | | Also we should use LOCAL_REQUIRED_MODULES instead of LOCAL_ADDITIONAL_DEPENDENCIES. Bug: 13751317 Change-Id: I742ff14b3de168e14e646749cf4f6bc9c9e7bc62
* | Warn that dicttool_aosp isn't supported on DarwinTadashi G. Takaoka2014-05-241-1/+3
| | | | | | | | Change-Id: I56def43213e94e5b1267e8e900c2192f4b0c2cb5
* | Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-1/+0
| | | | | | | | Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
* | Use PrevWordsInfo instead of String in Java side.Keisuke Kuroyanagi2014-05-191-0/+1
| | | | | | | | | | | | | | Bug: 14119293 Bug: 14425059 Change-Id: I3d5da84881a49a04550180dd9aac2c37da2ed762
* | Remove redundant LOCAL_IS_HOST_MODULE assignmentsKen Wakasa2014-04-041-1/+0
| | | | | | | | | | | | Also, remove irrelevant LOCAL_NDK_STL_VARIANT for host modules. Change-Id: I45e916c11f7c1f9b13956f01274a82ee7de1f558
* | Use Clang for dicttoolKen Wakasa2014-03-271-8/+7
| | | | | | | | | | | | Fix the wrong shared lib name too. Change-Id: Ib98c55dfd1aee4a762dc96b12df3a463bef2ac80
* | Move code only used for dicttool and tests under tests.Keisuke Kuroyanagi2014-03-271-3/+8
| | | | | | | | | | Bug: 13035567 Change-Id: I13c6df013ef2b67c9bf67455d9c32d283bf9ea2e
* | [CB09] Pass events through the combiner chainJean Chalard2014-03-201-2/+0
| | | | | | | | | | Bug: 13406701 Change-Id: I4696f145478afdd132314b7d3c148c3a9ca11c9c
* | [CB08] Create a combiner chain in the word composer.Jean Chalard2014-03-201-0/+3
| | | | | | | | | | Bug: 13406701 Change-Id: I3b9f75de9283f76366d1bef7e14a8f22f2186669
* | [CB04] Add an event array to WordComposer.Jean Chalard2014-03-141-24/+26
| | | | | | | | | | Bug: 13406701 Change-Id: I9ecd2709c8f1c678a85b0cfaf7c5ed4f78459821
* | Recover the dicttool build except for MacKen Wakasa2014-03-071-0/+8
| | | | | | | | | | | | | | With a hack: Temporarily disable host tool build on Mac until the build system is ready for C++11. Change-Id: Ib412ba0d7fecc968cc09b4d8fde4e838bdc0618a
* | Separate utility methods from BinaryDictionary.Keisuke Kuroyanagi2014-03-051-0/+1
| | | | | | | | | | Bug: 8187060 Change-Id: Ice2984e332b7bd3bb17174aefc80b5635b72fc50
* | Use CombinedFormatUtils to convert dict elements to strings.Keisuke Kuroyanagi2014-02-061-0/+1
| | | | | | | | | | | | Bug: 11281877 Bug: 12810574 Change-Id: Ib631f75eab73abc9877a7698171c45e8f2fc7600
* | Consolidate WordProperty and Word.Keisuke Kuroyanagi2014-02-061-2/+1
| | | | | | | | | | | | Bug: 11281877 Bug: 12810574 Change-Id: I9dc99188f80f25a8780c1860dab46e4aa80a23e5
* | Fix dicttool_aosp build.Keisuke Kuroyanagi2014-01-311-1/+1
| | | | | | | | Change-Id: I52918fea02425b628045443d63d178e289ac4fb7
* | [IL69] Oust Keyboard from WordComposer#setComposingWordJean Chalard2014-01-231-0/+1
| | | | | | | | | | Bug: 8636060 Change-Id: I624a45500603dfad355ee3b8b794b2d895219c0b
* | Have dicttool use the native library to generate v4 dicts.Jean Chalard2013-12-131-1/+18
| | | | | | | | | | | | Yay ! Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9
* | Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-0/+1
|/ | | | | | The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
* [Refactor] Rename BinaryDictReader and BinaryDictDecoder.Yuichiro Hanada2013-08-191-1/+1
| | | | | | | BinaryDictReader -> BinaryDictDecoder. BinaryDictDecoder -> BianryDictDecoderUtils. Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37
* Add an initial JNI interface to dicttool.Jean Chalard2013-08-151-11/+22
| | | | | Bug: 10100269 Change-Id: I883992c2033e7d9e7c754c0bf653767728b221b6
* Move a couple classes to the utils packageKen Wakasa2013-07-191-1/+1
| | | | Change-Id: Ia14a2011d79bad7cd02697b9254705f6e2099442
* Remove dependencies to android source in dicttoolKen Wakasa2013-07-171-4/+0
| | | | | bug: 9889653 Change-Id: I2630c56548f9146ade85b17f891932dae2082a85
* Fix build.Ying Wang2013-07-161-0/+1
| | | | Change-Id: I51c0b7ba5641c1e7c1d63a4e5a6307b08d6f4886
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-2/+2
| | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* Add tests to dicttool test.Jean Chalard2013-06-201-2/+17
| | | | | Bug: 8526576 Change-Id: Idd6f9cd076d5915361c68f5c29afbba67dd54eba
* Add an initial test command to dicttool.Jean Chalard2013-06-191-5/+3
| | | | | | | | Also fix some warnings This is a preliminary change to help track b/8526576 Bug: 8526576 Change-Id: If2ed74bb92f9b5fb7bbaf9c4851d9d0b5514b405
* Clean up dependency for dicttoolKen Wakasa2012-11-291-5/+9
| | | | | bug: 7635215 Change-Id: Ie50297ab592261390885c593341b6c46161b2e63
* Add @UsedForTesting and @ExternallyReferenced annotationsTadashi G. Takaoka2012-10-221-1/+5
| | | | | Bug: 7268357 Change-Id: I0b7e0c19f04af9ae30874d0a4c26ad81bc80be8c
* Fix dicttool_aosp buildKen Wakasa2012-09-101-2/+5
| | | | Change-Id: Iabcf420b4120e3d275fdbcb23939a0ab6052ddf0