| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename to Kelar Keyboard (org.kelar.inputmethod.latin) |  Amin Bandali | 2025-01-11 | 1 | -1/+1 |
* | Fix Javadoc and null analysis related warnings•••This CL also adds @SuppressWarning("unused" to java-overridable package.
Bug: 18003991
Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
|  Tadashi G. Takaoka | 2014-10-23 | 1 | -35/+0 |
* | 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
|  Tadashi G. Takaoka | 2014-10-21 | 3 | -11/+7 |
* | Fix a possible NPE in Dicttool•••I've never seen the NPE happen and only happened to notice
this by chance. Let's fix the code.
Change-Id: If458646229f9cadcd6c15779348133f382fde783
|  Jean Chalard | 2014-10-06 | 1 | -3/+4 |
* | Fix build breakage in dicttool•••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
|  Yohei Yukawa | 2014-07-20 | 1 | -0/+20 |
* | Fix the build.•••Change-Id: Ie1cdc5642d8b6f63dbf71603b993f36b5c5f923c
|  Jean Chalard | 2014-05-29 | 1 | -0/+20 |
* | Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
|  Tadashi G. Takaoka | 2014-05-24 | 2 | -5/+3 |
* | Have dicttool test tidy up after itself.•••Bug: 13776363
Change-Id: Icb1d3fc0efe71e0339b434928e8aed507f2fb590
|  Jean Chalard | 2014-05-23 | 1 | -1/+7 |
* | Implement PatriciaTriePolicy::getNextWordAndNextToken().•••Bug: 12810574
Change-Id: Id1d44f90de9455d9cbe7b6e0a161cae91d6d422c
|  Keisuke Kuroyanagi | 2014-02-15 | 1 | -0/+43 |
* | Check timestamp for each pointer.•••Bug: 11325631
Change-Id: I4e296cdeccf21323c5732754e86c3a4075ccf82a
|  Keisuke Kuroyanagi | 2014-02-04 | 1 | -0/+57 |
* | Have dicttool use the native library to generate v4 dicts.•••Yay !
Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9
|  Jean Chalard | 2013-12-13 | 6 | -4/+201 |
* | Add an initial JNI interface to dicttool.•••Bug: 10100269
Change-Id: I883992c2033e7d9e7c754c0bf653767728b221b6
|  Jean Chalard | 2013-08-15 | 1 | -3/+3 |
* | Remove dependencies to android source in dicttool•••bug: 9889653
Change-Id: I2630c56548f9146ade85b17f891932dae2082a85
|  Ken Wakasa | 2013-07-17 | 1 | -0/+84 |
* | Add tests to dicttool test.•••Bug: 8526576
Change-Id: Idd6f9cd076d5915361c68f5c29afbba67dd54eba
|  Jean Chalard | 2013-06-20 | 4 | -0/+132 |