Skip to content
Snippets Groups Projects
  1. Jun 15, 2011
  2. Jun 14, 2011
    • Tadashi G. Takaoka's avatar
      Implement expandable candidates pane · 86e815a1
      Tadashi G. Takaoka authored
      This change removes horizontal scroll from candidates strip. Instead
      of that this change introduces "fixed 3 items candidates strip" and
      "expandable candidates pane".
      
      Bug: 4175031
      
      Change-Id: Ia367d9074436fdea76d3b653d81798ce2749170e
      86e815a1
  3. Jun 13, 2011
  4. Jun 10, 2011
  5. Jun 09, 2011
  6. Jun 08, 2011
  7. Jun 07, 2011
  8. Jun 06, 2011
  9. May 10, 2011
  10. May 06, 2011
  11. Apr 13, 2011
    • Tadashi G. Takaoka's avatar
      Fast key preview · 7a3d3ae1
      Tadashi G. Takaoka authored
      Previously the key preview was implemented by PopupWindow.  The key
      preview popup window would be dismissed and shown each time the key
      was released and pressed.  It turned out that it was taking several
      milliseconds.
      
      This change implements the key preview by a simple TextView which will
      be layout-ed at absolute coordinates within the screen FrameLayout.
      And dismissing and showing the key preview is implemented by the
      TextView's visibility.
      
      This implementation needs careful coordination of candidates.xml
      layout and LatinIME.onComputeInsets to control suggestion strip
      visibility.
      
      Bug: 4179964
      Change-Id: Id6347cb35b91eb14ab20dd2f312e58b54b6625a7
      7a3d3ae1
  12. Mar 03, 2011
  13. Feb 01, 2011
    • Jean Chalard's avatar
      Add debugging info for Latin IME. · 8553b5ec
      Jean Chalard authored
      Add frequency of candidates in the candidates view when the debug
      mode is active.
      
      Bug: 3312867
      
      Change-Id: Ie911f14ef11b2fa02af8f3a74302129f16ed0604
      8553b5ec
  14. Jan 21, 2011
  15. Jan 19, 2011
  16. Dec 21, 2010
  17. Dec 16, 2010
  18. Dec 12, 2010
  19. Dec 10, 2010
  20. Dec 09, 2010
  21. Dec 08, 2010
    • Tadashi G. Takaoka's avatar
      Tweak candidate view height and etc. · 89c58745
      Tadashi G. Takaoka authored
      Change-Id: I91963d0be122baf2274ea03b5028a66259a2cdb6
      89c58745
    • Tadashi G. Takaoka's avatar
      Implement CandidateView using HorizontalScrollView · e49bd1c4
      Tadashi G. Takaoka authored
      This change re-implements CandidateView using HorizontalScrollView and
      customized Button, so that the candidate strip can be flingable.
      
      This change also introduces the following features.
      
      - Highlighting candidate strip and space bar is configurable by
        @bool/config_candidate_highlight_enabled.
      - Candidate strip can be centered with left/right padding if
        @dimen/candidate_strip_padding size is greater than 0.
      - Candidate text size is configurable by @dimen/candidate_text_size.
      
      Bug: 1575885
      Bug: 3230726
      Change-Id: Iedf78ff31bc9f2f6291a8e8fb7faa0e6b961dd6d
      e49bd1c4
  22. Nov 29, 2010
  23. Oct 01, 2010
  24. Sep 30, 2010
  25. Sep 29, 2010
  26. Sep 17, 2010
  27. Sep 16, 2010
  28. Sep 03, 2010
  29. Sep 01, 2010
    • Amith Yamasani's avatar
      Correction improvements - use the new InputConnection APIs for underlining and · b00a1d0c
      Amith Yamasani authored
      fetching the selected text.
      
      Bug: 2950652
      
      Some refinements to correction behavior, such as retaining the tap-to-save
      when in correction mode.
      
      Use reflection to access the new InputConnection APIs with fallbacks, in case
      we run on older OS versions.
      
      Some refactoring to separate lookup for voice alternatives and typed alternatives.
      
      Change-Id: I7c4178bf7e6b47ee274c49fa7a694f8c2d50cea7
      b00a1d0c
  30. Aug 20, 2010
  31. Aug 18, 2010
  32. Aug 05, 2010
  33. Jul 17, 2010
  34. Jun 02, 2010
  35. May 12, 2010
Loading