Skip to content
Snippets Groups Projects
  1. Aug 29, 2013
  2. Aug 26, 2013
  3. Aug 23, 2013
  4. Aug 22, 2013
  5. Aug 21, 2013
  6. Aug 20, 2013
  7. Aug 19, 2013
  8. Aug 16, 2013
  9. Aug 15, 2013
  10. Aug 13, 2013
  11. Aug 05, 2013
  12. Aug 01, 2013
    • Tadashi G. Takaoka's avatar
      Fix Catalan keyboard layout · e1d3efe5
      Tadashi G. Takaoka authored
      - Place "ç" (U+00E7) insteand of "ñ" (U+00F1).
      - Place "L·L" (L/U+00B7/L) instead of "Ŀ" (U+013F) in more keys of
        "L".
      - Add "·" (U+00B7) to more keys of "." in main keyboard and "-" in
        symbols keyboard.
      
      Change-Id: I60e4aa6716f8166ca60ab5687b0faf2d84cd846b
      e1d3efe5
  13. Jul 31, 2013
  14. Jul 19, 2013
  15. Jul 17, 2013
  16. Jul 04, 2013
    • Jean Chalard's avatar
      Generalize constuctors & add tests · b6cc4333
      Jean Chalard authored
      If there is any two-args constructor with the right arg types
      in a test class, use it. Also, add a test suite to dicttool test.
      
      Also, have the return value of dicttool reflect success or
      failure.
      
      Change-Id: I51ab2a4abb93a0a483e8d6ef3c39d1ff1bce1dbd
      b6cc4333
    • Tadashi G. Takaoka's avatar
      Add Azerbaijani keyboard · fe202d67
      Tadashi G. Takaoka authored
      Bug: 7963448
      Change-Id: I39c192b342278e82e30ac6ef12c6d150c817ae70
      fe202d67
    • Tadashi G. Takaoka's avatar
      Add Kazakh keyboard · 0e007eaf
      Tadashi G. Takaoka authored
      Bug: 9697273
      Change-Id: Ic9943569ed60d601f093181bf135e45a25399121
      0e007eaf
  17. Jul 03, 2013
  18. Jul 01, 2013
  19. Jun 24, 2013
  20. Jun 20, 2013
  21. Jun 19, 2013
  22. Apr 01, 2013
    • Jean Chalard's avatar
      Fix two nasty bugs with surrogate pairs. · a411595b
      Jean Chalard authored
      The important bug is in findWordInTree. The problem, which is
      not obvious, is that we were calling codePointAt() with the
      code point index in the string, instead of the char index.
      The other bug this change fixes was harmless in the practice,
      because it's in the iteration which is only used for debug and
      pretty printing purposes. It's very similar in that it would
      substract a length in code point to a length in chars and
      truncate a StringBuilder at that length, so it would fail in a
      quite similar manner. This changes the meaning of the "length"
      attribute in Position, but it's clearer this way anyway.
      
      Bug: 8450145
      Change-Id: If396f883a9e6449de39351553ba83f5be5bd30f0
      a411595b
  23. Mar 22, 2013
Loading