Skip to content
Snippets Groups Projects
  1. Feb 26, 2015
    • Dan Zivkovic's avatar
      Stop waking up to decay dynamic dictionaries. · 7d7f0820
      Dan Zivkovic authored
      Bug 19516048.
      
      Change-Id: Ibc27a792b4fa80fa8c6af4721c47a617526e9584
      7d7f0820
    • Dan Zivkovic's avatar
      Don't assume that correctable words are invalid · 5551302d
      Dan Zivkovic authored
      Currently, the Delight3DictionaryFacilitator sets a boolean flag when the top
      suggestion score exceeds the auto-correction threshold. This flag is used to
      trigger auto-correction of the typed word. Also, the existing logic assumes
      that if allowsToBeAutoCorrected then the word is invalid, which is no longer
      true after we stopped using whitelists.
      
      Bug 19518376.
      
      Change-Id: Ifa7f6a09c07d25ac68c6cf3aec91f358bd88689f
      5551302d
  2. Feb 20, 2015
  3. Feb 19, 2015
    • Dan Zivkovic's avatar
      Sanitize the usage of executors. · 0b03f13c
      Dan Zivkovic authored
      There should be 1 executor each for static and dynamic language models.
      This prevents too many dynamic LM updates from running in parallel,
      competing for resources.
      
      Change-Id: I8ec439e0ea2d92fba275bc20a0b8c9193346a0c1
      0b03f13c
  4. Feb 11, 2015
    • Dan Zivkovic's avatar
      Fix master build. · 5254c01d
      Dan Zivkovic authored
      For some reason, we can't import android.os package in our Constants.
      
      Change-Id: I357ed72d13c5039a83c6e2489cdf5ef74d0ffea8
      5254c01d
    • Dan Zivkovic's avatar
      Remove shortcut support from LatinIME. · 12d80ebe
      Dan Zivkovic authored
      Note this change does not affect the native decoder interface.
      
      Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0
      12d80ebe
  5. Feb 10, 2015
  6. Feb 09, 2015
  7. Feb 06, 2015
  8. Feb 05, 2015
  9. Feb 04, 2015
  10. Feb 03, 2015
  11. Jan 31, 2015
  12. Jan 29, 2015
  13. Jan 27, 2015
  14. Jan 20, 2015
  15. Jan 13, 2015
  16. Dec 22, 2014
  17. Dec 17, 2014
  18. Dec 16, 2014
    • Jatin Matani's avatar
      Passing account info to dictionaryFacilitator · bc4ae6bd
      Jatin Matani authored
      Attempt to use dictionary facilitor without invoking
      preference manager. Instead use account from settings only when
      things are being reset/changed. Discussion forked from ag/591663
      
      Overall, the idea here is to maintain an account information
      inside dictionary groups. Reset the dictionary groups if
      account changes (the way we do for locale). Since only user
      history dictionary is currently affected, the check to reset user
      history dictionary also includes the check to verify the account.
      For other things remain the same.
      
      SettingsValues holds the current account (and is updated if prefs change
      due to change in account settings). The updated settings are then
      propagated to dictionary facilitator via LatinIME#loadSettings.
      
      Bug:18104749,18469539
      Change-Id: I553e776e7ea125d0fb7a1fe70a4c7eb0b2277fb8
      bc4ae6bd
  19. Dec 11, 2014
  20. Dec 09, 2014
  21. Dec 05, 2014
  22. Dec 02, 2014
  23. Nov 27, 2014
  24. Nov 26, 2014
    • Jatin Matani's avatar
      Hook for fetching sync content from UserHistoryDict · 12d63820
      Jatin Matani authored
      Add API to ExpandableBinaryDictionary to dump content
      from a given dictionary. We use this for dumping data
      for sync process.
      
      Refactored UserHistoryDictionaryTests to scrap out the util
      methods for testing. These utility methods would be used
      for testing sync + user dictionary code in LatinIMEGoogleTests
      
      Bug:18106539
      Change-Id: I357f9192ea1bd69a526d0b620c25616a2e8e9d5b
      12d63820
  25. Nov 21, 2014
  26. Nov 20, 2014
  27. Nov 19, 2014
  28. Nov 17, 2014
  29. Nov 13, 2014
    • Jatin Matani's avatar
      Implement UserHistoryDictionary for each user account. · 5365191a
      Jatin Matani authored
      UserHistoryDictionary currently uses locale to determine the
      UserHistoryDictionary on the filesystem. With this change we
      use the account name as well. Thus each UserHistoryDictionary
      would following the following spec:
      
      UserHistoryDictionary.<locale>.<account>.dict.
      In case no account is selected, we default to the existing
      spec:
      UserHistoryDictionary.<locale>.dict
      
      Example
      UserHistoryDictionary.en_US.testaccount@example.com.dict
      
      Bug: 18104749
      Change-Id: Iab031e166b55cf2ded68275a7e9be22475737b37
      5365191a
    • Tadashi G. Takaoka's avatar
      Remove unused import · 1da382b8
      Tadashi G. Takaoka authored
      Change-Id: I9e2a79534673b2c6587f57fad663b85d971658b9
      1da382b8
  30. Nov 12, 2014
  31. Nov 10, 2014
Loading