Skip to content
Snippets Groups Projects
  1. Jul 06, 2023
  2. Jul 09, 2014
    • Yohei Yukawa's avatar
      Simplify the wrapper for TextInfo#getCharSequence · fc137f35
      Yohei Yukawa authored
      This CL simplifies the wrapper method for
      TextInfo#getCharSequence() because in the almost all cases we want
      to use the result of TextInfo#getText() as the default value.
      
      BUG: 16029304
      Change-Id: I62f987aed8ca42b093255e6c0703d6120fa01299
      fc137f35
  3. Jul 08, 2014
    • Yohei Yukawa's avatar
      Add a compatibility utility class for TextInfo · 733ec699
      Yohei Yukawa authored
      This is a groundwork for enabling LocaleSpan support in spell
      checker service. TextInfo#getCharSequence is supposed to be
      available in API Level 21 and later. We need some abstraction
      layer as usual.
      
      BUG: 16029304
      Change-Id: Iafbf2877db393dbd040295c21d429334e3a13a5f
      733ec699
Loading