Skip to content
Snippets Groups Projects
  1. Feb 06, 2012
  2. Feb 03, 2012
  3. Feb 02, 2012
    • Tadashi G. Takaoka's avatar
      Fix Key.equals(Key) · 44e0e4f9
      Tadashi G. Takaoka authored
      Bug: 5956068
      Change-Id: I2901ae28bd9121ec4f4429a53b83aae128b75e0c
      44e0e4f9
    • Tadashi G. Takaoka's avatar
      Parse escaped sequence strictly in CSV parser · 5852a259
      Tadashi G. Takaoka authored
      This change alters the CSV parser behavior. The parser only resolves
        * String resource reference. ["@string/res" -> "<content_of_res>"]
        * Other occurrence of escape sequence will be intact. ["\x" -> "\x"]
      
      Before this change, escape sequence in moreKeys string is parsed three
      times. At first in parsing string resource, next in CSV parser, and at
      last in KeySpecParser. So that representing single escape character
      itself is a bit annoying, "\\\\\\\\".
      
      Now we can represent single escape character itself in string resource by "\\\\".
      
      Change-Id: Ib978e17b779cc82585eed8241ac3857508b14bc7
      5852a259
    • Tadashi G. Takaoka's avatar
      Move CSV parser to KeySpecParser · 0086861d
      Tadashi G. Takaoka authored
      Change-Id: I424fb47bc70e9b6aaa5a16ae9b2500d23da75c26
      0086861d
    • satok's avatar
      Support additional proximity characters · e05b3f4b
      satok authored
      Change-Id: Ifbe0d7e4eafea1926bbce968eae4724dd5769689
      e05b3f4b
    • Tadashi G. Takaoka's avatar
      Make KeySpecParser and CSV parser code point aware · e01d2726
      Tadashi G. Takaoka authored
      This change also renames MoreKeySpecParser to KeySpecParser
      
      Change-Id: I35733cdbb344f16b57ffa2cfe79055c089b4e409
      e01d2726
    • Jean Chalard's avatar
      Stop throwing an exception in some corner cases. · 51fd1632
      Jean Chalard authored
      When the application is modifying the text under our feet,
      we may come through this code path. We should log the error
      rather than crash.
      
      Bug: 5869235
      Change-Id: Ic0fd24c3bc805d44c5db0ad781ddebeca0450614
      51fd1632
  4. Feb 01, 2012
  5. Jan 31, 2012
  6. Jan 30, 2012
  7. Jan 27, 2012
  8. Jan 26, 2012
Loading