Skip to content
Snippets Groups Projects
  1. Aug 12, 2011
  2. Aug 08, 2011
  3. Aug 06, 2011
  4. Aug 04, 2011
  5. Jul 28, 2011
  6. Jul 20, 2011
  7. Jul 14, 2011
  8. Jul 13, 2011
  9. Jul 07, 2011
  10. Jul 04, 2011
  11. Jul 01, 2011
  12. Jun 30, 2011
  13. Jun 27, 2011
  14. Jun 25, 2011
  15. Jun 24, 2011
  16. Jun 22, 2011
    • Tadashi G. Takaoka's avatar
      Make CandidateView backward compatible · a7eed902
      Tadashi G. Takaoka authored
      Up to version 10 (Gingerbread) of the API, FrameLayout doesn't handle
      margin properly.  This change inserts RelativeLayout to FrameLayout as
      placer to set margin and place children views absolutely.
      
      Change-Id: Iee785bc2da77677738caf456bcd2bbf57b89f007
      a7eed902
  17. Jun 21, 2011
  18. Jun 17, 2011
  19. Jun 16, 2011
  20. Jun 15, 2011
  21. 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
  22. Jun 13, 2011
  23. Jun 10, 2011
  24. Jun 09, 2011
  25. Jun 08, 2011
  26. Jun 07, 2011
  27. Jun 06, 2011
  28. May 10, 2011
  29. May 06, 2011
  30. 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
Loading