Skip to content
Snippets Groups Projects
  1. Feb 13, 2014
    • Jean Chalard's avatar
      Fix a test. · cf03ff02
      Jean Chalard authored
      This fixes two separate problems:
      - The word finds itself with two separate suggestion spans.
      This is fine for LatinIME, but it's hard to predict whether it's
      fine for other interested parties (other keyboards).
      - The test for the blue underline was incorrect.
      
      Change-Id: I3ecc849676851bf25a25238d694adaa956521a26
      cf03ff02
  2. Feb 10, 2014
  3. Feb 06, 2014
  4. Feb 05, 2014
  5. Feb 03, 2014
  6. Jan 29, 2014
  7. Jan 28, 2014
  8. Jan 27, 2014
  9. Jan 23, 2014
  10. Jan 22, 2014
    • Jean Chalard's avatar
      [IL64] Pull up X,Y processing, step 3 · 352286a4
      Jean Chalard authored
      Bug: 8636060
      Change-Id: Ic051e5d5514d270101b0571a2d30e2caa8f85bc1
      352286a4
    • Jean Chalard's avatar
      [IL63] Pull up X,Y processing, step 2 · b8216a4e
      Jean Chalard authored
      This also fixes the coordinates passed to logOnDelete and
      log onSeparator.
      
      Bug: 8636060
      Change-Id: I4703d61ad7de76b501adca18df3a69e06450c9a1
      b8216a4e
    • Jean Chalard's avatar
      [IL62] Pull up X,Y processing, step 1 · 2b38b5e8
      Jean Chalard authored
      This is fine because getKey{X,Y} is idempotent for any
      non-keyboard coordinate value.
      
      However this makes a net change : the x,y values passed to
      LatinImeLoggerUtils.onNonSeparator are now different.
      The point is however that they used to be wrong. The logged
      values used not to account for the keyboard padding that
      is present on tablets, and in the simulating tools we don't
      know about that padding so we couldn't use the coordinates.
      The catch here is that other calls like LoggerUtils.onSeparator
      should follow suit, but this is too big a change to do it at once.
      Follow-up changes will fix them too.
      
      Bug: 8636060
      Change-Id: If4b3d3cb1ed4b44c35f23e66aba3b5797236bba7
      2b38b5e8
  11. Jan 20, 2014
  12. Jan 17, 2014
  13. Jan 16, 2014
Loading