Skip to content
Snippets Groups Projects
  1. Dec 11, 2014
  2. Dec 09, 2014
  3. Dec 05, 2014
  4. Dec 02, 2014
  5. Dec 01, 2014
  6. Nov 28, 2014
  7. Nov 27, 2014
  8. 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
    • Jean Chalard's avatar
      Allow whitelist changes when no close word · 56577461
      Jean Chalard authored
      When there isn't a close word in another language of the
      current multi-language set, we allow whitelist entries
      to take force even if we are not confident in the current
      language.
      
      Bug: 18063142
      Bug: 18130489
      Bug: 18132240
      Bug: 18136721
      Bug: 18200415
      Change-Id: I044674ba7b70aa86ab2a48d2e4d53a1c8007b62c
      56577461
    • Jean Chalard's avatar
      Use confidence to fix whitelist · e752aab7
      Jean Chalard authored
      With this the most obvious problem is fixed. However there
      are two remaining items : we should still enforce whitelist
      when there are no close candidates at all, and we should
      start in confident mode when pressing the globe key.
      
      Bug: 18063142
      Bug: 18130489
      Bug: 18132240
      Bug: 18136721
      Bug: 18200415
      Change-Id: Ibc0571ae35fc28f8d13760aa86b25db1163d3e31
      e752aab7
    • Tadashi G. Takaoka's avatar
      Remove obsolete comment · cbefc0c8
      Tadashi G. Takaoka authored
      Change-Id: I9e606fd573a60d12482b12e0e9adaecd552f66a7
      cbefc0c8
  9. Nov 25, 2014
    • Jean Chalard's avatar
      Add confidence. · d06dd0ca
      Jean Chalard authored
      Bug: 18063142
      Bug: 18130489
      Bug: 18132240
      Bug: 18136721
      Bug: 18200415
      Change-Id: Ica09d11cb95308dd014c4e4e0d99a30dd66bfea9
      d06dd0ca
  10. Nov 21, 2014
  11. Nov 20, 2014
  12. Nov 19, 2014
  13. Nov 18, 2014
  14. Nov 17, 2014
  15. Nov 14, 2014
  16. 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
Loading