Skip to content
Snippets Groups Projects
  1. Nov 20, 2014
  2. Nov 17, 2014
  3. Nov 07, 2014
  4. Oct 29, 2014
  5. Oct 28, 2014
  6. Oct 23, 2014
  7. 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
  8. Oct 09, 2014
  9. Oct 08, 2014
  10. Oct 06, 2014
  11. Sep 22, 2014
  12. Sep 18, 2014
  13. Sep 08, 2014
  14. Aug 29, 2014
  15. 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
  16. Aug 24, 2014
  17. Aug 14, 2014
  18. Jul 17, 2014
  19. Jun 26, 2014
    • 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
  20. Jun 24, 2014
  21. Jun 23, 2014
    • Jean Chalard's avatar
      [CS2] Refactor a bit removeDups · fdebf400
      Jean Chalard authored
      This way is more understandable, and also supporting an
      external string is helping for future refactorings
      
      Bug: 13238601
      Change-Id: I4ebeed46eb0b35011164946af71ac257c6449ddb
      fdebf400
  22. May 29, 2014
  23. May 28, 2014
  24. May 26, 2014
  25. May 23, 2014
  26. Mar 04, 2014
    • Jean Chalard's avatar
      [IL111] Remove a member. · 32c6d4ca
      Jean Chalard authored
      ...and improve encapsulation and readability.
      
      Bug: 8636060
      Change-Id: I36407630b307df0721ea7fdb7e7a22cdf2b018b3
      32c6d4ca
  27. Feb 25, 2014
    • Jean Chalard's avatar
      [QRP5] Fix boldness for predictions, and small refactoring · 0c34ee20
      Jean Chalard authored
      This is more correct. When predictions, the typed word should
      always be null unless explicitly passed. The text color should be
      that of a valid typed word only if it's actually the typed word.
      
      Bug: 13170509
      Change-Id: I769ae100e112c37c6f02064fe9ef2f81372ca9e5
      0c34ee20
  28. Feb 14, 2014
  29. Feb 06, 2014
  30. Jan 29, 2014
  31. Jan 28, 2014
  32. Jan 23, 2014
  33. Dec 26, 2013
  34. Oct 22, 2013
    • Jean Chalard's avatar
      Add a sequence number to SuggestedWords. · c130be87
      Jean Chalard authored
      This allows testing for suggestion freshness in an asynchronous
      suggestions world.
      
      In-advance cherrypick of Ic76cd17568598d8534aec81e037f9e37f52eb6b4
      because there's a merge conflict.
      
      Bug: 11301597
      Change-Id: I4aec765a975298fcac30a48dede73d2622224fe5
      c130be87
    • Jean Chalard's avatar
      [DO NOT MERGE] Add a sequence number to SuggestedWords. · 6b8d2d31
      Jean Chalard authored
      This allows testing for suggestion freshness in an asynchronous
      suggestions world.
      Cherry-pick of Ic76cd175
      
      Bug: 11301597
      Change-Id: I45a84de0632062475eebe30234b3147f1c680359
      6b8d2d31
    • Jean Chalard's avatar
      Add a sequence number to SuggestedWords. · ac764633
      Jean Chalard authored
      This allows testing for suggestion freshness in an asynchronous
      suggestions world.
      
      Bug: 11301597
      Change-Id: Ic76cd17568598d8534aec81e037f9e37f52eb6b4
      ac764633
  35. Sep 17, 2013
  36. Sep 13, 2013
Loading