Skip to content
Snippets Groups Projects
  1. Mar 13, 2012
    • Jean Chalard's avatar
      Remove unused stuff. · 08adb09e
      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
      08adb09e
    • Jean Chalard's avatar
      Make an add into a set. · 674ffcdf
      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
      674ffcdf
    • Jean Chalard's avatar
      Cleanup · d6662ecd
      Jean Chalard authored
      Remove an unused method, make others static, fix a formatting
      issue
      
      Change-Id: I40cb0b5e01a6f8e2f7b953bd9aad3168dfee71d1
      d6662ecd
    • Jean Chalard's avatar
      Kill the StringBuilderPool. · adf218ee
      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
      adf218ee
    • Jean Chalard's avatar
      Remove a useless parameter. · d0d40743
      Jean Chalard authored
      Change-Id: I7625bf17158c207ad7e8cd496bef825704173c4c
      d0d40743
  2. Mar 12, 2012
    • Jean Chalard's avatar
      Consolidate words into SuggestedWordInfo · c3c4ed91
      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
      c3c4ed91
  3. Mar 09, 2012
  4. Mar 08, 2012
  5. Mar 06, 2012
  6. Jan 26, 2012
  7. Jan 13, 2012
    • Tadashi G. Takaoka's avatar
      Fix SuggestTests · 9c735b80
      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
      9c735b80
  8. Dec 09, 2011
    • Jean Chalard's avatar
      Stop a flag from escaping. · 4606de11
      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
      4606de11
  9. Dec 08, 2011
  10. Nov 29, 2011
  11. Nov 21, 2011
    • Jean Chalard's avatar
      Special case quotes at start and end of words · c83359f9
      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
      c83359f9
  12. Oct 28, 2011
  13. Oct 07, 2011
  14. Oct 06, 2011
Loading