Skip to content
Snippets Groups Projects
  1. Nov 05, 2024
  2. Apr 12, 2024
  3. Jan 16, 2024
  4. Nov 13, 2023
  5. Oct 16, 2023
  6. Sep 28, 2023
  7. Jul 06, 2023
  8. Jul 15, 2015
    • Mohammadinamul Sheik's avatar
      [LatinIME] Support MNC permissions. · 60415866
      Mohammadinamul Sheik authored
      This build has been compiled against API 23
      
      This build is approved to go out with the M OTA, but may NOT be released
      to the public until the Play Store has enabled API level 23 apps
      
      Version: 4.1.2300x.build_id
      
      1. Replaces the personalization is on information with the suggest
         contacts.
      2. Enables "Use Contacts" only if the app has permission to read
         contacts.
      3. Disables the contacts dictionary in the Facilitator.
      4. Do not register/read the contacts in the contact observer.
      
      Bug: 22236416
      Change-Id: I9674e13d0d0f4a2014c5024fde0178de684c07e7
      60415866
  9. May 19, 2015
  10. May 04, 2015
  11. May 01, 2015
  12. Apr 29, 2015
    • Dan Zivkovic's avatar
      Spelling cannot cache words across invocations. · 459b4f35
      Dan Zivkovic authored
      We want to let the facilitator decide if a word is valid or invalid, and cache
      the answer in the facilitator's cache. The spell checker session doesn't need
      its own word cache, except as a crutch to communicate suggestions to the code
      that populates the suggestion drop-down. We leave that in place.
      
      Bug 20018546.
      
      Change-Id: I3c3c53e0c1d709fa2f64a2952a232acd7380b57a
      459b4f35
  13. Apr 10, 2015
  14. Mar 24, 2015
  15. Mar 20, 2015
  16. Mar 13, 2015
  17. 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
  18. Mar 11, 2015
  19. Mar 09, 2015
  20. Mar 05, 2015
  21. Mar 03, 2015
  22. Feb 26, 2015
    • 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
    • Mario Tanev's avatar
      Use Keyboard in several interfaces. · 487e038f
      Mario Tanev authored
      Simplify interfaces by passing Keyboard instead of
      KeyboardLayout and ProximityInfo directly.  Also require
      the Keyboard passed be non-null and change the SpellChecker
      to bail out if there is no keyboard for the locale.
      
      Change-Id: I960f15ff60171f55d3e0a96fd6469b7dc3a045e2
      487e038f
  23. Feb 25, 2015
  24. Feb 24, 2015
  25. Feb 20, 2015
  26. Feb 19, 2015
  27. Feb 12, 2015
    • 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
  28. Feb 10, 2015
  29. Feb 09, 2015
  30. Feb 06, 2015
  31. Feb 05, 2015
  32. Feb 04, 2015
  33. Feb 03, 2015
Loading