Skip to content
Snippets Groups Projects
  1. Jun 23, 2015
  2. Mar 18, 2015
  3. Dec 02, 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. Sep 29, 2014
  8. Sep 26, 2014
  9. Sep 08, 2014
  10. Jul 07, 2014
  11. Jul 01, 2014
  12. Jun 27, 2014
  13. Jun 25, 2014
  14. May 30, 2014
  15. May 23, 2014
  16. May 21, 2014
  17. Mar 20, 2014
  18. Jan 20, 2014
  19. Jan 09, 2014
  20. Dec 13, 2013
    • Ken Wakasa's avatar
      Reset to 9bd6dac4 · 2fa3693c
      Ken Wakasa authored
      The bulk merge from -bayo to klp-dev should not have been merged to master.
      
      Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
      2fa3693c
  21. Nov 28, 2013
    • Jean Chalard's avatar
      Fix getNthPreviousWord. · da459787
      Jean Chalard authored
      This should take into accounts word connectors.
      
      Change-Id: Ic7fa5c837cd65a43ba43d7ae9d299b8d20019892
      da459787
  22. Jul 01, 2013
  23. Jun 26, 2013
  24. Apr 16, 2013
    • Jean Chalard's avatar
      Don't insert automatic spaces when text looks like a URL · 73ec85b8
      Jean Chalard authored
      This is about as ad-hoc as it gets, but then again, what we want
      is probably as ad-hoc as it gets.
      All URL boxes I know of double as search bars, and not adding
      automatic spaces there sucks (e.g. in Chrome URL bar).
      And in other boxes actually you don't want to add a space if
      it looks like a URL. QSB isn't even a search box, and it behaves
      like this.
      
      So I think this is actually the right answer to the problem.
      
      Bug: 7062925
      Change-Id: Ib09472b34644fd5bf2dc84bb97cedeeba28bcd02
      73ec85b8
  25. Apr 12, 2013
    • Jean Chalard's avatar
      Fix failing tests · 128961ad
      Jean Chalard authored
      RichInputConnection#getWordRangeAtCursor may now returning
      either a SpannableString or a String. We can't test that with
      String#equals(), but TextUtils#equals() does the job for us.
      
      Change-Id: I59ebe54207e92f4d90b49476b64f1e12fd4929cb
      128961ad
  26. Feb 12, 2013
  27. Feb 05, 2013
  28. Jul 09, 2012
  29. Jul 06, 2012
  30. Jun 08, 2012
  31. May 14, 2012
    • Kurt Partridge's avatar
      include text context in researchLogger · aec44d50
      Kurt Partridge authored
      when logging LatinIME.onUpdateSelection(), now include the current word and
      preceding word.  no escaping of the word is performed; this is temporary
      until the output format is cleaned up.
      
      also fix EditingUtils.getWordRangeAtCursor to support supplementary
      UTF-16 characters.
      
      Bug: 6188932
      Change-Id: If4612a2627537d5d8bb2f9585a3ad1b4e56c2e26
      aec44d50
Loading