Skip to content
Snippets Groups Projects
  1. Nov 21, 2014
  2. Sep 18, 2014
    • Yohei Yukawa's avatar
      Use Add-To-Dictionary indicator only · 5896153f
      Yohei Yukawa authored
      With this CL, the previously used commit indicator was reverted.
      Instead we use the add-to-dictionary indicator only at the moment.
      
      This CL also fixes the indicator position in bidi context.
      
      BUG: 17335734
      Change-Id: I5f7cf173ddc30876e2b01320acaff8ba4265edf6
      5896153f
  3. Jul 19, 2014
    • Yohei Yukawa's avatar
      Enable StringUtils to split CharSequence like String#split · eac86708
      Yohei Yukawa authored
      This is a groundwork for enabling LocaleSpan.
      
      To enable LocaleSpan everywhere, we need to switch to
      CharSequence from String so that Span infromation can be
      preserved end-to-end.  To achieve this, we need to have
      CharSequence version of String#split.
      
      BUG: 16029304
      Change-Id: I0dd103185dcf62fb1e25054a374340790e6a4678
      eac86708
  4. Jul 04, 2014
    • Yohei Yukawa's avatar
      Remove dead code to fix test failure due to NoSuchMethodError · 73065b77
      Yohei Yukawa authored
      This CL removes following methods from StringUtils, which are
      no longer used since Id3c262386a7bc7ed75966b1395a50171abe550d3.
      - #joinCommaSplittableText
      - #appendToCommaSplittableTextIfNotExists
      
      BUG: 16000850
      Change-Id: Ibdc9b7e463a19cdfac788b24c0a6322d0c5850c5
      73065b77
  5. Jun 27, 2014
  6. Jun 10, 2014
  7. May 23, 2014
  8. May 16, 2014
  9. Apr 09, 2014
  10. Apr 02, 2014
  11. Mar 07, 2014
  12. Feb 04, 2014
  13. Jan 31, 2014
  14. Jan 27, 2014
  15. Jan 23, 2014
  16. Jan 20, 2014
  17. Jan 10, 2014
    • Jean Chalard's avatar
      Fix build. · 84a3047e
      Jean Chalard authored
      Change-Id: I6d0b572190080e58e95f72856ad39e72a49537b7
      84a3047e
  18. Jan 09, 2014
  19. Dec 16, 2013
  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. Dec 12, 2013
  22. Nov 27, 2013
  23. Nov 14, 2013
  24. Oct 13, 2013
  25. Sep 25, 2013
  26. Sep 24, 2013
    • Jean Chalard's avatar
      Copy only the spans we are interested in. · 3d68b066
      Jean Chalard authored
      The PARAGRAPH type of span is dangerous, as concatenating
      CharSequences that contain it may crash. We also don't use
      other spans than SuggestionSpans, so we don't copy them.
      
      Bug: 10622489
      Change-Id: If4e44eca3cdc5bb02cf2e0c8c44ecd4bf27fae57
      3d68b066
  27. Sep 18, 2013
  28. Aug 19, 2013
  29. Aug 16, 2013
  30. Aug 14, 2013
  31. Jun 24, 2013
  32. May 28, 2013
Loading