Skip to content
Snippets Groups Projects
  1. Feb 17, 2014
  2. Feb 15, 2014
  3. Feb 14, 2014
  4. Feb 13, 2014
    • Jean Chalard's avatar
      Backward compatibility hack : send delete when empty. · 2c488469
      Jean Chalard authored
      Some apps depend on the keyboard sending something to them
      when the text is empty. This is BROKEN. Your app must not lie
      to the keyboard about what is before the cursor. If there is something
      to delete, you must not pretend there is not and try to catch some
      delete event. This will result in a bad user experience. This will not
      work with all IMEs. If your app needs this broken behavior, you're
      doing it wrong. Seriously guys, we're not in the era of typewriters
      any more, there are touch screens, there are gestures, there is
      accessibility, there are many innovative IMEs that don't have
      keys. Do *NOT* rely on key events.
      
      This change implements an ugly hack so that these broken apps
      may continue half-working with LatinIME. We are very unhappy
      about this.
      
      Bug: 12998568
      Change-Id: Ia62ae2fbee4fee65b463acf3a79aafcfd0defa1d
      2c488469
    • Tadashi G. Takaoka's avatar
      Fix UserHistoryDictionaryTests · 0cda0e8a
      Tadashi G. Takaoka authored
      Change-Id: I5f2f555f9c3f471545921ef80e4cf528976be837
      0cda0e8a
    • Tadashi G. Takaoka's avatar
      Fix showing all suggestions when the top suggestion is long · 4f8a8f12
      Tadashi G. Takaoka authored
      This change also fixes Bug#12982404; displays the suggestion word
      using entire suggestions strip if there is only one suggestion.
      
      Bug: 12564279
      Bug: 12982404
      Change-Id: I51806b90c3ee34a2072880245d4e33f7be273c8f
      4f8a8f12
    • Jean Chalard's avatar
      Fix a test. · cf03ff02
      Jean Chalard authored
      This fixes two separate problems:
      - The word finds itself with two separate suggestion spans.
      This is fine for LatinIME, but it's hard to predict whether it's
      fine for other interested parties (other keyboards).
      - The test for the blue underline was incorrect.
      
      Change-Id: I3ecc849676851bf25a25238d694adaa956521a26
      cf03ff02
    • Tadashi G. Takaoka's avatar
      Refactor dictionary constructor · 870d89b1
      Tadashi G. Takaoka authored
      This change must be checked in together with I3923d5af2a.
      
      Bug: 12994268
      Change-Id: I19de6efbdfa3b6c6c69a20a836e53962fd5737de
      870d89b1
  5. Feb 12, 2014
  6. Feb 10, 2014
  7. Feb 07, 2014
  8. Feb 06, 2014
  9. Feb 05, 2014
Loading