Skip to content
Snippets Groups Projects
  1. Apr 16, 2014
  2. Apr 14, 2014
  3. 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
  4. Apr 07, 2014
  5. Apr 03, 2014
  6. Apr 02, 2014
  7. Mar 31, 2014
  8. Mar 28, 2014
  9. Mar 27, 2014
  10. Mar 25, 2014
  11. Mar 20, 2014
  12. Mar 19, 2014
  13. 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
  14. Mar 14, 2014
  15. Mar 13, 2014
  16. Mar 06, 2014
  17. Mar 05, 2014
  18. Mar 04, 2014
  19. Feb 25, 2014
  20. 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
  21. Feb 20, 2014
  22. 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
Loading