Skip to content
Snippets Groups Projects
  1. Aug 04, 2011
  2. Aug 03, 2011
  3. Aug 02, 2011
  4. Aug 01, 2011
  5. Jul 29, 2011
  6. Jul 08, 2011
  7. Jul 04, 2011
  8. Jul 01, 2011
  9. Jun 23, 2011
  10. Jun 22, 2011
  11. Jun 21, 2011
  12. Jun 10, 2011
  13. May 25, 2011
  14. May 20, 2011
  15. May 18, 2011
  16. Apr 22, 2011
  17. Apr 20, 2011
    • Jean Chalard's avatar
      Move language-specific keyboard setting to resources. · c899038e
      Jean Chalard authored
      Some flag settings used to be stored in a keyboard layout extravalue setting. This
      change:
      - Introduces the capability of setting such specific flags in values/config.xml
      - Retains the ability to use extravalues (for layout-specific settings), though
        there is no more any such setting at the moment.
      - Fixes a bug where loading a dictionary from outside does not initialize the flags.
      - Moves Flag to another class.
      
      Note: this needs I705ec68c to avoid breaking the build
      
      Change-Id: Ia7703aae3215b06c0b3cb792821649806e8998c1
      c899038e
  18. Apr 15, 2011
  19. 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
  20. Mar 17, 2011
    • Tadashi G. Takaoka's avatar
      Refactor BinaryDictionary a bit · 071f4714
      Tadashi G. Takaoka authored
      This changes:
      * Flag initialization code in BinaryDictionary to be more unit test friendly.
      * Removing unnecessary class hierarchy of LatinIME inner class WordAlternatives.
      * Formatting normalized score neatly.
      
      Change-Id: I9f10c093d4f36258fe883cf3fb10cbbda2770497
      071f4714
  21. Mar 08, 2011
  22. Mar 04, 2011
  23. Feb 25, 2011
  24. Feb 23, 2011
  25. Feb 20, 2011
  26. Feb 17, 2011
  27. Feb 14, 2011
  28. Feb 08, 2011
    • Tadashi G. Takaoka's avatar
      Move and rename computeProximityThreshold · 5ef096f5
      Tadashi G. Takaoka authored
      Move and rename KeyboardView.computeProximityThreshold to
      KeyDetector.getMostCommonKeyWidth. And make it public for unit test
      use.
      
      This is a part of multi-project change (If751659a, Idb18f362)
      
      Bug: 3414081
      Change-Id: If751659a53c7412f836d6d28866760ffe84b179b
      5ef096f5
  29. Jan 25, 2011
  30. Jan 21, 2011
  31. Jan 20, 2011
  32. Jan 17, 2011
Loading