Skip to content
Snippets Groups Projects
  1. Apr 26, 2011
    • Jean Chalard's avatar
      Fix Eclipse warnings. · 0c8d5ca0
      Jean Chalard authored
      This change is only there to fix warning issued by Eclipse.
      It should have absolutely no impact on the program logic.
      
      Change-Id: Ie0e242ac6c167297d33de19902340b0f6ecae9e1
      0c8d5ca0
  2. Apr 22, 2011
  3. Apr 14, 2011
  4. Apr 13, 2011
  5. Dec 09, 2010
  6. Nov 29, 2010
  7. Nov 26, 2010
  8. Nov 17, 2010
  9. Nov 11, 2010
  10. Sep 12, 2010
    • Ken Wakasa's avatar
      More commit -> apply changes with SharedPreferencesCompat. · 0ea6270f
      Ken Wakasa authored
      The newly added SharedPreferencesCompat adapter class does apply() when available (Gingerbread+), else do commit().
      
      This change incorporates I4eca20fb and I39f6aa04.
      
      bug: 2983837
      Change-Id: Iec4e8b69840ad71dbbd6098eeba349934d8248ff
      0ea6270f
  11. Sep 09, 2010
  12. May 03, 2010
  13. Mar 09, 2010
  14. 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
  15. Feb 06, 2010
  16. Feb 05, 2010
  17. Feb 01, 2010
Loading