Skip to content
Snippets Groups Projects
  1. Jun 16, 2014
  2. Jun 12, 2014
  3. Jun 10, 2014
    • Jean Chalard's avatar
      Special case periods in the spell checker · 4863a065
      Jean Chalard authored
      Special case <valid word>.<valid word> to send as a suggestion
      the same string where the periods is replaced by a space.
      
      Bug: 10780091
      Change-Id: I43c94675977f9ab5d7ee5671486cb742b39f3974
      4863a065
    • Jean Chalard's avatar
      Remove a useless method · e689d37f
      Jean Chalard authored
      Change-Id: I21a4219f682f43f4a84b1ab12d00dd930b35caa1
      e689d37f
    • Jean Chalard's avatar
      Remove mPrevWordsInfo · 367c199d
      Jean Chalard authored
      This member has outlived its usefulness. It's not clear now that it
      makes things really faster, but it does bring a lot of complexity
      that we can avoid by removing it.
      
      Change-Id: Ifbc8094a45b56b958fe165b1930f4cc358a97721
      367c199d
  4. Jun 09, 2014
  5. Jun 06, 2014
  6. Jun 04, 2014
    • Jean Chalard's avatar
      Refactoring · 4a1113b6
      Jean Chalard authored
      Rename `initialize' to `start' and `deactivate' to `stop' for ease
      of understanding. It's completely bizarre that you can "deactivate"
      a recapitalization and that will just restart a new one the next time
      you press shift. Start and stop are easier to understand.
      
      Change-Id: I455175aebfcfe11198c6c61bf2c6b19efc3f82df
      4a1113b6
  7. Jun 03, 2014
    • Tadashi G. Takaoka's avatar
      Reorder keys around the spacebar · dc62c711
      Tadashi G. Takaoka authored
      This CL reorders keys around the spacebar.
      - On phone's symbols and symbols shift layout, the comma key is moved
        to the left of the spacebar to aligned with main layout.
      - On tablet's layout, the comma key is moved to the left of the
        spacebar on all layout to aligned with the same layout of
        phone's. Also the comma key has "settings" as more keys.
      - In Arabic and Perisan, the comma key of tablet already has some more keys
        This CL remove "/" and add "settings" instead.
      
      Bug: 15281451
      Change-Id: I6e0e75e4d4abfb1f356e7499be91424c7c57c58b
      dc62c711
  8. May 30, 2014
  9. May 29, 2014
    • Jean Chalard's avatar
      Fix tests · d0d3d813
      Jean Chalard authored
      DEBUG in LatinIME has been changed by Ie52007dc to mean both
      DebugSettings.PREF_DEBUG_MODE and Settings.PREF_KEY_IS_INTERNAL
      instead of just DEBUG_MODE as used to be the case. Tests depend
      on the debug mode to test many things and they make sure they run
      in debug mode or they fail. This has tests understand the change in
      policy.
      
      Change-Id: Ie9f29e6a1d85e19704c8940d3fcf97c13c3dbaa6
      d0d3d813
    • Jean Chalard's avatar
      Fix: too many calls to getSuggestedWordsForTypingInput · 944923f2
      Jean Chalard authored
      This reverts commit d941ea18 and builds on it to fix the behavior
      of the broken cases.
      It also fixes a small, related bug that probably has existed for
      a very long time: predictions not displayed when cancelling
      double-space-to-period.
      
      Bug: 15148015
      Change-Id: I1f9358f8b6f5804f831643611576be347e83999d
      944923f2
    • Keisuke Kuroyanagi's avatar
      Remove PrioritizedSerialExecutor. · 94f88b48
      Keisuke Kuroyanagi authored
      Bug: 15320560
      Change-Id: Icb88a96ebd685da1d2cba7b07889a2751c603a2e
      94f88b48
    • Keisuke Kuroyanagi's avatar
      Add PersonalizationDictionaryTests. · 8d0a0d1f
      Keisuke Kuroyanagi authored
      Bug: 11778342
      Change-Id: Ice88f439ae11714e5ec9dd3b7616d0c2d59ea812
      8d0a0d1f
    • Tadashi G. Takaoka's avatar
      Remove researcher logger · bbf556e8
      Tadashi G. Takaoka authored
      This CL must be checked in together with I5cc76807e3.
      
      Bug: 15318007
      Change-Id: I61423c3377ddc299fb332e742d6626c2e47145bb
      bbf556e8
    • Jean Chalard's avatar
      Disable a test that fails for an unknown reason · 2381b8cf
      Jean Chalard authored
      It works when tested on the actual device, and on some versions
      of the platform. Until we know what's wrong with resource loading
      when running under the test harness, we need to disable this test.
      
      Change-Id: I2d7ed9db940b9b73739de8325665bdafb6af58cb
      2381b8cf
  10. May 28, 2014
  11. May 27, 2014
  12. May 26, 2014
  13. May 23, 2014
  14. May 21, 2014
Loading