Skip to content
Snippets Groups Projects
  1. Jul 06, 2023
  2. 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
  3. Apr 16, 2015
    • Tom Ouyang's avatar
      Add affinity model for contact names. · 44a17573
      Tom Ouyang authored
      This allows us to:
      1. Rank contacts and only add the top N names to the keyboard LM.
      2. Avoid adding duplicate names.
      
      Note: The affinity calcualuation is limited by the fact that some apps
      currently do not update the TIMES_CONTACTED counter. To better handle
      this case, the new measure also takes into account whether or not a
      name is in the visible contacts group.
      
      Bug: 20053274
      Change-Id: I2741cb8958667d4a294aba8c437a45cec4b42dc7
      44a17573
  4. Apr 10, 2015
  5. Mar 13, 2015
  6. Mar 09, 2015
  7. Feb 20, 2015
  8. Feb 19, 2015
  9. 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
Loading