Skip to content
Snippets Groups Projects
  1. Jan 13, 2015
    • Dan Zivkovic's avatar
      Fix NPE in PunctuationSuggestions. · 303a2ae5
      Dan Zivkovic authored
      The NPE happens when the keyboard doesn't specify any punctuation suggestions.
      
      Bug 18047927.
      
      Change-Id: I9f8aa35df4f163b527dc6580a99afc6da45a96b8
      303a2ae5
  2. Dec 29, 2014
  3. Dec 18, 2014
  4. Dec 17, 2014
  5. 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
  6. Dec 12, 2014
  7. Dec 11, 2014
  8. Dec 09, 2014
  9. Dec 05, 2014
  10. Dec 02, 2014
  11. Dec 01, 2014
  12. Nov 28, 2014
  13. Nov 27, 2014
  14. 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
  15. 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
  16. Nov 21, 2014
  17. Nov 20, 2014
    • Jean Chalard's avatar
      Annotate the typed word with its source dictionary · a7efe062
      Jean Chalard authored
      ...when applicable of course. This will allow for informing the
      language switching authorities that the typed word was a
      specific language, instead of leaving them in the dark.
      
      Bug: 18063142
      Bug: 18130489
      Bug: 18132240
      Bug: 18136721
      Bug: 18200415
      Change-Id: Ice3e7026a68c3018f54d730ec84f6762bf55899b
      a7efe062
    • Jean Chalard's avatar
      Fix an NPE. · a94733cb
      Jean Chalard authored
      Change-Id: Ie5ab5cc716ef1211eb9ad76baa0467455e1f1a71
      a94733cb
    • Jean Chalard's avatar
      Make the typed word a SuggestedWordInfo · a2cb2f36
      Jean Chalard authored
      That allows to carry the language information in an
      accurate manner.
      
      Bug: 18063142
      Change-Id: I0bca8981372ae10648274095b18b26a3686b762b
      a2cb2f36
    • Jean Chalard's avatar
      Fix a NPE · 0e00f5fe
      Jean Chalard authored
      Bug: 18451316
      Change-Id: Ia20bf388471f84c963354df050182e722d966a02
      0e00f5fe
  18. Nov 19, 2014
  19. Nov 18, 2014
  20. Nov 17, 2014
  21. Nov 14, 2014
  22. 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