Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 24, 2014
  3. 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
  4. Jul 19, 2014
  5. Jul 18, 2014
  6. Jul 17, 2014
  7. 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
  8. Jul 17, 2014
  9. Jul 16, 2014
  10. Jul 14, 2014
  11. Jul 13, 2014
  12. Jul 10, 2014
  13. Jul 09, 2014
  14. Jul 08, 2014
  15. Jul 04, 2014
  16. Jul 08, 2014
  17. Jul 07, 2014
    • Yohei Yukawa's avatar
      Ensure each character is coverted by at most one LocaleSpan · ece4548e
      Yohei Yukawa authored
      This is a groundwork to attach LocaleSpan for committed text
      in LatinIME.
      
      This CL adds a utility method to ensure that a given range
      of the text is coverted by at most one LocaleSpan.  Of course
      it could be possible to allow a substring to be coverted by
      multiple LocaleSpans at the same time, but ensuring uniqueness
      for LocaleSpan is supposed to be a good starting point.
      
      BUG: 16029304
      Change-Id: Ic33a7178d0df1f05d3626aeb5773ec902254703f
      ece4548e
  18. Jul 04, 2014
    • Yohei Yukawa's avatar
      Add compatibility utility class for LocaleSpan · a92fead2
      Yohei Yukawa authored
      This is a groundwork for enabling LocaleSpan support.
      LocaleSpan is available in API Level 17 and later. We need some
      abstraction layer as usual.
      
      BUG: 16029304
      Change-Id: Iead1afdc540216edb1b17f91a40d9edb2e790168
      a92fead2
    • Yohei Yukawa's avatar
      Remove dead code to fix test failure due to NoSuchMethodError · 73065b77
      Yohei Yukawa authored
      This CL removes following methods from StringUtils, which are
      no longer used since Id3c262386a7bc7ed75966b1395a50171abe550d3.
      - #joinCommaSplittableText
      - #appendToCommaSplittableTextIfNotExists
      
      BUG: 16000850
      Change-Id: Ibdc9b7e463a19cdfac788b24c0a6322d0c5850c5
      73065b77
    • Yohei Yukawa's avatar
      Additional subtype ID should be independent of OS-version · 3895d7f8
      Yohei Yukawa authored
      This CL consolidates the initialization logic for additional
      subtypes so that each additional subtypes can have predictable
      subtype ID regardless of OS version.
      
      Previously subtype IDs for additional subtypes are calculated
      differently depending on the running OS version with hoping it
      minimizes the risk of compatibility issues.  However, it is
      getting harder and harder to maintain slightly different
      logic between OSes. Thus we decided to unify the logic into
      that in KitKat even though it may causes some breaking changes.
      
      Note that the actual extra values that are used to instantiate
      InputMethodSubtype object are still determined on the fly
      depending on the running OS version. However these actual
      extra values are no longer used for the subtype ID calculation.
      
      BUG: 16000850
      Change-Id: Id3c262386a7bc7ed75966b1395a50171abe550d3
      3895d7f8
  19. Jul 08, 2014
  20. Jul 07, 2014
  21. Jul 04, 2014
    • Yohei Yukawa's avatar
      Restore additional subtypes when the package is updated · 052ec62a
      Yohei Yukawa authored
      With this CL, Intent#ACTION_MY_PACKAGE_REPLACED will
      not only update the visibility of the setup activity but
      also reconstruct additional subtypes.
      
      This is important because the system always removes all
      the additional subtypes whenever the package is updated.
      
      BUG: 15890448
      Change-Id: Ic36ea68f50b1ac89b4cbd268ee53f9a5e5d60afd
      052ec62a
  22. Jul 01, 2014
Loading