Skip to content
Snippets Groups Projects
  1. May 26, 2014
  2. May 24, 2014
  3. May 23, 2014
  4. Apr 30, 2014
  5. Apr 28, 2014
    • Yohei Yukawa's avatar
      Use shouldOfferSwitchingToNextInputMethod when available · 8ba4f337
      Yohei Yukawa authored
      With this CL, LatinIME starts using
      InputMethodManager#shouldOfferSwitchingToNextInputMethod when
      available and API level is higher than 19 (KitKat).
      
      Note that relevant settings of LatinIME will be ignored if
      InputMethodManager#shouldOfferSwitchingToNextInputMethod is
      considered to be available at the moment. We will revisit
      here to reorganize the user visible settings before the
      new global IME switching mechanism becomes publicly
      available.
      
      BUG: 12965588
      Change-Id: I0188fa56cba8e983c61cef3ae3400a0e3821f718
      8ba4f337
  6. Apr 11, 2014
    • Yohei Yukawa's avatar
      Plumbing for ProductionFlag.USES_CURSOR_ANCHOR_MONITOR · fab4ce43
      Yohei Yukawa authored
      With this CL, LatinIME starts calling
      InputMethodService#setCursorAnchorMonitorMode in #onStartInput()
      when ProductionFlag.USES_CURSOR_ANCHOR_MONITOR flag is explicitly
      set to true.
      
      BUG: 13891796
      Change-Id: Ib2fb0c3521b61859d4cc530155ccaaee7ee16cbc
      fab4ce43
  7. Apr 10, 2014
    • Jean Chalard's avatar
      Fix some flaky tests. · 4370ff09
      Jean Chalard authored
      In tests, we create many instances of LatinIME, but we never
      destroy them. That means we never close the dictionaries nor
      the handlers.
      This change calls onDestroy, which closes all dictionaries, and
      adds some code to finish the handlers.
      
      Change-Id: I942517a2a940c54256b08763f6b38f5b55809f55
      4370ff09
  8. Feb 17, 2014
  9. Feb 14, 2014
  10. Jan 27, 2014
  11. Jan 15, 2014
    • Jean Chalard's avatar
      [IL57] Don't require a main dict suggestion. · e22e67e3
      Jean Chalard authored
      This is bad for recorrection (it will ignore recorrection suggestions).
      But if you think about it well, if you didn't have a main dict, then you
      probably will compute the same stuff anyway. It's not useful
      to make this check at all.
      
      Bug: 12297051
      Change-Id: I6d6cf4d9353b7c668c5413c67701563b243e585c
      e22e67e3
  12. Dec 20, 2013
  13. Oct 09, 2013
  14. Sep 24, 2013
  15. Jul 31, 2013
  16. Jun 24, 2013
  17. May 21, 2013
  18. May 20, 2013
  19. Apr 26, 2013
  20. Apr 18, 2013
  21. Apr 12, 2013
  22. Mar 19, 2013
  23. Mar 02, 2013
  24. Mar 01, 2013
  25. Feb 21, 2013
  26. Feb 05, 2013
  27. Jan 07, 2013
    • Ken Wakasa's avatar
      Small code cleanups · b6ca3544
      Ken Wakasa authored
      Multi-project commit with I249d5fbe
      
      Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5
      b6ca3544
  28. Dec 17, 2012
  29. Nov 14, 2012
  30. Nov 12, 2012
  31. Oct 22, 2012
  32. Oct 03, 2012
  33. Sep 27, 2012
Loading