- Aug 13, 2014
-
-
Tadashi G. Takaoka authored
Bug: 13988700 Change-Id: If23f8a14097431e76a303a6d6c24e8d9835fb655 (cherry picked from commit 3659c70f)
-
- Aug 12, 2014
-
-
Tadashi G. Takaoka authored
Bug: 13988700 Change-Id: I215e879ad33b149370c1d0a5fdcf2203c0fc8b4a (cherry picked from commit 34541bfe)
-
- Jul 30, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 14425059 Change-Id: I9962c546504288f6c22b1a7368f775decd229c62
-
- Jul 11, 2014
-
-
Keisuke Kuroyanagi authored
Bug: 13664080 Change-Id: I34c9d8046b339c9b855be378a5fad907382d1359
-
- Dec 13, 2013
-
-
Ken Wakasa authored
The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
-
- Jun 14, 2013
-
-
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
-
- Jun 04, 2013
-
-
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
-
- Jan 08, 2013
-
-
Ken Wakasa authored
Change-Id: Iea61e6c76a9a0437a1b2e8143f6ab5b09a8e211e
-
- Aug 08, 2012
-
-
Ken Wakasa authored
Change-Id: Iaa1014efe639dd79540835b0d5201093dbd8dab8
-
- Jul 31, 2012
-
-
Ken Wakasa authored
Change-Id: I9124366b2000cad54966fb6936bb4691bbf115a3
-
- Jul 30, 2012
-
-
Ken Wakasa authored
Change-Id: I28308f12c3064299acefc346b72279036c3726a7
-
- Jul 25, 2012
-
-
Ken Wakasa authored
Change-Id: I69c42ff945cdf0d5205c6ca61d6861a0479492dc
-
- Oct 28, 2011
-
-
Tadashi G. Takaoka authored
Change-Id: I7c4e32d0d69876c7ea85d6997c9a40fa362152eb
-
- Sep 29, 2011
-
-
Yusuke Nojima authored
Change-Id: I92958779377a530410d1682100f9d0a2ba267dea
-
- Sep 27, 2011
-
-
Yusuke Nojima authored
Bug: 5375319 Change-Id: If3016ab56b6c62c8855b394f23e09e127a279be7
-
- Jun 18, 2011
-
-
Ken Wakasa authored
Change-Id: I0062200a0181a491690115ac0fab8d11358e2f14
-
- Feb 23, 2011
-
-
satok authored
Bug: 3311719 Change-Id: Ie596304070e321ad23fb67a13bf05e2b6af1b54b
-
- Jan 18, 2011
-
-
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
-
- Dec 17, 2010
-
-
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
-
- Sep 10, 2010
-
-
Eric Fischer authored
It looks like these files are now being maintained in the source tree instead of by the translators, so add a "donottranslate" prefix so that reimporting translations will not overwrite the changes. Change-Id: I471744ef7d5786ddb705cbda494bb1fbced3028b
-
- Sep 08, 2010
-
-
Tadashi G. Takaoka authored
This also re-orders keyboard layout attribute and adds some android:popupCharacters. Bug: 2973749 Change-Id: I300fb4029a1844947731cb98a464d8d754cb03ef
-
Tadashi G. Takaoka authored
For some locales, donottranslate.xml were split or renamed. Bug: 2973749 Change-Id: Ic7f9cebe70a116b735bebc988778104bb1a40954
-
- Sep 02, 2010
-
-
Tadashi G. Takaoka authored
This change is only for English locale. For other locales we should need specification because keyboard layout and alternations are different by locale. Bug: 2959169 Change-Id: Ib63f53ce6c30d75eff78777aa0049b05d58ce55f
-
- Mar 09, 2010
-
-
Amith Yamasani authored
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986
-
- Feb 22, 2010
-
-
Amith Yamasani authored
Word prediction can begin after a tab now.
-
- Mar 13, 2009
-
-
The Android Open Source Project authored
-