Skip to content
Snippets Groups Projects
  1. May 28, 2013
  2. Jan 21, 2013
  3. Nov 20, 2012
    • Jean Chalard's avatar
      Fix variation dumping. · 4d0fa317
      Jean Chalard authored
      Variations are not flags - they should not be OR'd in this way.
      Only one variation may be active at a time.
      
      Change-Id: I9d3d4c8fc04af56c914c65f9c55f1e7b9517fc68
      4d0fa317
  4. Nov 19, 2012
  5. Nov 17, 2012
  6. Nov 15, 2012
  7. Sep 27, 2012
  8. Aug 15, 2012
    • Jean Chalard's avatar
      Refresh editor info when the text field attributes changes. · e234aed4
      Jean Chalard authored
      For some reason we get a "restarting" flag from the browser
      some times when the input field is different. The attributes
      however are not the same, so we can detect that and reload
      appropriately.
      
      Bug: 6946793
      Change-Id: I6762dae6f41db690497b026a707d9cc89c840b34
      e234aed4
  9. Jul 23, 2012
  10. Jul 05, 2012
  11. May 08, 2012
  12. Apr 19, 2012
  13. Apr 03, 2012
  14. Mar 19, 2012
  15. Feb 23, 2012
    • Jean Chalard's avatar
      Remove logs now that we don't need them any more. · 5e4d2a0f
      Jean Chalard authored
      This has served its purpose, we don't need this any more.
      The logging function itself can be kept since it's not called
      any more. It may come in handy later.
      Bug: 6053661
      
      Change-Id: Icb40dad131793a704dbe6514cf7433e43ea04450
      5e4d2a0f
    • Jean Chalard's avatar
      Add debug prints to help with debugging · 3f65960e
      Jean Chalard authored
      This is intended to help tracking #6048808.
      Another bug has been filed to remove this once we're done with
      the debugging: #6053661
      
      Change-Id: I4547fb71926af6dc2e9c23ee4b44e4e345be6657
      3f65960e
  16. Feb 03, 2012
  17. Dec 20, 2011
    • Jean Chalard's avatar
      Fix a bug with TYPE_TEXT_CLASS · 752d8cc4
      Jean Chalard authored
      This was introduced by a badly-rebased commit. The culprit was
      I103d6851. There was also another bug lurking there introduced
      by a previous commit that this fixes.
      
      Bug: 5775347
      Change-Id: I133b54a5159e19714f4bcae8ffbb4824cff9f466
      752d8cc4
  18. Dec 16, 2011
  19. Aug 15, 2011
  20. Aug 11, 2011
  21. Aug 04, 2011
  22. Apr 28, 2011
    • Jean Chalard's avatar
      Improve the architecture to support multiple dictionaries. · d8f52a4f
      Jean Chalard authored
      This change enables the interface to get multiple dictionaries from a
      dictionary pack. It only implements it to the end in the case of the
      proprietary method, as the open method needs still some working out,
      and the "inside the package" method does not need it.
      
      This change goes together with Iaa95bf36, and breaks the build
      without it.
      
      Bug: 1752028
      
      Change-Id: I3ccfd696e8ef083ef9c074e1c3e4bb0bf2fcfd23
      d8f52a4f
  23. Mar 18, 2011
    • Jean Chalard's avatar
      Add different ways of reading the dictionary file. · cba93f50
      Jean Chalard authored
      This change adds basic support for an external dictionary provider.
      It adds methods for reading the dictionary itself from an asset in
      the dictionary provider package directly, obtaining the file name
      through the ContentProvider interface; it also adds a way of getting
      the data through an InputStream and copying the file locally.
      
      Incidentally this change also adds the code needed to listen for
      updating the dictionary provider package and reloading it in time.
      
      This change also goes hand-in-hand with Iab31db6e, which implements
      the small closed part of this.
      
      Issue: 3414944
      
      Change-Id: I5e4fff99a59bb99dbdb002102db6c90e6cb41c8a
      cba93f50
  24. Jan 25, 2011
  25. Dec 09, 2010
  26. Aug 24, 2010
    • satok's avatar
      Clean up LatinIME java · 525141a4
      satok authored
      - remove unused code
      - add @Override
      - change the inappropriate cast
      
      Change-Id: Ib25b4939e5b4273794ab0f6349776b5b62d89894
      525141a4
  27. Apr 05, 2010
    • Jean-Baptiste Queru's avatar
      Clarify licensing · 443c360d
      Jean-Baptiste Queru authored
      -use AOSP copyright instead of Google
      -add NOTICE and tag file
      
      Bug: 2548782
      Change-Id: If50b2e9e9cc4b4876b0d047fc9f34e2d537a6da4
      443c360d
  28. Mar 30, 2010
  29. Mar 09, 2010
  30. Mar 05, 2010
  31. Jan 17, 2010
    • Mike LeBeau's avatar
      Migrate voice features into the open-source LatinIME. This includes · 466741d8
      Mike LeBeau authored
      the change to logging to remove any private dependencies and use
      broadcast intents to VoiceSearch instead.
      
      I have audited this code and it appears good to go for open-source,
      but would appreciate a second pair of eyes.
      
      Still to do after submitting this CL:
      
      * Reintroduce Amith's memory leak fix (37557) which was the only CL
        added to LatinIME since the last merge over to the private copy.
      * Make some changes to allow LatinIME to work without voice search
        installed. Currently I believe it will show the mic but fail if
        you press it. We need to base the visibility on the mic on the
        availability of the service.
      * Fix this code to use the new Gservices framework, it's still trying
        to use the old one.
      466741d8
  32. Jul 05, 2009
Loading