- Mar 13, 2012
-
-
Jean Chalard authored
Remove 2 methods that were left only for tests to compile in another project, but are not used any more now that the tests have been updated. Also remove an attribute that is never read. Change-Id: Ic9ba1f52a465199c82c923d77ed7450460e8a4b9
-
Jean Chalard authored
This method now only sets words, so it should be named set. The functionality is identical since there are no more places where the list is reused. This will also allow to make the list final in an upcoming change. Change-Id: I25b0c7d7f13c3fa5d89806f01f48f1026769603f
-
Jean Chalard authored
Remove an unused method, make others static, fix a formatting issue Change-Id: I40cb0b5e01a6f8e2f7b953bd9aad3168dfee71d1
-
Jean Chalard authored
The intention may have been nice originally but these end up being copied anyway :/ Let's remove them now, and in a later change, just keep references to the created objects. Change-Id: Ifba8357c20384f9eb40cd916665ed1fc6dc8cab1
-
Jean Chalard authored
Change-Id: I7625bf17158c207ad7e8cd496bef825704173c4c
-
- Mar 12, 2012
-
-
Jean Chalard authored
We can't get rid of SuggestedWordInfo because it conveys the information about whether a suggestion is outdated or not. It is always created anyway. So it makes sense not to have separate lists and to just keep everything in the SuggestedWordInfo object. Change-Id: Idd79dc267d97633901d3d2869da457736963e178
-
- Mar 09, 2012
-
-
Jean Chalard authored
Change-Id: If33897b38af94ae81b05e5ef140a542724b9f34a
-
Jean Chalard authored
Change-Id: I6b0262fe7cb3f7a31cc19d724c301467be932640
-
Jean Chalard authored
Change-Id: I713433a3225193489fad5bdafcf302b529903116
-
Jean Chalard authored
Change-Id: I1ef0685cc9888c9cef9f60015d32b66dde75ef9b
-
Jean Chalard authored
Change-Id: I897c5ec3a630a4a6bfc593906df4d3fc7b244482
-
Jean Chalard authored
Change-Id: I54334039597e235e24f169e34c1d44109180ee88
-
Jean Chalard authored
Change-Id: I177ef2f29c8b6000c5e3d021c016c5d216fe3fc6
-
Jean Chalard authored
Change-Id: I22ad4cea0e0cac23813da7e788f5c94974ce0ebf
-
Jean Chalard authored
Change-Id: Iac52e62c2bdffad14f916f69eade2b785bb41767
-
Jean Chalard authored
Change-Id: Ib27dc6e9486c3f0f2ec1e94a88a52d12c1af2d38
-
Jean Chalard authored
Change-Id: I0e08b102c9539d97c473505b9d42176c4a7c8853
-
Jean Chalard authored
Change-Id: I06e117df43d25dbaf9fc7a7366efd9355a6215ce
-
Jean Chalard authored
Change-Id: Ic3ed04300cfd4c0b69b93b27379aca4093b32f67
-
Jean Chalard authored
Change-Id: Ibdef206fbd6688a45cebbd7fb8a9f6cd175d03b0
-
Jean Chalard authored
Change-Id: Ib264533a05e9e09347bf254789e6ab5beec92400
-
Jean Chalard authored
Hopefully that will end in Suggest/SuggestedWords being autonomous and won't need the logic spoon-fed to them Change-Id: I915661bce13c69c8a5b8e5d4a8c41e18fea594cf
-
Jean Chalard authored
WordComposer#getTypedWord() may not return null. Don't test for it. Change-Id: I6aff14892503d0c275a3328c404ed99d2f40a687
-
Jean Chalard authored
Stop parameters from escaping and don't do useless work and simplify the code. Yay. Change-Id: I0dfc3e14b1cb50e0730f6d9c1d52b54516baa90e
-
Jean Chalard authored
Change-Id: I3a7ab069042d5542ab2e033d1eeb13d718cd7698
-
Jean Chalard authored
Who would have guessed this wasn't being called at all. Change-Id: Ib74a212356ea44e9bf149619ed5464c14684a1ba
-
- Mar 08, 2012
-
-
Jean Chalard authored
This needs change Ic6756baa to not break the build Change-Id: I1c772dd99d63fec5d3ad67a0eb7fbc28ec7a0f0f
-
Jean Chalard authored
This allows us to make AutoCorrection a purely static class. Change-Id: I15b81bd7f3d6ea487154a5b09a81bc323be82ce1
-
Jean Chalard authored
The value is only used in debug mode, and it can be recomputed at the time. This change does not impact the logic. There is however a side effect: in debug mode, the normalized score will be displayed also when the word comes out of the whitelist or is a valid word. It's actually a good thing. The end purpose is to make all methods in AutoCorrection static. Change-Id: I1642b1fdfa6ae62b8aa2fed94a8a26ff4a7e4d0e
-
Tadashi G. Takaoka authored
Change-Id: I09e91675fe7d573dad8c933ad513b21d7e409144
-
- Mar 06, 2012
-
-
satok authored
Bug: 4343280 Change-Id: I0f6a7e6912ed4abea07c10d266da4c7ccb0dae76
-
- Jan 26, 2012
-
-
Jean Chalard authored
Goes together with Id4f4e066 Bug: 5922118 Change-Id: I1e39dd01c67e9284d9d7fe008d868847e69986d7
-
- Jan 13, 2012
-
-
Tadashi G. Takaoka authored
We need revised scoring test because dictionary look up algorithm has been changed significantly since this SuggestTests was made. Change-Id: I69d527a6bfa24ed0dc189fddad1afab0566c6eb8
-
- Dec 09, 2011
-
-
Jean Chalard authored
The ultimate intent is to close it up in the settings, as it does not change while typing, only when the keyboard is open again. Change-Id: I12ff56e7482c1584877fe5531473bf03e95a60f6
-
- Dec 08, 2011
-
-
Jean Chalard authored
Change-Id: Ib6a0ee21bfe2000231f9ba7bcad4b18ae57e4249
-
- Nov 29, 2011
-
-
Jean Chalard authored
Bug: 5665809 Change-Id: I4d9100dbe980861ccb55c78464524be670cac1f7
-
- Nov 21, 2011
-
-
Jean Chalard authored
Single quote at start of word is not considered a part of a word any more. Single quote at the end of a word now behave like capitalization: lookup in the dictionary is done *disregarding* a final quote, and it is forcefully added back into the suggestions afterwards. Bug: 5566368 Change-Id: I14dd3815f4b743edba56d64a3abdf4b73d863a6a
-
- Oct 28, 2011
-
-
Tadashi G. Takaoka authored
Change-Id: Ia23765268be0ef89d7fe7c3f5372ed32d6615765
-
- Oct 07, 2011
-
-
Jean Chalard authored
Bug: 5402436 Change-Id: If89b8bbdebf6751697c4788270d01d4639cff665
-
- Oct 06, 2011
-
-
Jean Chalard authored
This goes together with I6b8628b9acc32449e4147a2a754b222fbb76c754 or it will break the build Bug: 5402436 Change-Id: I07c6266b713773a8de80bb22afdd4c566261f78a
-