Skip to content
Snippets Groups Projects
  1. Nov 20, 2014
    • Jean Chalard's avatar
      Annotate the typed word with its source dictionary · a7efe062
      Jean Chalard authored
      ...when applicable of course. This will allow for informing the
      language switching authorities that the typed word was a
      specific language, instead of leaving them in the dark.
      
      Bug: 18063142
      Bug: 18130489
      Bug: 18132240
      Bug: 18136721
      Bug: 18200415
      Change-Id: Ice3e7026a68c3018f54d730ec84f6762bf55899b
      a7efe062
    • Jean Chalard's avatar
      Make the typed word a SuggestedWordInfo · a2cb2f36
      Jean Chalard authored
      That allows to carry the language information in an
      accurate manner.
      
      Bug: 18063142
      Change-Id: I0bca8981372ae10648274095b18b26a3686b762b
      a2cb2f36
  2. Nov 07, 2014
  3. Oct 29, 2014
  4. Oct 28, 2014
  5. Oct 23, 2014
  6. Oct 21, 2014
    • Tadashi G. Takaoka's avatar
      Fix some compiler warnings · 5f00fe09
      Tadashi G. Takaoka authored
      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
      5f00fe09
  7. Oct 17, 2014
  8. Oct 07, 2014
  9. Sep 29, 2014
  10. Sep 18, 2014
  11. Sep 17, 2014
  12. Sep 16, 2014
  13. Sep 01, 2014
  14. Aug 26, 2014
    • Jean Chalard's avatar
      Fix a bug where the top prediction would disappear. · 8380f921
      Jean Chalard authored
      This is because prediction can't be easily distinguished in
      style. This fixes the bug by simulating the right members,
      but some refactoring should be done to remove useless
      booleans.
      
      Bug: 17271923
      Change-Id: Ib88f3fb95678021624e59535492926dd315d26fb
      8380f921
  15. Aug 14, 2014
  16. Jul 17, 2014
  17. Jul 08, 2014
  18. Jun 30, 2014
  19. Jun 27, 2014
  20. Jun 26, 2014
    • Jean Chalard's avatar
      Fix the build · c0748a19
      Jean Chalard authored
      That was a merge not well resolved by git >.>
      
      Change-Id: I3cd042d6a5206daf1e9942358405d647c67423dd
      c0748a19
    • Jean Chalard's avatar
      [CS4] Remove useless tests and processing · b740886a
      Jean Chalard authored
      Since we have a de-duped and transformed collection, we
      can just read from it instead of computing it separately.
      
      Bug: 13238601
      Change-Id: I0aa4b0d91d3b350f9449e13658bfb587fc538764
      b740886a
  21. Jun 23, 2014
  22. Jun 16, 2014
  23. Jun 10, 2014
    • Jean Chalard's avatar
      Remove mPrevWordsInfo · 367c199d
      Jean Chalard authored
      This member has outlived its usefulness. It's not clear now that it
      makes things really faster, but it does bring a lot of complexity
      that we can avoid by removing it.
      
      Change-Id: Ifbc8094a45b56b958fe165b1930f4cc358a97721
      367c199d
  24. May 29, 2014
  25. May 28, 2014
  26. May 26, 2014
  27. May 23, 2014
  28. May 22, 2014
  29. May 19, 2014
  30. May 16, 2014
Loading