Skip to content
Snippets Groups Projects
  1. Oct 07, 2014
  2. Oct 03, 2014
  3. Oct 02, 2014
  4. Oct 01, 2014
  5. Sep 22, 2014
  6. Sep 18, 2014
  7. Sep 16, 2014
  8. Sep 12, 2014
  9. Sep 11, 2014
    • Yohei Yukawa's avatar
      Support CursorAnchorInfo in the full-screen mode · cd119050
      Yohei Yukawa authored
      This CL allows to emulate the behavior of CursorAnchorInfo
      in the full-screen mode to work around the limitation of
      the framework.
      
      Basically this CL copies relevant code from the framework
      to LatinIME. This is actually a code duplicate which isn't
      great, but probably the only way that is available right now.
      
      Change-Id: I30bc8c3387c91c8e47252ba699cbd967d8927dad
      cd119050
  10. Sep 10, 2014
  11. Sep 08, 2014
  12. Sep 05, 2014
  13. Sep 01, 2014
  14. Aug 29, 2014
  15. Aug 27, 2014
    • Tadashi G. Takaoka's avatar
      Simplify onComputeInsets of LatinIME · 37beaf15
      Tadashi G. Takaoka authored
      This CL expands SoftInputWindow to the entire screen. Thus a key
      review backing view is eliminated and onComputeInsets() gets
      simplified too.
      
      Bug: 17212702
      Bug: 10841052
      Bug: 10541453
      Change-Id: I2d859f4e4698c64cabe399000821f13bab729996
      37beaf15
    • Yohei Yukawa's avatar
      Set the text bgcolor only when CursorAnchorInfo is available · 29200b0a
      Yohei Yukawa authored
      When CursorAnchorInfo is unavailable, we shouldn't try to show
      the commit indicator and set the text highlight color.
      
      With this CL, RichInputConnection can be used to track if the
      application responded that it does support CursorAnchorInfo or
      not.  This result will be taken into consideration when
      InputLogic needs to determine whether the commit indicator
      should be displayed or not.
      
      Change-Id: I945d70eeb02a7a5f3d9b22459b23d7028508910f
      29200b0a
    • Yohei Yukawa's avatar
      Introduce commit/add-to-dictionary indicators · bea17c49
      Yohei Yukawa authored
      This CL introduces commit/add-to-dictionary indicators.
      
      Note that the text is not yet highlighted when the commit
      indicator is displayed. It will be addressed in subsequent
      CLs.
      
      Change-Id: I7e9b0fcfdc0776a50a1d8cfb41ee0add813317dd
      bea17c49
  16. Aug 26, 2014
  17. Aug 25, 2014
  18. Aug 22, 2014
  19. Aug 20, 2014
  20. Aug 18, 2014
    • Jean Chalard's avatar
      Have the "add to dictionary" hint display the right word · 8adf5e8a
      Jean Chalard authored
      Before this, we display the word we have committed instead
      of the word we will actually insert into the personal dictionary.
      There is a difference when the word was typed with auto-caps.
      
      Bug: 17071785
      Change-Id: I2bfec0402b1307934590a78ab5c25104d92b75ca
      8adf5e8a
  21. Aug 16, 2014
    • Yohei Yukawa's avatar
      Let the backing view cover the entire content area · 16a43d2b
      Yohei Yukawa authored
      With this CL, the backing view starts covering the content area
      entirely.  This allows the IME to render its UI elements at an
      arbitrary position on the screen.
      
      Change-Id: I8b4173410931b776964dddf66de2fe247e51d9de
      16a43d2b
  22. Aug 14, 2014
Loading