Skip to content
Snippets Groups Projects
  1. Sep 26, 2013
  2. Sep 25, 2013
  3. Sep 24, 2013
  4. Sep 20, 2013
  5. Sep 19, 2013
    • Ken Wakasa's avatar
      Add Khmer layout · be5e21ec
      Ken Wakasa authored
      bug: 6910993
      Change-Id: Ie515acd625bc266494d9e63b0694e2c05a19b661
      be5e21ec
    • Yuichiro Hanada's avatar
      Add showSuggestionStripWithTypedWord. · a469743e
      Yuichiro Hanada authored
      Bug: 10814472
      Change-Id: I3a150124baf7a9b7889b033089a859ff9c11e206
      a469743e
    • Satoshi Kataoka's avatar
      Show Emoji category page id indicator · 250a12f6
      Satoshi Kataoka authored
      Bug: 10538430
      Change-Id: I767fa8d41c789125af266f2203b4bad7452bc0a5
      250a12f6
    • Yuichiro Hanada's avatar
      Add Ver4DictDecoder. · 14087ba5
      Yuichiro Hanada authored
      Bug: 9618601
      Change-Id: I43c5840505c6a847aaf4893a400392ccd45903c0
      14087ba5
    • Satoshi Kataoka's avatar
      Fix hitbox of emoji key · 2a9e065f
      Satoshi Kataoka authored
      Bug: 10780368
      Change-Id: If10c18fdb0e7f0b0460a721d55001ab0fef28664
      2a9e065f
    • Jean Chalard's avatar
      Fix an off-by-one error. · a7d0ab80
      Jean Chalard authored
      These variables were meant to represent the (x,y) coordinate of the
      last pixel of the grid, to avoid going one pixel too far. But the last
      pixel of the grid, of course, has coord (width - 1, height - 1).
      
      This bug only ever happens in a rare case because to reproduce,
      it needs the right (resp. bottom) coordinate of the rightmost
      (resp. bottommost) plus the threshold plus half the grid width
      (resp. height) to be exactly the number of pixels of the grid,
      which is pretty unlikely... unless there are more tiles in the
      grid than pixels on the screen, in which case the grid width is
      1 and this becomes likely.
      
      This fixes the fencepost error and renames the variables to
      clarify their meaning.
      
      Bug: 10537485
      Change-Id: Iecfe2c0f29ee17776ee2cceaa4b1db722276b1f3
      a7d0ab80
    • Keisuke Kuroyanagi's avatar
      Quit skipping user history dictionary for gesture. · 40f66795
      Keisuke Kuroyanagi authored
      Bug: 6669677
      Change-Id: Id4344f2a30e9827f210055d6c65ee7776d3a63e3
      40f66795
  6. Sep 18, 2013
Loading