Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. Nov 07, 2014
  4. Jul 28, 2014
  5. May 23, 2014
  6. May 15, 2014
  7. May 08, 2014
  8. Apr 24, 2014
    • Keisuke Kuroyanagi's avatar
      Remove clearAndFlushDictionary() and use clear(). · 2dcb5c1b
      Keisuke Kuroyanagi authored
      clearAndFlushDictionary() was needed when dictionaries are constructed
      in java side. All expandable dictionaries now use native code; thus,
      this method is same to clear() and no longer needed.
      
      Bug: 13755213
      Change-Id: Ifd836e64f8ff807930f7cd2319b103b65e8fce70
      2dcb5c1b
  9. Feb 28, 2014
  10. Feb 19, 2014
  11. Jan 16, 2014
  12. Dec 25, 2013
  13. Dec 13, 2013
    • Ken Wakasa's avatar
      Reset to 9bd6dac4 · 2fa3693c
      Ken Wakasa authored
      The bulk merge from -bayo to klp-dev should not have been merged to master.
      
      Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
      2fa3693c
  14. Dec 11, 2013
  15. Dec 03, 2013
  16. Dec 02, 2013
  17. Oct 02, 2013
  18. Sep 28, 2013
  19. Sep 10, 2013
  20. Aug 26, 2013
  21. Aug 23, 2013
  22. Aug 22, 2013
  23. Aug 12, 2013
  24. Aug 07, 2013
  25. Aug 01, 2013
  26. Jul 31, 2013
  27. Jul 29, 2013
Loading