Skip to content
Snippets Groups Projects
  1. Jul 28, 2014
  2. 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
  3. Jul 24, 2014
  4. 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
      Fix build breakage in dicttool · 6b14bbf1
      Yohei Yukawa authored
      This CL fixes the build breakage caused by I0dd103185dcf62fb1e2505
      due to the lack of android.text.Spanned in host environment.
      
      BUG: 16029304
      Change-Id: Ic966d10e8abe2c2be8d62c09d1502574535aa8b8
      6b14bbf1
  5. Jul 17, 2014
  6. Jul 20, 2014
  7. Jul 18, 2014
  8. Jul 19, 2014
  9. Jul 18, 2014
    • Tadashi G. Takaoka's avatar
      Use Theme.DeviceDefault theme · de1ab73e
      Tadashi G. Takaoka authored
      For API 21 (and later), Theme.DeviceDefault.Light is specified.
      
      This CL must be checked in together with Ic91f28df81.
      
      Bug: 11866784
      Bug: 13888366
      Bug: 15781377
      Change-Id: I01b288473128fc2491d3663e90cab56d0ba2d704
      de1ab73e
    • Ken Wakasa's avatar
      Clean up under the util package. · e645715b
      Ken Wakasa authored
      - Move util classes that are unused in AOSP
      - Remove unused methods
      
      Change-Id: Ic97fd313f1e2bafd50609d42aa3a2d090b63eafc
      e645715b
  10. Jul 17, 2014
  11. Jul 19, 2014
    • Yohei Yukawa's avatar
      Enable StringUtils to split CharSequence like String#split · eac86708
      Yohei Yukawa authored
      This is a groundwork for enabling LocaleSpan.
      
      To enable LocaleSpan everywhere, we need to switch to
      CharSequence from String so that Span infromation can be
      preserved end-to-end.  To achieve this, we need to have
      CharSequence version of String#split.
      
      BUG: 16029304
      Change-Id: I0dd103185dcf62fb1e25054a374340790e6a4678
      eac86708
  12. Jul 17, 2014
  13. Jul 16, 2014
  14. Jul 17, 2014
  15. Jul 16, 2014
  16. Jul 15, 2014
  17. Jul 14, 2014
  18. Jul 13, 2014
  19. Jul 12, 2014
  20. Jul 10, 2014
Loading