Skip to content
Snippets Groups Projects
  1. Aug 25, 2014
    • Yohei Yukawa's avatar
      Dismiss "Add to dictionary" hint with non-special char event · 034c3260
      Yohei Yukawa authored
      This CL slightly extends the condition when "Add to dictionary"
      hint is dismissed.
      
      With this CL, "Add to dictionary hint" will be dismissed by any
      non-special char event. This is more comfortable especially if
      we start using more intrusive UIs such as indicator and/or
      background color with the text hint in the suggestion strip.
      
      Change-Id: I2ea0fa40d9c6663ebf5d5439be3eca2a2cbd5166
      034c3260
  2. Aug 14, 2014
  3. Aug 06, 2014
  4. Aug 05, 2014
  5. Aug 04, 2014
  6. Jul 31, 2014
  7. Jul 30, 2014
  8. Jul 29, 2014
  9. Jul 27, 2014
    • Tadashi G. Takaoka's avatar
      Make "Show correction suggestions" as a binary option · ab661e3e
      Tadashi G. Takaoka authored
      Formerly "Show correction suggestions" had three options, "always
      show", "show in portrait mode", and "always hide". The reason behind
      "show in portrait mode" was that there may not be enough screen estate
      in landscape mode to show suggestions. Because recent phone devices
      have relatively large screen, we decide to remove "show in portrait
      mode" option.
      
      Bug: 15780939
      Change-Id: I896d737452c3893d43ce20bd88127f10c1eb3d83
      ab661e3e
  10. Jul 30, 2014
  11. Jul 29, 2014
  12. Jul 30, 2014
  13. Jul 29, 2014
  14. Jul 30, 2014
  15. Jul 29, 2014
  16. Jul 17, 2014
  17. Jul 08, 2014
  18. Jul 01, 2014
  19. Jun 30, 2014
    • Jean Chalard's avatar
      [SD5] Remove useless args · 1d300239
      Jean Chalard authored
      Bug: 15840116
      Change-Id: Ib3380cfc9d343c6f8953bba03af3801142bc3bdb
      1d300239
    • Jean Chalard's avatar
      [SD4] Restart suggestions on language change · 6345562e
      Jean Chalard authored
      ...otherwise we can't recompute the composition when we
      change scripts.
      
      This also fixes when we register that we need to take note
      that the current subtype was used. Luckily this is a good
      occasion for some cleanup that I've wanted to do for some
      time: use InputTransaction for onTextInput (with the goal
      to ultimately remove it entirely)
      
      Bug: 15840116
      Change-Id: Ie4f4f9157b66b79237eeb3db75535803124d3e19
      6345562e
  20. Jun 27, 2014
  21. Jul 01, 2014
    • Jean Chalard's avatar
      Fix a unit test · fa4c59f9
      Jean Chalard authored
      When switching languages, we need to wait until the dictionary is
      loaded to compute suggestions.
      
      Change-Id: I7c32a900b297cd6302bfdc020842581315f3007f
      fa4c59f9
  22. Jun 25, 2014
  23. Jun 26, 2014
    • Jean Chalard's avatar
      [HW1] Fix some bugs with event handling · 09291050
      Jean Chalard authored
      With hardware events, we do have some events that
      have both a keycode and a code point, so we need
      a better way of distinguishing between auto-insert
      keystrokes and others.
      
      Change-Id: Ia23042989b4dca9d3a7d4a4c06bcebdabe324a7a
      09291050
  24. Jun 25, 2014
  25. Jun 23, 2014
    • Jean Chalard's avatar
      Some cleanup to accommodate a fix · debe0dac
      Jean Chalard authored
      Also, this double tests for CODE_SPACE in the path going through
      maybeDoubleSpacePeriod, but that's temporary.
      
      Bug: 15740318
      Change-Id: I0a6ace09cc791f0009157d3017675b9b3eb92145
      debe0dac
Loading