Skip to content
Snippets Groups Projects
  1. Jul 31, 2020
  2. Oct 14, 2014
  3. Sep 25, 2014
    • Tadashi G. Takaoka's avatar
      Add !string/<resource_name> reference · aaefd566
      Tadashi G. Takaoka authored
      This CL introduces new text reference notation !string/<resource_name>
      to refer a string resource on the fly.
      
      This notation is mainly used to represent action key labels may refer
      a string in a system locale in run-time.
      
      This notation is needed to implement Hinglish and Serbian-Latin
      keyboards that need to refer its own action key labels.
      
      Bug: 17169632
      Bug: 9687668
      Change-Id: I042f6bd04714e0e448cd92031730eb9fb422e6d3
      aaefd566
  4. Mar 25, 2014
    • Tadashi G. Takaoka's avatar
      Rename text resources consistently · 393efd94
      Tadashi G. Takaoka authored
      - keylabel_<key>, the key label text of the <key>
      - keyspec_<key>, the key specification of the <key>
      - keyhintlabel_<key>, the hint label text of the <key>
      - morekeys_<key>, the more keys specifications of the <key>
      - additional_morekeys_<key>, the additional more keys specification of
        the <key>
      
      Change-Id: Ib2127f21fa33a2568e8a6eba65cfdb2cf78b480e
      393efd94
  5. Jul 23, 2013
  6. Apr 20, 2012
  7. Apr 11, 2012
  8. Mar 02, 2012
  9. Feb 03, 2012
  10. Feb 02, 2012
    • 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
  11. Jan 24, 2012
  12. Jan 20, 2012
  13. Jan 13, 2012
    • Tadashi G. Takaoka's avatar
      Fix SuggestTests · 9c735b80
      Tadashi G. Takaoka authored
      We need revised scoring test because dictionary look up algorithm has
      been changed significantly since this SuggestTests was made.
      
      Change-Id: I69d527a6bfa24ed0dc189fddad1afab0566c6eb8
      9c735b80
  14. Aug 16, 2011
    • Ken Wakasa's avatar
      Code cleanup · f18bda60
      Ken Wakasa authored
      Change-Id: I7df8c813038adec750eda260740bcc8a4da41acf
      f18bda60
  15. Aug 20, 2010
  16. Jul 28, 2010
    • Jae Yong Sung's avatar
      - separate dict (uses xml) · 80aa14fd
      Jae Yong Sung authored
      - retrieve bigrams that only starts with character typed and neighbor keys
      - contacts bigram
      - performance measure
      
      bug: 2873133
      
      Change-Id: If97c005b18c82f3fafef50009dd2dfd972b0ab8f
      80aa14fd
  17. Jul 13, 2010
    • Jae Yong Sung's avatar
      added bigram prediction · 937d5ad0
      Jae Yong Sung authored
        - after first character, only suggests bigram data (but doesn't autocomplete)
        - after second character, words from dictionary gets rearranged by using bigram
        - compatible with old dictionary
        - added preference option to disable bigram
      
      Change-Id: Ia8f4e8fa55e797e86d858fd499887cd396388411
      937d5ad0
  18. May 07, 2010
Loading