| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename to Kelar Keyboard (org.kelar.inputmethod.latin) |  Amin Bandali | 2025-01-11 | 30 | -105/+105 |
* | Initial successful standalone build |  Amin Bandali | 2025-01-11 | 6 | -0/+242 |
* | Use jni_libs to install shared library dependency•••`jni_libs` is more specific than `required`, and allows Soong to be more
restrictive when creating the dependency edge from the java_binary to
the cc_library.
Bug: 370110572
Test: m installclean && m dicttool_aosp
Test: verified that libjni_latinime gets installed in
out/host/linux-x86/lib64
Change-Id: I49bde551c65e344c566decffc7f447fc4813f70b
|  Spandan Das | 2024-10-03 | 1 | -1/+1 |
* | Fix errorprone warnings that should be errors•••This commit is part of a large scale change to fix errorprone
errors that have been downgraded to warnings in the android
source tree, so that they can be promoted to errors again.
The full list of changes include the following, but not all
will be present in any one individual commit:
BadAnnotationImplementation
BadShiftAmount
BanJNDI
BoxedPrimitiveEquality
ComparableType
ComplexBooleanConstant
CollectionToArraySafeParameter
ConditionalExpressionNumericPromotion
DangerousLiteralNull
DoubleBraceInitialization
DurationFrom
DurationTemporalUnit
EmptyTopLevelDeclaration
EqualsNull
EqualsReference
FormatString
FromTemporalAccessor
GetClassOnAnnotation
GetClassOnClass
HashtableContains
IdentityBinaryExpression
IdentityHashMapBoxing
InstantTemporalUnit
InvalidTimeZoneID
InvalidZoneId
IsInstanceIncompatibleType
JUnitParameterMethodNotFound
LockOnBoxedPrimitive
MathRoundIntLong
MislabeledAndroidString
MisusedDayOfYear
MissingSuperCall
MisusedWeekYear
ModifyingCollectionWithItself
NoCanIgnoreReturnValueOnClasses
NonRuntimeAnnotation
NullableOnContainingClass
NullTernary
OverridesJavaxInjectableMethod
ParcelableCreator
PeriodFrom
PreconditionsInvalidPlaceholder
ProtoBuilderReturnValueIgnored
ProtoFieldNullComparison
RandomModInteger
RectIntersectReturnValueIgnored
ReturnValueIgnored
SelfAssignment
SelfComparison
SelfEquals
SizeGreaterThanOrEqualsZero
StringBuilderInitWithChar
TreeToString
TryFailThrowable
UnnecessaryCheckNotNull
UnusedCollectionModifiedInPlace
XorPower
See https://errorprone.info/bugpatterns for more
information on the checks.
Bug: 253827323
Test: m RUN_ERROR_PRONE=true javac-check
Change-Id: I454a105ae82484a2d19aff1808e8d9dd55ba64f4
|  Cole Faust | 2022-10-17 | 2 | -2/+2 |
* | [LSC] Add LOCAL_LICENSE_KINDS to packages/inputmethods/LatinIME•••Added SPDX-license-identifier-Apache-2.0 to:
Android.bp
common/Android.bp
java/Android.bp
native/dicttoolkit/Android.bp
native/jni/Android.bp
tests/Android.bp
tools/EditTextVariations/Android.bp
tools/dicttool/Android.bp
tools/make-keyboard-text/Android.bp
Bug: 68860345
Bug: 151177513
Bug: 151953481
Test: m all
Exempt-From-Owner-Approval: janitorial work
Change-Id: I440008bffac5c97a2497970af377a9d03262b6d8
|  Bob Badour | 2021-02-17 | 1 | -0/+9 |
* | Update language to comply with Android’s inclusive language guidance•••See https://source.android.com/setup/contribute/respectful-code for reference
Bug: 161896447
Test: tapas LatinIME && m
Change-Id: Ic06f948c023a091e1532db826a78dd01031d7205
|  Seigo Nonaka | 2020-07-31 | 1 | -3/+3 |
* | Convert to Android.bp•••See build/soong/README.md for more information.
Test: cd packages/inputmethods/LatinIME; mma
Change-Id: Ib8867d3b74f09fc1d9f95adc9a49a81ac0f7f054
|  Dan Willemsen | 2018-10-31 | 8 | -243/+33 |
* | Fix dicttool build•••This CL partially reverts
- Id88b02b74bdfe4ca05b08181ceb6b34d5652fc0c
- I05c7d8429e8d9a26139456763c77997340fea8c2
And followup (remove shortcut support)
- I73b7dc008a5acaf75a31a36a2d332b5afabd82d0
Bug: 28255684
Test: make -j10 dicttool_aosp
Change-Id: I2e01ed86b9517a1141aee35ea6d8ef39258981d1
|  Tadashi G. Takaoka | 2018-10-29 | 7 | -61/+21 |
* | Clean up Makefiles, remove HOST_JDK_IS_64BIT_VERSION•••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
|  Dan Willemsen | 2017-07-26 | 2 | -19/+0 |
* | Use junit-host instead of junit•••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
|  Paul Duffin | 2016-11-30 | 2 | -3/+3 |
* | Rely on the platform -std default.•••Bug: http://b/32019064
Test: builds
Change-Id: I17611b6d9598992bd52cf3dc93509f0f5e0bdcde
|  Elliott Hughes | 2016-10-07 | 1 | -3/+0 |
* | Remove unused import and local variable•••Change-Id: I256d1c6bf96c07b10d2d063d7935e20e0ab8ea17
|  Tadashi G. Takaoka | 2014-11-28 | 3 | -5/+0 |
* | dicttool header to read stream exhaustively•••Change-Id: I50a286c115f5bd6e93763bd2f79031676d6fffd8
|  Adrian Velicu | 2014-11-11 | 1 | -3/+15 |
* | Dicttool to handle unpackaging non-latest version dicts•••Change-Id: I738735186213b3a40eff997ae2fd83069c6445f1
|  Adrian Velicu | 2014-11-11 | 1 | -4/+6 |
* | Merge "Making 'dicttool header' output format version" |  Adrian Velicu | 2014-11-11 | 1 | -0/+1 |
|\ |
|
| * | Making 'dicttool header' output format version•••Change-Id: I4198f6b463711feb4ab78020934cca4d23870fbb
|  Adrian Velicu | 2014-11-08 | 1 | -0/+1 |
* | | Move util classes under common•••Also why did we have two copies of LocaleUtils >.>
Bug: 18108776
Change-Id: I03b4403dfd51934e66b567f2f8b87da419cfb3ab
|  Jean Chalard | 2014-11-07 | 2 | -5/+2 |
* | | Merge "Remove dicttool dependency to NativeSuggestOptions" |  Jean Chalard | 2014-11-07 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | Remove dicttool dependency to NativeSuggestOptions•••Bug: 18108776
Change-Id: I0f57594617f8d5080aea9002b2356d18bfe97043
|  Jean Chalard | 2014-11-06 | 1 | -1/+0 |
* | | Fix the build : move offdevice tests in an off device file•••Also fix a failing test
Change-Id: I280aa6b5836c7332da08a88f1258546edeb25a37
|  Jean Chalard | 2014-11-06 | 1 | -1/+92 |
* | | Add a header command to dicttool.•••This will allow to greatly improve the performance of the
metadata-generating files, as they won't have to wait for
the info command to read the entire dictionary when the
header is all we need.
Also add tests, and while we're at it, use the seed as
intended to enable reproducible tests.
Change-Id: I0ba79ef62f0292b23e63aed57ff565bb102281a2
|  Jean Chalard | 2014-11-06 | 3 | -10/+92 |
* | | Add a *FAST* dictionary header reader.•••It's still unused as of this change but the next change will use it
As a reference point, generating the metadata for Bayo takes
3'02" on my machine with the info command; it's down to 16" if
made to use this instead. The gains increases with the number
of dictionaries obviously.
Change-Id: I0eeea2d8f81bb74b0d1570af658e91b56f7c2b79
|  Jean Chalard | 2014-11-06 | 1 | -0/+53 |
|/ |
|
* | Genericize getting a raw dictionary•••This will allow for not copying the whole dictionary when only
the header is needed.
Change-Id: Ie4a649b507ccd4a430201824ed87b8b8bbf55e9f
|  Jean Chalard | 2014-11-06 | 3 | -48/+71 |
* | Large simplification in obtaining a raw dictionary•••That is where the last refactorings were leading. This code is
simpler, but it's far more flexible. Importantly, it only makes
a single copy instead of making a full disk copy for every
intermediate step.
Next we're going to make the "copy" part modular for processes
that don't need to copy the whole file.
Change-Id: Ief32ac665d804b9b20c44f443a9c87452ceb367a
|  Jean Chalard | 2014-11-05 | 2 | -89/+61 |
* | Merge "Initial commit for native dicttoolkit." |  Keisuke Kuroyanagi | 2014-10-31 | 1 | -0/+1 |
|\ |
|
| * | Initial commit for native dicttoolkit.•••Bug: 10059681
Change-Id: Ib730af8ebc944e08aaada869c0626724a499747c
|  Keisuke Kuroyanagi | 2014-10-31 | 1 | -0/+1 |
* | | Remove some dicttool dependencies•••Bug: 18108776
Change-Id: Ic81c5df2a685160c249021ff4cfe41553dbdeebe
|  Jean Chalard | 2014-10-31 | 2 | -56/+0 |
* | | Merge "Remove Dict dependency on WordComposer and ProximityInfo" |  Jean Chalard | 2014-10-31 | 1 | -2/+0 |
|\ \ |
|
| * | | Remove Dict dependency on WordComposer and ProximityInfo•••Bug: 18108776
Change-Id: I9b399a44241e05a7add9bb8094263aa76de37880
|  Jean Chalard | 2014-10-29 | 1 | -2/+0 |
* | | | Using "blacklist" flag as "possibly offensive"•••Bug: 11031090
Change-Id: I5cc0d006ab003656498eb82b0875eb9c051d331e
|  Adrian Velicu | 2014-10-31 | 2 | -21/+32 |
|/ / |
|
* | | Move InputPointers and ResizableIntArray to common•••Bug: 18108776
Change-Id: Ie5c0430aa41a8d6c58bf510a10173223d7dfe9fe
|  Jean Chalard | 2014-10-29 | 1 | -3/+1 |
* | | Move StringUtils under common.•••Bug: 18108776
Change-Id: Ia46a4102a0e86e71118ca5e641f9f531998e166b
|  Jean Chalard | 2014-10-28 | 1 | -2/+1 |
|/ |
|
* | Fix unit test breakage•••Change-Id: I538288054a58eb2c81ce3cbe5c9bef900fb653a5
|  Tadashi G. Takaoka | 2014-10-24 | 1 | -1/+0 |
* | Merge "Some more simplification of DecoderSpec works" |  Jean Chalard | 2014-10-24 | 2 | -7/+14 |
|\ |
|
| * | Some more simplification of DecoderSpec works•••Change-Id: I23fa4e4ed96228406e70aa94d84fd7b8d3f69347
|  Jean Chalard | 2014-10-23 | 2 | -7/+14 |
* | | Merge "Simplify handling of steps in DecoderChainSpec" |  Jean Chalard | 2014-10-24 | 2 | -14/+28 |
|\| |
|
| * | Simplify handling of steps in DecoderChainSpec•••This is a preliminary refactoring change to improve performance
in dicttool diagnostic tools.
Change-Id: I9a59328af62e336809246be5bebbbf2e154366b3
|  Jean Chalard | 2014-10-23 | 2 | -14/+28 |
* | | Merge "Fix dicttool build." |  Keisuke Kuroyanagi | 2014-10-23 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix dicttool build.•••Change-Id: Idc4533e57b7f4ddccd66b1f1a4730153064b1e27
|  Keisuke Kuroyanagi | 2014-10-23 | 1 | -1/+1 |
* | | | Remove unused import and method•••Bug: 18003991
Change-Id: Id6b67bf66b397301e5186826dba2b60df9cb4c65
|  Tadashi G. Takaoka | 2014-10-23 | 1 | -9/+0 |
|/ / |
|
* / | Move annotations classes to latiime-common•••Move Constants.java too.
Change-Id: I55e8cf06f61c0a37746a7328834a52a5306cf0f2
|  Ken Wakasa | 2014-10-23 | 1 | -7/+3 |
|/ |
|
* | 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 | 4 | -38/+4 |
* | Add latinime-common local lib•••This is just a placeholder in this CL. It will be shared by LatinIME,
dicttool, and tests.
Change-Id: I6fb3516a5061555f6f24b29141c2871d2319b023
|  Ken Wakasa | 2014-10-22 | 1 | -1/+1 |
* | Remove XML input/output from dicttool.•••This hasn't been used for a while. It's deprecated. Let's kill it.
Change-Id: Ib1c491fa14b6406f6f77f2b0869f4db1810eb078
|  Jean Chalard | 2014-10-22 | 4 | -503/+13 |
* | 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 | 7 | -20/+15 |
* | 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
|  Adrian Velicu | 2014-10-21 | 7 | -21/+34 |
* | 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 |
* | Align a compat file for a change in native signature•••Change-Id: I89eb530c1a44e5ea9b5fcb37c792cb8c81d6dc1c
|  Jean Chalard | 2014-10-03 | 1 | -5/+4 |
* | Merge "Include a code point table in the binary dictionary." |  Akifumi Yoshimoto | 2014-10-02 | 1 | -1/+1 |
|\ |
|
| * | Include a code point table in the binary dictionary.•••Bug:17097992
Change-Id: I677a5eb3a704e4386f6573360e44ca335d81d2df
|  Akifumi Yoshimoto | 2014-10-02 | 1 | -1/+1 |