Skip to content
Snippets Groups Projects
  1. Feb 23, 2015
    • Dan Zivkovic's avatar
      Hide app icon when keyboard is a system app. · 08f3cdb3
      Dan Zivkovic authored
      The objective is to show an app icon when the user installs the keyboard from
      the Play Store, but not show the icon when it comes from the system image.
      The latter rule applies to AOSP keyboards and to the Google Keyboard on a
      Nexus device.
      
      This change partially reverts ag/613096.
      
      Bug 19001197.
      
      Change-Id: Icb202deffe9f1ab2bde9b3c9d221347da6793a19
      08f3cdb3
  2. Feb 20, 2015
  3. Feb 19, 2015
  4. Feb 13, 2015
  5. 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
  6. 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
  7. Feb 10, 2015
  8. Feb 09, 2015
  9. Feb 06, 2015
  10. Feb 05, 2015
  11. Feb 04, 2015
  12. Feb 03, 2015
  13. 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
  14. Jan 31, 2015
  15. Jan 29, 2015
  16. Jan 27, 2015
  17. 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
  18. 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
  19. 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
Loading