Skip to content
Snippets Groups Projects
  1. Aug 26, 2014
  2. Aug 25, 2014
    • Yohei Yukawa's avatar
      Fix build due to an illegal character · 8681287c
      Yohei Yukawa authored
      Change-Id: I597ab26db70387b80ddcd7d51de6ae751380030d
      8681287c
    • Yohei Yukawa's avatar
      Introduce #shouldShowAddToDictionaryHint · ebc15090
      Yohei Yukawa authored
      This is a groundwork for subsequent CLs where we need to
      call this method from multiple places. This CL does not
      change any existing behaviors.
      
      Change-Id: Id8fa0360305d7383571edffab6752b2240367cf9
      ebc15090
    • 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
    • Yohei Yukawa's avatar
      Allow to add/remove background color to/from the committed text · 4a71d2c4
      Yohei Yukawa authored
      This is a groundwork for subsequent CLs where we need to
      add/remove background color to/from the commited text.
      
      In this CL, we use Spanned#SPAN_COMPOSING so that we can easily
      remove such a background color by calling
      InputConnection#finishComposingText. To make this operation easy
      and realiable, we need to track whether we have specified the
      background color to the commited text or not at one place. Here
      we use RichInputConnection for this purpose.
      
      Change-Id: I5f9bc4425c5d1b80a719a20e5baf336729ec08d2
      4a71d2c4
  3. Aug 14, 2014
  4. Aug 06, 2014
    • Jean Chalard's avatar
      Revert "[HS2] Move more stuff to onStartInput" · 772a8019
      Jean Chalard authored
      This reverts commit 93b00a31.
      
      Bug: 16830599
      Change-Id: I955e7da77978c3a495660aa29247e010d489c36b
      772a8019
    • Jean Chalard's avatar
      [HS3] Fix a bug on ICS · 9273f383
      Jean Chalard authored
      There is a bug in ICS where the input connection won't take
      any writing commands after rotation until the cursor moves.
      This fixes it by wiggling the cursor position once before trying
      to do anything.
      
      Bug: 16810766
      Change-Id: Ib14c70bd0550420cecfa86dea501d13a1a91e296
      9273f383
  5. Aug 05, 2014
  6. Aug 06, 2014
  7. Aug 05, 2014
  8. Aug 04, 2014
  9. Jul 31, 2014
  10. Jul 30, 2014
  11. Jul 29, 2014
  12. 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
  13. Jul 30, 2014
  14. Jul 29, 2014
  15. Jul 30, 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
Loading