Skip to content
Snippets Groups Projects
  1. Jul 06, 2023
  2. Apr 29, 2015
    • Dan Zivkovic's avatar
      Spelling cannot cache words across invocations. · 459b4f35
      Dan Zivkovic authored
      We want to let the facilitator decide if a word is valid or invalid, and cache
      the answer in the facilitator's cache. The spell checker session doesn't need
      its own word cache, except as a crutch to communicate suggestions to the code
      that populates the suggestion drop-down. We leave that in place.
      
      Bug 20018546.
      
      Change-Id: I3c3c53e0c1d709fa2f64a2952a232acd7380b57a
      459b4f35
  3. Oct 28, 2014
  4. Oct 23, 2014
  5. Sep 29, 2014
  6. Jul 28, 2014
  7. 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
  8. Jul 10, 2014
  9. Jun 25, 2014
  10. Jun 09, 2014
    • Jean Chalard's avatar
      Split the sentences into words ourselves · 7a6bc607
      Jean Chalard authored
      The framework's default split is not suitable for all
      languages. Also it does not perform very well when space
      is mistyped as period.
      
      Bug: 9063355
      Bug: 10780091
      Change-Id: I400d790ff1c29f221697fd94d79bbf67c61c7b8a
      7a6bc607
  11. May 23, 2014
  12. May 19, 2014
  13. Jun 24, 2013
  14. Mar 19, 2013
  15. Jan 21, 2013
  16. Sep 27, 2012
  17. Aug 22, 2012
  18. Jul 10, 2012
Loading