Skip to content
Snippets Groups Projects
  1. Nov 13, 2014
    • Jatin Matani's avatar
      Implement UserHistoryDictionary for each user account. · 5365191a
      Jatin Matani authored
      UserHistoryDictionary currently uses locale to determine the
      UserHistoryDictionary on the filesystem. With this change we
      use the account name as well. Thus each UserHistoryDictionary
      would following the following spec:
      
      UserHistoryDictionary.<locale>.<account>.dict.
      In case no account is selected, we default to the existing
      spec:
      UserHistoryDictionary.<locale>.dict
      
      Example
      UserHistoryDictionary.en_US.testaccount@example.com.dict
      
      Bug: 18104749
      Change-Id: Iab031e166b55cf2ded68275a7e9be22475737b37
      5365191a
  2. Nov 07, 2014
  3. Oct 23, 2014
  4. 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
  5. Oct 06, 2014
  6. Sep 29, 2014
  7. Sep 26, 2014
  8. Sep 22, 2014
  9. Sep 10, 2014
  10. Aug 20, 2014
  11. Aug 19, 2014
  12. Aug 15, 2014
  13. Jul 28, 2014
  14. Jul 20, 2014
    • Yohei Yukawa's avatar
      Use CharSequence for spell checker to keep spans preserved · 86f36003
      Yohei Yukawa authored
      This is a ground work to take per word locale information into
      consideration in the spell checker. This CL is supposed to change
      no user visible behavior.
      
      With this CL, the spell checker session is able to read span
      information if necessary.
      
      BUG: 16029304
      Change-Id: Icb1e1ecdf40fe0445e14565b685b1b878b746210
      86f36003
  15. Jun 26, 2014
  16. Jun 25, 2014
  17. Jun 24, 2014
  18. Jun 17, 2014
  19. Jun 16, 2014
  20. Jun 13, 2014
  21. Jun 12, 2014
  22. Jun 11, 2014
  23. Jun 10, 2014
  24. Jun 09, 2014
  25. May 26, 2014
  26. May 23, 2014
  27. May 21, 2014
  28. May 20, 2014
  29. May 15, 2014
  30. May 12, 2014
  31. May 08, 2014
Loading