Skip to content
Snippets Groups Projects
  1. Aug 26, 2010
  2. Aug 24, 2010
    • satok's avatar
      Clean up LatinIME java · 525141a4
      satok authored
      - remove unused code
      - add @Override
      - change the inappropriate cast
      
      Change-Id: Ib25b4939e5b4273794ab0f6349776b5b62d89894
      525141a4
  3. Aug 20, 2010
  4. Aug 18, 2010
  5. Aug 05, 2010
  6. May 03, 2010
  7. Apr 05, 2010
    • Jean-Baptiste Queru's avatar
      Clarify licensing · 443c360d
      Jean-Baptiste Queru authored
      -use AOSP copyright instead of Google
      -add NOTICE and tag file
      
      Bug: 2548782
      Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
      443c360d
  8. Apr 01, 2010
  9. Mar 30, 2010
  10. Mar 25, 2010
  11. Mar 23, 2010
  12. Mar 18, 2010
  13. Mar 15, 2010
    • Maryam Garrett's avatar
      Fixes the over-logging of TextModified · 4f1f2201
      Maryam Garrett authored
      We were overlogging the TextMoified action because the old
      implementation would log a cursor change as a text
      modification. This CL logs 4 specific actions (choose
      suggestion, delete text, insert text, insert punctuation)
      as a text modification rather than any action in the textbox
      
      I also add in logging of the length of the recognition result
      so that we can get some more context around the scope of the
      editing of the ime result.
      
      Change-Id: I172df24ddc0a7b62bcc5ed806fd70ef7e1c42310
      4f1f2201
  14. Mar 13, 2010
  15. Mar 11, 2010
  16. Mar 09, 2010
  17. Mar 06, 2010
  18. Mar 02, 2010
  19. Feb 26, 2010
  20. Feb 25, 2010
  21. Feb 24, 2010
    • Amith Yamasani's avatar
      Save and restore Auto Dictionary data. · 6516d0fd
      Amith Yamasani authored
      Due to the addition of input language switching, the auto dictionary
      will be re-created very frequently. We need to save it and restore it
      during transitions, otherwise the data will be purged too often to be
      of much use in the multi-lingual case.
      
      This also fixes the case where a user frequently turns the phone off/on.
      Auto dictionary data was not being saved in those situations either.
      
      The dictionary will probably never grow too large since most of the
      frequently used words will be moved to the user dictionary any way.
      
      Also, now the input locale is different from the display locale, so
      save the input locale in the UserDictionary class and insert words
      into the user dictionary with the correct locale.
      
      And NPE fix for bug: 2464573
      6516d0fd
  22. Feb 22, 2010
  23. Feb 20, 2010
  24. Feb 18, 2010
  25. Feb 17, 2010
  26. Feb 11, 2010
  27. Feb 10, 2010
  28. Feb 09, 2010
  29. Feb 08, 2010
  30. Feb 05, 2010
  31. Feb 03, 2010
  32. Feb 01, 2010
  33. Jan 31, 2010
Loading