Skip to content
Snippets Groups Projects
  1. Apr 07, 2014
  2. Apr 03, 2014
  3. Apr 02, 2014
  4. Mar 31, 2014
  5. Mar 28, 2014
  6. Mar 27, 2014
  7. Mar 25, 2014
  8. Mar 20, 2014
  9. Mar 19, 2014
  10. Mar 17, 2014
    • Jean Chalard's avatar
      [CB07] Small refactoring · 1110adad
      Jean Chalard authored
      Bug: 8689779
      Change-Id: I2cf10c690c7e4a9c6bf27211d1fccc1f9d4a9249
      1110adad
    • Jean Chalard's avatar
      [CB06] Fix a design error. · 5eac728b
      Jean Chalard authored
      The event interpreter should intervene later, after decoding.
      Decoding should happen first, and then the Event should
      be passed to the InputLogic.
      
      For the time being, we will leave the (unused) EventInterpreter
      class and its friends, because we'll use them again later.
      
      Bug: 13406701
      Change-Id: I7582d486724311e39e6692e606cca50c78800643
      5eac728b
  11. Mar 14, 2014
  12. Mar 13, 2014
  13. Mar 06, 2014
  14. Mar 05, 2014
  15. Mar 04, 2014
  16. Feb 25, 2014
  17. Feb 21, 2014
    • Jean Chalard's avatar
      Don't trim newer inputpointers with old data · 2a5ec003
      Jean Chalard authored
      We already have a mechanism to avoid this crash, but it wasn't
      used every time it needed to. It's possible that ending a batch
      input and starting a batch input happen while suggestions
      are being pulled out, which would result in pointers that have
      been reset being passed for trimming.
      Just increasing the sequence number should get rid of the
      problem.
      
      Bug: 12178124
      Change-Id: I36ef3bc8a78679bc09daa39e665f5ce1bab50c2a
      2a5ec003
  18. Feb 20, 2014
  19. Feb 18, 2014
    • Jean Chalard's avatar
      Cleanup. · 63be0665
      Jean Chalard authored
      Less code, less chance of stuff escaping, and a bit of a clarification.
      Yay.
      
      Change-Id: I3193fd8ad7ac28195260cbc231c4e498a63a460c
      63be0665
  20. Feb 17, 2014
  21. Feb 14, 2014
  22. 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
    • 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
Loading