Skip to content
Snippets Groups Projects
  1. Jul 08, 2011
  2. Jul 04, 2011
  3. Jul 01, 2011
  4. Jun 23, 2011
  5. Jun 22, 2011
  6. Jun 21, 2011
  7. Jun 10, 2011
  8. May 25, 2011
  9. May 20, 2011
  10. May 18, 2011
  11. Apr 22, 2011
  12. 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
  13. Apr 15, 2011
  14. 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
  15. 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
  16. Mar 08, 2011
  17. Mar 04, 2011
  18. Feb 25, 2011
  19. Feb 23, 2011
  20. Feb 20, 2011
  21. Feb 17, 2011
  22. Feb 14, 2011
  23. 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
  24. Jan 25, 2011
  25. Jan 21, 2011
  26. Jan 20, 2011
  27. Jan 17, 2011
  28. Jan 07, 2011
  29. Dec 20, 2010
  30. Dec 17, 2010
    • Tadashi G. Takaoka's avatar
      Add popupKeyboardTemplate attribute to Keyboard · 9b6d1d52
      Tadashi G. Takaoka authored
      This change
      - introduces the popupKeyboardTemplate attribute of Keyboard to
        specify XML Keyboard file for popup mini keyboard.
      - introduces the maxPopupKeyboardColumn attribute of Keyboard to
        specify the maximum column of popup mini keyboard.
      - changes the content format of the popupCharacters attribute of Key.
        It now represents keyLabel, codes and keyTextOutput of each key of
        popup mini keyboard using CSV format.
      
      Bug: 2214959
      Change-Id: I539e310f7e38a049ee193de0b4ad5d7afdce37b1
      9b6d1d52
  31. Dec 16, 2010
    • Tadashi G. Takaoka's avatar
      Fix unit test to run · f8bad151
      Tadashi G. Takaoka authored
      Note that two tests in SuggestTests fail. Commented out these for now.
      
      Change-Id: I652ffa1dd8e7b742ea0491ddd7efc14cea1430d4
      f8bad151
  32. Dec 13, 2010
Loading