- Oct 23, 2014
-
-
Ken Wakasa authored
Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
-
Keisuke Kuroyanagi authored
-
Keisuke Kuroyanagi authored
Change-Id: Idc4533e57b7f4ddccd66b1f1a4730153064b1e27
-
Yohei Yukawa authored
-
Yohei Yukawa authored
It turned out that building native code for host environment is not supported in NDK build. Hence this CL makes the host native test available only as a part of platform build to avoid accidental build breakage in unbundled build. BUG: 18095678 Change-Id: If608da166d5a478358e6890b8db526b4c2c0ab41
-
Tadashi G. Takaoka authored
-
Jean Chalard authored
-
Tadashi G. Takaoka authored
Bug: 18003991 Change-Id: Id6b67bf66b397301e5186826dba2b60df9cb4c65
-
Keisuke Kuroyanagi authored
-
Keisuke Kuroyanagi authored
5Bug: 14425059 Change-Id: I73cf6904e569d60996a3b079f16ea6df0cb90f02
-
Ken Wakasa authored
Move Constants.java too. Change-Id: I55e8cf06f61c0a37746a7328834a52a5306cf0f2
-
Jean Chalard authored
Bug: 18085768 Change-Id: I016bec997787839526ddfc521ebb99d0c7b05189
-
Tadashi G. Takaoka authored
This CL also adds @SuppressWarning("unused" to java-overridable package. Bug: 18003991 Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
-
Tadashi G. Takaoka authored
-
- Oct 22, 2014
-
-
Geoff Mendal authored
Change-Id: Ia95e94fb8246f5b44753b8091fca45c3e650f732 Auto-generated-cl: translation import
-
Yohei Yukawa authored
-
Yohei Yukawa authored
This reverts commit af2673f1 because of build failure in tapas build. Change-Id: Ib02931116181c98b35ce938e42d2376225e9b255
-
Ken Wakasa authored
Change-Id: Iab389c83af0a06a3fff4ae1d7e2a51995fdd41a5
-
Ken Wakasa authored
-
Ken Wakasa authored
This is just a placeholder in this CL. It will be shared by LatinIME, dicttool, and tests. Change-Id: I6fb3516a5061555f6f24b29141c2871d2319b023
-
Yohei Yukawa authored
-
Yohei Yukawa authored
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
-
Tadashi G. Takaoka authored
Bug: 17743363 Change-Id: I098ae6e21a7f2a1ceed1d206740a2d12e1ef7d99
-
Keisuke Kuroyanagi authored
-
Keisuke Kuroyanagi authored
Bug: 14425059 Change-Id: Ib03a0c3d166ed6f1e60c67127b28006d55143b6b
-
Jean Chalard authored
This hasn't been used for a while. It's deprecated. Let's kill it. Change-Id: Ib1c491fa14b6406f6f77f2b0869f4db1810eb078
-
Keisuke Kuroyanagi authored
-
Keisuke Kuroyanagi authored
Bug: 14425059 Change-Id: I98cb9fa303af2d93a0a3512e8732231c564e3c5d
-
Yohei Yukawa authored
-
- Oct 21, 2014
-
-
Yohei Yukawa authored
Finally it is turned out to be a XXL-size Lollipop. Change-Id: Icbd22506be9de514eba287cdd8d97fbfd070ac09
-
Yohei Yukawa authored
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
-
Tadashi G. Takaoka authored
-
Keisuke Kuroyanagi authored
Change-Id: Id94636714d04a8828718b87741c0ee62a14cb3b4
-
Tadashi G. Takaoka authored
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
-
Keisuke Kuroyanagi authored
* changes: Make NgramProperty have NgramContext. Create .cpp file for NgramContext.
-
Tadashi G. Takaoka authored
-
Keisuke Kuroyanagi authored
Bug: 14425059 Change-Id: I210acb816b122857dbbe1ee4dd6a35c5335bf2bf
-
Keisuke Kuroyanagi authored
Bug: 14425059 Change-Id: Ie950878817b9c80cc9c970e1a84880c9b9ab228a
-
Keisuke Kuroyanagi authored
-
Adrian Velicu authored
-