Skip to content
Snippets Groups Projects
  1. Aug 13, 2014
  2. Aug 12, 2014
  3. Jul 30, 2014
  4. Jul 11, 2014
  5. Dec 13, 2013
    • Ken Wakasa's avatar
      Reset to 9bd6dac4 · 2fa3693c
      Ken Wakasa authored
      The bulk merge from -bayo to klp-dev should not have been merged to master.
      
      Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
      2fa3693c
  6. Jun 14, 2013
    • Keisuke Kuroynagi's avatar
      Use bloom filter in multi bigram map. · 1ff81e88
      Keisuke Kuroynagi authored
      Evaluated with previous word "this".
      without bloom filter (use only hash_map):
      Total 147792.34 (sum of others 147771.57)
      with bloom filter:
      Total 145900.64 (sum of others 145874.30)
      always read binary dictionary:
      Total 148603.14 (sum of others 148579.90)
      
      Bug: 8592527
      Change-Id: I821dc39454543826adb73b9eeeef6408fad8ae28
      1ff81e88
  7. Jun 04, 2013
    • Ken Wakasa's avatar
      Cleanups in JNI related code · ad0c6d7b
      Ken Wakasa authored
      Removed the malloc version in binary dictionary support -- this has not
      really been tested well so far, and the mmap version has been working pretty
      well after all.
      
      Several cosmetic fixes etc.
      
      Change-Id: Iad0da58b300b769fb5946a3e73fc96f56215980e
      ad0c6d7b
  8. Jan 08, 2013
  9. Aug 08, 2012
  10. Jul 31, 2012
  11. Jul 30, 2012
    • Ken Wakasa's avatar
      Misc cleanups · 5460ea38
      Ken Wakasa authored
      Change-Id: I28308f12c3064299acefc346b72279036c3726a7
      5460ea38
  12. Jul 25, 2012
  13. Oct 28, 2011
  14. Sep 29, 2011
  15. Sep 27, 2011
  16. Jun 18, 2011
  17. Feb 23, 2011
  18. Jan 18, 2011
    • Luca Zanolin's avatar
      Change the UI of Voice IME to be more like Voice Search. · bbd651a0
      Luca Zanolin authored
      There has been a bit of refactoring in RecognitionView in particular to fix the portrait layout.
      
      The main issues found were:
      
      - the size of the keyboard is specified in inches, and
      (cm)(inches + inches) != ((cm) inches) + ((cm) inches))
      
      - the height of keyboard background is high as the landscape keyboard, but it higher than
      the portrait keyboard. This is not an issue on LatinKeyboard, as it overwrite the
      onMeasure method. However, if I use the same image background in RelativeLayout
      the Relative layout height is set to the height of the background, thus higher than the keyboard
      
      - the change configuration was not propageted correctly
      
      Change-Id: Id5dca425826997c573ccae7a085d5ddc9719733b
      bbd651a0
  19. 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
  20. Sep 10, 2010
  21. Sep 08, 2010
  22. Sep 02, 2010
  23. Mar 09, 2010
  24. Feb 22, 2010
  25. Mar 13, 2009
Loading