Skip to content
Snippets Groups Projects
  1. 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
  2. Feb 11, 2015
    • Dan Zivkovic's avatar
      Fix master build. · 5254c01d
      Dan Zivkovic authored
      For some reason, we can't import android.os package in our Constants.
      
      Change-Id: I357ed72d13c5039a83c6e2489cdf5ef74d0ffea8
      5254c01d
    • Dan Zivkovic's avatar
      Remove shortcut support from LatinIME. · 12d80ebe
      Dan Zivkovic authored
      Note this change does not affect the native decoder interface.
      
      Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0
      12d80ebe
  3. Feb 10, 2015
  4. Feb 09, 2015
  5. Feb 06, 2015
  6. Feb 05, 2015
  7. Feb 04, 2015
  8. Feb 03, 2015
  9. Feb 02, 2015
    • Dan Zivkovic's avatar
      Remove custom code for Emoji keyboard Delete key. · 53e81fdc
      Dan Zivkovic authored
      The code tries to implement a completely separate touch handler for the Delete
      key, so it can do fancy things like suppress haptic feedback during long press.
      This is not really necessary.
      
      Change-Id: I0eae758b617e94605035c40e0df15d972ae733c1
      53e81fdc
  10. Jan 31, 2015
  11. Jan 29, 2015
  12. Jan 27, 2015
  13. Jan 16, 2015
    • Dan Zivkovic's avatar
      AOSP change for showing the app icon. · d913617e
      Dan Zivkovic authored
      This change deletes a bunch of code that was used to conditionally show/hide
      the keyboard app icon given system states and user preferences.
      
      Bug 19001197.
      
      Change-Id: I69a57aa21872a571af87a193b3e52b7f985e5168
      d913617e
  14. Jan 15, 2015
    • Chieu Nguyen's avatar
      Add a method for handling for words not found in dictionary. · 2e8d5366
      Chieu Nguyen authored
      This is apparently called only once for every unique word, so repeated instances
      of the same word are not handled separately. Upon changing orientation of the
      device, however, all invalid words in the textbox are underlined again and this
      method is called for each unique instance in order.
      
      Change-Id: Ic57e4b9e5675bd7abd723644aa318d964f7f875f
      2e8d5366
  15. 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
  16. Dec 29, 2014
  17. Dec 22, 2014
  18. Dec 18, 2014
  19. Dec 17, 2014
  20. 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
  21. Dec 12, 2014
  22. Dec 11, 2014
  23. Dec 09, 2014
Loading