Skip to content
Snippets Groups Projects
  1. Aug 20, 2010
  2. Jul 28, 2010
    • Jae Yong Sung's avatar
      - separate dict (uses xml) · 80aa14fd
      Jae Yong Sung authored
      - retrieve bigrams that only starts with character typed and neighbor keys
      - contacts bigram
      - performance measure
      
      bug: 2873133
      
      Change-Id: If97c005b18c82f3fafef50009dd2dfd972b0ab8f
      80aa14fd
  3. Jul 13, 2010
    • Jae Yong Sung's avatar
      added bigram prediction · 937d5ad0
      Jae Yong Sung authored
        - after first character, only suggests bigram data (but doesn't autocomplete)
        - after second character, words from dictionary gets rearranged by using bigram
        - compatible with old dictionary
        - added preference option to disable bigram
      
      Change-Id: Ia8f4e8fa55e797e86d858fd499887cd396388411
      937d5ad0
  4. Jun 02, 2010
  5. 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
  6. Mar 09, 2010
  7. Feb 08, 2010
    • Amith Yamasani's avatar
      Increase target size of preferred letters while typing. · 1b62ff1a
      Amith Yamasani authored
      This increases the chance of hitting the correct letter when typing a word
      that exists in the dictionary, rather than only correct it after the fact.
      It is most effective after 2 or 3 letters of a word have been typed and gets
      more accurate with more typed letters in the word.
      
      If 2 adjacent letters have similar probabilities of occuring, then there is no
      hit correction applied.
      1b62ff1a
  8. Dec 17, 2009
    • Amith Yamasani's avatar
      Input language switching. Bug: 2331173 · 36fcf258
      Amith Yamasani authored
      New feature to enable fast switching between input languages for
      multilingual users. Keyboard settings lets you select a bunch of
      languages to switch between from the Latin IME.
      
      Use the Globe icon to toggle between languages.
      
      Needs more work and some layout changes in specialized keyboards.
      
      Also added a Russian keyboard (needs some pixel TLC at the right edge).
      36fcf258
  9. Mar 13, 2009
Loading