Skip to content
Snippets Groups Projects
  1. Apr 15, 2015
    • Mohammadinamul Sheik's avatar
      Do not re-download the unused dictionaries. · 3a5de641
      Mohammadinamul Sheik authored
      Does the following
      1. Uses dictionaries from the files/ directory while populating the
         entries into the pendingUpdates table. So that a download happens only
         if the metadata.json says so.
      2. Delete an unusable dictionaries from the files/ directory.
      
      Bug: 20142708
      Change-Id: Ibd738793585c39735868e324b8ad682dff0eba34
      3a5de641
  2. Apr 02, 2015
  3. Mar 27, 2015
  4. Mar 25, 2015
  5. Mar 24, 2015
  6. Mar 23, 2015
  7. Mar 18, 2015
  8. Mar 17, 2015
  9. Mar 13, 2015
  10. Mar 12, 2015
    • Dan Zivkovic's avatar
      Remove ALS from LatinIME. · 107fb4c4
      Dan Zivkovic authored
      This fixes unit tests and brings us closer to a green build.
      
      Change-Id: Iffcc392eda4a7671a238b79cc7367320ca648725
      107fb4c4
  11. Mar 11, 2015
  12. Mar 10, 2015
  13. Mar 09, 2015
  14. Mar 04, 2015
  15. Mar 02, 2015
    • Jatin Matani's avatar
      Turn off cloud sync if we have managed profiles · 854edce6
      Jatin Matani authored
      UserManager#getUserProfiles > 1 implies managed
      profile.
      
      Workflow:
      - Disable sync prefs
      - Execute an async task to check for managed profile; if
        managed profile is found, remove the sync prefs. If not, enable
        the preference;
      - Move the logging pref from Advanced to Account & Privacy.
      
      Bug:19230544
      Change-Id: I4dbd1fe8433b3263ccc74c35dc0ee0bb371122b3
      854edce6
  16. Feb 27, 2015
  17. 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
  18. Feb 24, 2015
  19. 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
  20. Feb 13, 2015
  21. Feb 12, 2015
    • Dan Zivkovic's avatar
      Switch from script to language codes. · cf84f8ce
      Dan Zivkovic authored
      Unfortunately, our Locale objects don't always have a script code.
      But we can get almost the same functionality by specifying script
      codes for some languages, and defaulting the rest to Latin.
      
      Change-Id: Id81ff67bf44c84f44707a2e167c2787c60c6ecee
      cf84f8ce
    • Dan Zivkovic's avatar
      Map ISO 15924 codes to internal IME script codes. · 98596e51
      Dan Zivkovic authored
      This way we can support all the languages for which we define a script code.
      
      Bug 19340741.
      
      Change-Id: Ia80eca4cc2511b70f11058f73bd31746948ded19
      98596e51
    • Jatin Matani's avatar
      Refactor content provider code from ContactsDict · 4084fa5c
      Jatin Matani authored
      Break contacts binary dictionary into two parts
      - one that talks to contacts content provider and maintains
        local state. Includes a manager class and a content observer
      - other one that just manages the dict code.
      
      Change-Id: Ie8f89ac9ce174c803ff3168ee0bee5cbe7721d5b
      4084fa5c
  22. Feb 11, 2015
  23. Feb 09, 2015
  24. Feb 06, 2015
  25. Feb 05, 2015
  26. Feb 04, 2015
  27. Feb 03, 2015
    • Dan Zivkovic's avatar
      LatinIME portion of "green plus" feature. · 23574d12
      Dan Zivkovic authored
      Removes the feature that adds strings to the user dictionary,
      aka the "green highlight with a plus sign".
      
      Bug 19237189.
      
      Change-Id: I2387129a3add2d69d625f2ff16ed8cab3f10a735
      23574d12
  28. Jan 29, 2015
  29. Dec 11, 2014
Loading