| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename to Kelar Keyboard (org.kelar.inputmethod.latin) |  Amin Bandali | 2025-01-11 | 3 | -377/+0 |
* | 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 |
* | 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 | 3 | -13/+13 |
* | Remove unused import and local variable•••Change-Id: I256d1c6bf96c07b10d2d063d7935e20e0ab8ea17
|  Tadashi G. Takaoka | 2014-11-28 | 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 |
* | 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 | 1 | -3/+3 |
* | 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 | 1 | -8/+2 |
* | Some more simplification of DecoderSpec works•••Change-Id: I23fa4e4ed96228406e70aa94d84fd7b8d3f69347
|  Jean Chalard | 2014-10-23 | 1 | -1/+1 |
* | 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 | 1 | -2/+3 |
* | 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 | 1 | -5/+6 |
* | 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 | 3 | -11/+22 |
* | Refactor dicttool with try-with-resource•••This CL must be checked in together with Idd7c744d0f.
Change-Id: Ia0ff09a054c1852b39cdce22a4377108afb254e2
|  Tadashi G. Takaoka | 2014-06-22 | 1 | -14/+14 |
* | Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
|  Tadashi G. Takaoka | 2014-05-24 | 2 | -4/+2 |
* | Move code only used for dicttool and tests under tests.•••Bug: 13035567
Change-Id: I13c6df013ef2b67c9bf67455d9c32d283bf9ea2e
|  Keisuke Kuroyanagi | 2014-03-27 | 1 | -1/+3 |
* | Fix: dicttool build.•••Change-Id: I5c3bcbe9f3054bdd1a760398fe11344e0e05ac6a
|  Keisuke Kuroyanagi | 2014-03-07 | 3 | -3/+3 |
* | Correctly read the header of APK-embedded dicts•••Bug: 13164518
Change-Id: I8768ad887af8b89ad9f29637f606c3c68629c7ca
|  Jean Chalard | 2014-02-24 | 1 | -1/+2 |
* | Remove unused argument from readDictionaryBinary.•••Bug: 12810574
Change-Id: Ice415ebd8d11162facca3fe8927ef8a616b11424
|  Keisuke Kuroyanagi | 2014-02-14 | 1 | -3/+2 |
* | Make PtNode have ProbabilityInfo instead of raw value.•••Bug: 11281877
Bug: 12810574
Change-Id: Id1cda0afc74c4e30633c735729143491b2274a7b
|  Keisuke Kuroyanagi | 2014-02-10 | 3 | -12/+13 |
* | Consolidate WordProperty and Word.•••Bug: 11281877
Bug: 12810574
Change-Id: I9dc99188f80f25a8780c1860dab46e4aa80a23e5
|  Keisuke Kuroyanagi | 2014-02-06 | 1 | -3/+3 |
* | Separate header class from FormatSpec.•••Bug: 12810574
Change-Id: Iacf1cd05a268bf690ab864b5e32a18a4b0ccc693
|  Keisuke Kuroyanagi | 2014-02-04 | 1 | -6/+7 |
* | [HD03] Straighten out attribute key names in Java.•••Bug: 11281748
Change-Id: I1d813bdacd45bcfd9c4cc73ac1d67c5c89854e86
|  Jean Chalard | 2014-01-31 | 1 | -6/+6 |
* | Make the bad header a checked exception and fix dicttool test•••Change-Id: If780a2a1cb722aee83d910904c0a6315add9552d
|  Jean Chalard | 2013-12-16 | 1 | -2/+15 |
* | Have dicttool use the native library to generate v4 dicts.•••Yay !
Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9
|  Jean Chalard | 2013-12-13 | 1 | -2/+2 |
* | Remove flags from Java side.•••This simplifies the code quite a bit.
- GERMAN_UMLAUTS are now handled through a key-value attribute.
The dictionary generator does not need to know about it any more.
- FRENCH_LIGATURES are deprecated as we handle them with shortcuts now.
- CONTAINS_BIGRAMS is deprecated. Bigram processing is always applied
regardless of this flag.
Bug: 11281748
Change-Id: If567e52e245a9342adc7f3104a0f7d8d782df8c1
|  Jean Chalard | 2013-12-13 | 3 | -6/+3 |
* | Make dicttool read the compressed combined format.•••Change-Id: Ib39fa110402895a655f4e705caae53397ace9259
|  Yuichiro Hanada | 2013-09-30 | 1 | -3/+3 |
* | Add getDictDecoder.•••Bug: 9618601
Change-Id: I173100ac704c03f7d5d0d53477e83cab5d1110d4
|  Yuichiro Hanada | 2013-09-12 | 1 | -2/+2 |
* | Add a flag to readDictioanryBinary in DictDecoder.•••Change-Id: I356adb72047ebc43c924fbff1ff45e7460508a31
|  Yuichiro Hanada | 2013-09-11 | 1 | -1/+2 |
* | Rename CharGroup to PtNode.•••Bug: 10233675
Change-Id: I7b0eb07d195cd386cd0d9e97cd59bf48fcf24107
|  Yuichiro Hanada | 2013-08-26 | 1 | -3/+3 |
* | Add DictDecoder.readDictionaryBinary.•••Bug: 10434720
Change-Id: I14690a6e0f922ed1bab3a4b6c9a457ae84d4c1a4
|  Yuichiro Hanada | 2013-08-23 | 1 | -5/+3 |
* | Add DictEncoder.•••Change-Id: I41049b9118b58838e5dedf8e5618d939ca70c5ef
|  Yuichiro Hanada | 2013-08-22 | 1 | -3/+5 |
* | Rename BinaryDictEncoder to BinaryDictEncoderUtils.•••Change-Id: I4dabf17da7003b1d8204a83dbd10e5be6e8fd805
|  Yuichiro Hanada | 2013-08-21 | 2 | -4/+5 |
* | Rename BinaryDictDecoder to Ver3DictDecoder.•••Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832
|  Yuichiro Hanada | 2013-08-20 | 1 | -3/+3 |
* | [Refactor] Rename BinaryDictReader and BinaryDictDecoder.•••BinaryDictReader -> BinaryDictDecoder.
BinaryDictDecoder -> BianryDictDecoderUtils.
Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37
|  Yuichiro Hanada | 2013-08-19 | 1 | -4/+5 |
* | Rename Node to PtNodeArray•••Bug: 10247660
Change-Id: I1a0ac19f58f96adb5efac5fd35c6404831618c99
|  Jean Chalard | 2013-08-16 | 3 | -10/+11 |
* | Remove unused imports.•••Change-Id: Ib46da6efeaa8f83a9cda24c947fc2e667a1468e8
|  Yuichiro Hanada | 2013-08-16 | 1 | -5/+1 |
* | [Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and BinaryDict...•••Change-Id: I7c3269d77e3e3b567e459dcaa1bc029903941744
|  Yuichiro Hanada | 2013-08-15 | 3 | -8/+9 |
* | Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and...•••This reverts commit 4c63d0614e7ed7aea4bcbab3a17090d841661d92.
Change-Id: I1fa277d720bab4d895259df7d6d82eebfa5eb6c5
|  Ken Wakasa | 2013-08-15 | 3 | -7/+6 |
* | [Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryD...•••Change-Id: I0d476abe763c11ba9005152f928e8dccf15ac9de
|  Yuichiro Hanada | 2013-08-15 | 3 | -6/+7 |
* | Add BinaryDictReader.•••Bug: 9618601
Change-Id: Ief07fa0c3c4f7f5999a3fafcef4e47b6b6fd8143
|  Yuichiro Hanada | 2013-08-13 | 1 | -5/+4 |
* | Add tests to dicttool test.•••Bug: 8526576
Change-Id: Idd6f9cd076d5915361c68f5c29afbba67dd54eba
|  Jean Chalard | 2013-06-20 | 1 | -4/+0 |
* | Fix two nasty bugs with surrogate pairs.•••The important bug is in findWordInTree. The problem, which is
not obvious, is that we were calling codePointAt() with the
code point index in the string, instead of the char index.
The other bug this change fixes was harmless in the practice,
because it's in the iteration which is only used for debug and
pretty printing purposes. It's very similar in that it would
substract a length in code point to a length in chars and
truncate a StringBuilder at that length, so it would fail in a
quite similar manner. This changes the meaning of the "length"
attribute in Position, but it's clearer this way anyway.
Bug: 8450145
Change-Id: If396f883a9e6449de39351553ba83f5be5bd30f0
|  Jean Chalard | 2013-04-01 | 1 | -0/+114 |
* | Cleanup after dicttool•••Arrange for temporary files to be deleted.
Also, add a security on stack overflows.
Change-Id: I9da2ebefb06409a71b235243ea835ce10d6a9b81
|  Jean Chalard | 2012-10-30 | 1 | -0/+3 |
* | Add auto detection and decoding of dictionary files. (A2)•••Bug: 7388852
Change-Id: I25e755fc15f5b383acc046f668e9681efa4f0c2f
|  Jean Chalard | 2012-10-25 | 1 | -0/+106 |
* | Add @UsedForTesting and @ExternallyReferenced annotations•••Bug: 7268357
Change-Id: I0b7e0c19f04af9ae30874d0a4c26ad81bc80be8c
|  Tadashi G. Takaoka | 2012-10-22 | 1 | -12/+2 |
* | Reinstate the shortcut-only attribute•••Also add the blacklist attribute
Bug: 7005742
Bug: 2704000
Change-Id: Icbe60bdf25bfb098d9e3f20870be30d6aef07c9d
|  Jean Chalard | 2012-08-31 | 1 | -5/+5 |
* | Move dicttool tests and make a script to run them (A4)•••Change-Id: If582e81741c5edaf345dcb55517dcad0baa64c9e
|  Jean Chalard | 2012-08-04 | 1 | -0/+59 |