| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
The functionality now lives in the binary dictionary.
This finalizes work on
Bug: 6906525
Change-Id: Id106d871e8afdf9afa886d2a30bea87ff89f2d24
|
|
|
|
| |
Change-Id: I5435cef8ac6be523934ffa394952cb120c8e89d6
|
|
|
|
| |
Change-Id: I29d6afbcba0998558c9b19287a460d9f0e410994
|
|
|
|
|
|
|
| |
Avoid special casing the whitelist dictionary by having it implement
the interface it pretends it implements
Change-Id: I8b873cb0f3fe13cefd32c8cb756a25c8ae16a2b4
|
|
|
|
| |
Change-Id: I5c27a3ed99b17f850e26a8503de16f001c7111c1
|
|
|
|
|
|
|
| |
Stop storing an int in each of the different class types, and
just store a string in the top class.
Change-Id: I2af1832743e6fe78e5c1364f6d9cc21252bf5831
|
|
|
|
|
|
| |
Bug: 4646172
Change-Id: I51002c73d5bad1a698110c5cda02253348be8eed
|
|
|
|
|
| |
Bug: 6319377
Change-Id: Ie6a887fefa12e33c17bfeb5d22984e7c1a7bdb46
|
|
|
|
|
| |
Bug: 6128216
Change-Id: I8d9c75c773c3de886183b291ada7a3836295839b
|
|
|
|
| |
Change-Id: I31115c29e47cdd09b2d8cc8f04e9fc9f9d542811
|
|
|
|
|
| |
Bug: 5402436
Change-Id: If89b8bbdebf6751697c4788270d01d4639cff665
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This bug would kill the case where the whitelist contains
a word to be autocorrected to an uppercased version of
itself, and the user would enter the uppercase version.
In this case, this bug would cause the typed word to be
killed off the list of candidates, and possibly autocorrected
to the *next* candidate.
When the whitelist checks whether this the typed word is
a candidate for whitelisting, this change has it check whether
the whitelisting results in the typed word before returning.
Hence, it can keep the case-insensitive behavior of the
whitelist.
Coincidentally, this change renames the method used to do
this, because it does not comply with the general contract
of Dictionary. This happens to be in the way of another
upcoming change.
Bug: 5420371
Change-Id: Ifb305271acc5f171adf9b18c762ae7975b14be0a
|
|
|
|
|
|
|
|
| |
This goes together with I6b8628b9acc32449e4147a2a754b222fbb76c754
or it will break the build
Bug: 5402436
Change-Id: I07c6266b713773a8de80bb22afdd4c566261f78a
|
|
|
|
|
|
| |
This is a preparative change for inserting the spell checker.
Change-Id: Ie441879cac4f67078ec27a95f1fcbbf3ef373df7
|
|
|
|
|
| |
Bug: 4090049
Change-Id: I1d57ddafcacb895196c65acaae198dad7499983b
|
|
Bug: 3447571
Change-Id: I538e4e706982129b666ca1ab1085f1b68b69f87f
|