Skip to content
Snippets Groups Projects
  1. Sep 28, 2023
  2. Jul 06, 2023
  3. Mar 17, 2015
  4. Mar 10, 2015
    • Chieu Nguyen's avatar
      Handle empty previous ngram context correctly. · 21a28abc
      Chieu Nguyen authored
      Fixes bug where empty previous ngram context not at the
      beginning of a sentence incorrectly returned the
      beginning-of-sentence marker.
      
      Bug: 19612336
      Change-Id: I5ddf3408e20dcedf70487b85c983cd3fc12550e7
      21a28abc
  5. Mar 03, 2015
  6. Feb 10, 2015
  7. Feb 05, 2015
  8. Feb 04, 2015
  9. Dec 02, 2014
  10. Oct 28, 2014
  11. Oct 23, 2014
  12. 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
  13. Oct 06, 2014
  14. Oct 01, 2014
  15. Sep 29, 2014
  16. Sep 26, 2014
  17. Sep 22, 2014
  18. Sep 19, 2014
  19. Sep 17, 2014
  20. 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
  21. Jun 27, 2014
  22. Jun 25, 2014
  23. May 27, 2014
  24. May 23, 2014
  25. May 21, 2014
  26. May 19, 2014
  27. May 14, 2014
    • Yohei Yukawa's avatar
      Simplify StatsUtils · 9aa7f66a
      Yohei Yukawa authored
      With this CL, the implementation of StatsUtils no longer
      needs to know how to read settings from the system.
      
      Insted, the LatinIME class is now responsible for notifying
      StatsUtils whenever the settings is changed.
      
      BUG: 14324207
      Change-Id: Ic3d26ec31c8d2c082d3e7487b578b323aad2f960
      9aa7f66a
  28. Apr 08, 2014
Loading