| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This CL also adds @SuppressWarning("unused" to java-overridable package.
Bug: 18003991
Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
|
|
|
|
|
|
| |
Bug: 8187060
Bug:13035567
Change-Id: I90a5e0665c367f5a1bd786f4babf0d03e79e68fa
|
|
|
|
|
| |
Bug: 13164518
Change-Id: I8768ad887af8b89ad9f29637f606c3c68629c7ca
|
|
|
|
|
| |
Bug: 12810574
Change-Id: Iacf1cd05a268bf690ab864b5e32a18a4b0ccc693
|
|
|
|
| |
Change-Id: I5cfa0d2fccc139bd6c45c5590a68c3e0c90534b8
|
|
|
|
|
|
|
|
|
| |
Apparently, it is possible that File#getPath() returns null.
In this case, we'll have a null AssetFileAddress and an NPE
later down the road.
Bug: 9944824
Change-Id: Id6ceac1cb55439660f9811cf0fe3b574200d5a20
|
|
|
|
|
| |
Bug: 9618601
Change-Id: I173100ac704c03f7d5d0d53477e83cab5d1110d4
|
|
|
|
|
| |
Bug: 10434720
Change-Id: I14690a6e0f922ed1bab3a4b6c9a457ae84d4c1a4
|
|
|
|
| |
Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832
|
|
|
|
| |
Change-Id: I1a1830aaa8ea586b68fc34ff3a27ae52b810e8af
|
|
|
|
|
|
|
| |
BinaryDictReader -> BinaryDictDecoder.
BinaryDictDecoder -> BianryDictDecoderUtils.
Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37
|
|
|
|
|
|
| |
BinaryDictDecoder.
Change-Id: I7c3269d77e3e3b567e459dcaa1bc029903941744
|
|
|
|
|
|
|
|
| |
and BinaryDictOutputUtils."
This reverts commit 4c63d0614e7ed7aea4bcbab3a17090d841661d92.
Change-Id: I1fa277d720bab4d895259df7d6d82eebfa5eb6c5
|
|
|
|
|
|
| |
BinaryDictOutputUtils.
Change-Id: I0d476abe763c11ba9005152f928e8dccf15ac9de
|
|
|
|
| |
Change-Id: I827052f234eeaa4dbcfd37da69a99866896a158b
|
|
|
|
| |
Change-Id: I7290cd1fb675a1b85b9b6ac2d464c932b5bca1dd
|
|\ |
|
| |
| |
| |
| |
| | |
Bug: 9617181
Change-Id: I228a3eac959f81b38e4092015e8e3c429d46fa60
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
There is no reason not to contact the dictionary provider
when we don't have internet permission or when the URL
is empty. It knows how to handle both these cases.
Bug: 9388602
Change-Id: I30c4540551ad2f5e527d3acd1842bbd749feca89
|
|/
|
|
|
|
| |
Mostly remove unused imports
Change-Id: If8ceffdfad79b78194094527759f5c334746973e
|
|
|
|
| |
Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
|
|
|
|
|
|
| |
Bug: 9305379
Change-Id: Iab32753070a056d3861a45aa898911b7ab67dfb6
|
|
|
|
| |
Change-Id: I974964aa3cc24b5480e57bd38c197fe7a49acaa4
|
|
|
|
| |
Change-Id: Iac388c8aefc684980cb4c7131fb47319f6073eb3
|
|
|
|
|
| |
Bug: 8715614
Change-Id: I307d83923070994525cf0d27aad403e881a89314
|
|
|
|
|
| |
Bug: 8161354
Change-Id: I17c23f56dd3bc2f27726556bf2c5a9d5520bd172
|
|
|
|
|
| |
bug: 8393568
Change-Id: Ie5edf44a3627aca9416145aff56bf05bbf2a05f3
|
|
|
|
|
| |
Bug: 8161354
Change-Id: I68ee3acb2955a017d25666cc2dad791798f9064a
|
|
|
|
|
|
|
|
|
|
| |
If the dictionary ID, as indicated in the metadata, is
less than three chars long, it crashes LatinIME.
Of course we don't have such dictionary IDs in the current
metadata, but it's still better to be able to handle
the case gracefully ^^;
Change-Id: I60cdf6f8ecce9f4d44b42ddd5d157aebff9a4163
|
|
|
|
|
|
| |
Follow-up to Idc6f419a
Change-Id: I4aae8f4e19f27a0a309879dc19af6e40906d58c5
|
|
|
|
|
| |
Bug: 7005813
Change-Id: I82232af8e3071333b6fd01e4453b6b3c0a3ddb1f
|
|
|
|
|
|
|
| |
This creates a new DictionaryInfoUtils class and moves a bunch
of static methods there for later usage.
Change-Id: Iecb0643e6029a7be36bd6cb36aa918c40e6d8c6a
|
|
|
|
| |
Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
|
|
|
|
|
|
|
|
| |
This finally makes it work.
Bug: 7702011
Change-Id: I3508c88567f79598e4d1dff561b6ba7dc5c3808f
|
|
|
|
| |
Change-Id: If8813cb989c1fa8744a3bf36e8514ced3c8f46a3
|
|
|
|
| |
Change-Id: I745bb285b6b52875c8d2b3a94deb962352f9754e
|
|
|
|
|
| |
Bug: 7328003
Change-Id: Ibe5278ea209d149f87fd08785c77b17e3859948e
|
|
|
|
|
|
|
| |
Also fix a spelling mistake in a comment
Bug: 7301525
Change-Id: I4437403dce620fed03871485ee04f13c51ce34fc
|
|
|
|
| |
Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
|
|
|
|
| |
Change-Id: Ifc4c64c9cffe4f343c5a604c192db010a1792acc
|
|
|
|
|
|
| |
Bug: 7169473
Change-Id: I575aaa350042af076a8da5756993cdae9e73422c
|
|
|
|
| |
Change-Id: Ifd66bda7d528827ba61c60531121ea206a2325be
|
|
|
|
| |
Change-Id: Ia71561648e17f846d277c22309ac37c21c67a537
|
|
|
|
| |
Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89
|
|
|
|
|
| |
Bug: 7005813
Change-Id: Ie0d8d4b2d5eb147838ca23bdd5ec1cecd4f01151
|
|
|
|
|
|
|
|
|
| |
When a dictionary changes locale, we need to remove the file
that corresponds to the old version. It has a different path
than the new one, so we have to search for it explicitly.
Bug: 6540631
Change-Id: Ie9d63ba636651fe90f8fbb9627b7265ac7b34ccd
|
|
|
|
|
| |
Bug: 6327270
Change-Id: I5a0e732c8a3fd55fd8ac3c8fe1c58e7f91555d97
|