Skip to content
Snippets Groups Projects
  1. Mar 25, 2010
  2. Mar 23, 2010
  3. Mar 20, 2010
  4. Mar 18, 2010
  5. Mar 16, 2010
  6. Mar 15, 2010
  7. Mar 13, 2010
  8. Mar 12, 2010
  9. Mar 11, 2010
  10. Mar 10, 2010
  11. Mar 09, 2010
  12. Mar 06, 2010
  13. Mar 05, 2010
  14. Mar 04, 2010
  15. Mar 03, 2010
    • Amith Yamasani's avatar
      b/2449438 : ALT key sometimes doesn't work in the symbols keyboard · 12caec4d
      Amith Yamasani authored
      This change seems to fix it. Will continue to monitor if it happens.
      From tracing the code, it seemed to think that the current keyboard
      was not a symbols keyboard, so the "equals" call was failing. It was
      probably due to voice mode changing between keyboard creation and
      display.
      12caec4d
  16. Mar 02, 2010
  17. Feb 27, 2010
  18. Feb 26, 2010
  19. Feb 25, 2010
  20. 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
  21. Feb 22, 2010
Loading