Skip to content
Snippets Groups Projects
  1. Jul 31, 2014
  2. Jul 30, 2014
  3. Jul 31, 2014
    • Jean Chalard's avatar
      Fix some unit tests. · 69b68b59
      Jean Chalard authored
      The default value for the script needs to be Latin, as we don't specify
      it in the files.
      
      Change-Id: I1275f13f1cd92f00dc5708748fefb4982f0a60b3
      69b68b59
  4. Jul 30, 2014
  5. Jul 29, 2014
  6. 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
  7. Jul 29, 2014
  8. Jul 28, 2014
  9. Jul 30, 2014
  10. Jul 29, 2014
  11. Jul 28, 2014
  12. Jul 30, 2014
  13. Jul 29, 2014
  14. Jul 28, 2014
  15. Jul 27, 2014
    • Tadashi G. Takaoka's avatar
      Use fragment for input preference screen · bfcd98ed
      Tadashi G. Takaoka authored
      This CL introduces a common abstract class, SunScreenFragment, for
      PreferenceFragment that implements a PreferenceScreen of the main
      settings preference screen.
      
      Bug: 16522808
      Change-Id: I11fba71b5e9f96208b261e0c0314de8a41720d0f
      bfcd98ed
  16. Jul 30, 2014
  17. Jul 29, 2014
  18. Jul 30, 2014
  19. Jul 29, 2014
  20. Jul 28, 2014
  21. Jul 24, 2014
  22. Jul 20, 2014
    • Yohei Yukawa's avatar
      Enable InputMethodService#onUpdateCursor behind the flag · 3f513f10
      Yohei Yukawa authored
      With this CL, InputMethodService#onUpdateCursor and
      InputMethodService#onUpdateCursorAnchorInfo can be enabled
      on L when ENABLE_CURSOR_ANCHOR_INFO_CALLBACK and
      ENABLE_CURSOR_RECT_CALLBACK are specified, respectively.
      
      BUG: 16382260
      Change-Id: I29924128f6bd2f08cbd91cc4e82c9c4a6ecce3ff
      3f513f10
    • Yohei Yukawa's avatar
      Use CharSequence for spell checker to keep spans preserved · 86f36003
      Yohei Yukawa authored
      This is a ground work to take per word locale information into
      consideration in the spell checker. This CL is supposed to change
      no user visible behavior.
      
      With this CL, the spell checker session is able to read span
      information if necessary.
      
      BUG: 16029304
      Change-Id: Icb1e1ecdf40fe0445e14565b685b1b878b746210
      86f36003
Loading