1. d631651 Avoid the removal of high-ranking exactly typed candidates. by Jean Chalard · 14 years ago
  2. ab0ee37 Disable debug flag in TextEntryState by Tadashi G. Takaoka · 14 years ago
  3. bcfce3b Add whitelist dictionary by satok · 14 years ago
  4. eaecb56 Merge "Demote skipped characters matched words with respect to length." into honeycomb-mr1 by Jean Chalard · 14 years ago
  5. f9a5bfa Merge "Add the suggestion algorithm of words with space proximity" into honeycomb-mr1 by satok · 14 years ago
  6. 817e517 Add the suggestion algorithm of words with space proximity by satok · 14 years ago
  7. 07a8406 Demote skipped characters matched words with respect to length. by Jean Chalard · 14 years ago
  8. baf263c Fix a NPE caused by a null typedWord by Ken Wakasa · 14 years ago
  9. c2c44f9 Cleanup Suggest to be able to be unit test ready by Tadashi G. Takaoka · 14 years ago
  10. dca305d Merge "Move the auto correction functionalities to AutoCorrection.java" by satok · 14 years ago
  11. 9f67e12 Move the auto correction functionalities to AutoCorrection.java by satok · 14 years ago
  12. 4503e2e Hide shortcut key when the shortcut IME is not enabled by Tadashi G. Takaoka · 14 years ago
  13. 424f6ec Continue swapping sentence separator and space by Tadashi G. Takaoka · 14 years ago
  14. 662bb7c Refactor TextEntryState not to use enum by Tadashi G. Takaoka · 14 years ago
  15. 1eff7d7 Remove mIsApplicationSpecifiedCompletions flags from SuggestedWords by Tadashi G. Takaoka · 14 years ago
  16. c2bbc6a Use translation of fallback umlauts digraphs for German. by Jean Chalard · 15 years ago
  17. e594914 Remain in previous state while sliding off from shift key by Tadashi G. Takaoka · 14 years ago
  18. 6f99d12 Enable re-correction even after revert auto-correction by Tadashi G. Takaoka · 14 years ago
  19. 8bf93c4 Merge "Introduce timeout for "." shortcut" by Tadashi G. Takaoka · 14 years ago
  20. fc20f21 Introduce timeout for "." shortcut by Tadashi G. Takaoka · 14 years ago
  21. 7e99a28 Clear suggestion strip when the suggestion starts by Ken Wakasa · 14 years ago
  22. 18e15a1 Fix null token error by Ken Wakasa · 14 years ago
  23. 025a5e3 Reset the suggestion status when composing span gets cleared by Ken Wakasa · 15 years ago
  24. 952cb7e Refactor recorrection variable and method names by Ken Wakasa · 14 years ago
  25. 2e04770 Add output variables to BinaryDictionary's test entry by Tadashi G. Takaoka · 14 years ago
  26. 6f4eba8 Add test entry for BinaryDictionary class by Tadashi G. Takaoka · 14 years ago
  27. eaef1c5 Change how to load native lib to be on the safe side by Ken Wakasa · 15 years ago
  28. 52e96f1 Merge "Added support for speaking keys through accessibility service." by Tadashi Takaoka · 15 years ago
  29. d77e968 Merge "Add noSettingsKey private IME option" by Tadashi G. Takaoka · 15 years ago
  30. 6b05d48 Merge "Fix AutoText enabling timing" by Tadashi G. Takaoka · 15 years ago
  31. 4199e29 Add noSettingsKey private IME option by Tadashi G. Takaoka · 15 years ago
  32. 2702334 Fix AutoText enabling timing by Tadashi G. Takaoka · 15 years ago
  33. fdc4b08 Merge "Allow the user to save words when there is no binary dictionary." by Jean Chalard · 15 years ago
  34. 10c169a Merge "Add proximity info to native" by satok · 15 years ago
  35. 7f2ba16 Allow the user to save words when there is no binary dictionary. by Jean Chalard · 15 years ago
  36. dcade18 Added support for speaking keys through accessibility service. by Alan Viverette · 15 years ago
  37. 8fbd552 Add proximity info to native by satok · 15 years ago
  38. 435711d Merge "Fix privateImeOptions parsing" by Tadashi G. Takaoka · 15 years ago
  39. 8efc0ad Fix privateImeOptions parsing by Tadashi G. Takaoka · 15 years ago
  40. edb722a Merge "Add countryCode attribute to case tag of Keyboard" by Tadashi G. Takaoka · 15 years ago
  41. 912ade3 Add countryCode attribute to case tag of Keyboard by Tadashi G. Takaoka · 15 years ago
  42. cb97c2f Refactor keyboard mode holding variables by Tadashi G. Takaoka · 15 years ago
  43. a5d5849 Force autocorrection of matching words with different accents. by Jean Chalard · 15 years ago
  44. 050c046 Display language name on spacebar even in symbol keyboard. by Tadashi G. Takaoka · 15 years ago
  45. 4adf5d9 Disable non-ASCII symbol keys in password input by Tadashi G. Takaoka · 15 years ago
  46. a9f2fe2 Merge "Add "passwordInput" attribute to case tag of Keyboard" by Tadashi G. Takaoka · 15 years ago
  47. 4b13b4f Add "passwordInput" attribute to case tag of Keyboard by Tadashi G. Takaoka · 15 years ago
  48. 690b136 Don't play key press sound if the key is disabled by Tadashi G. Takaoka · 15 years ago
  49. fdb6a19 Read "enabled" attribute of Key from <key-style> by Tadashi G. Takaoka · 15 years ago
  50. ea6c2e3 Add "languageCode" attribute to "case" tag in Keyboard XML by Tadashi G. Takaoka · 15 years ago
  51. d9c52ba Rename imeOptions attribute of Keyboard to imeAction. by Tadashi G. Takaoka · 15 years ago
  52. aa721c4 Add "enabled" as an attribute of Key in Keyboard xml by Tadashi G. Takaoka · 15 years ago
  53. 290b4a8 Merge "Not to make a thread at changing view from keyboard to voice" by satok · 15 years ago
  54. 060efb6 Not to make a thread at changing view from keyboard to voice by satok · 15 years ago
  55. eebbe54 Merge "Fix password variation check code" by Ken Wakasa · 15 years ago
  56. 16ee377 Fix password variation check code by Ken Wakasa · 15 years ago
  57. 887f11e Remove next letters frequency handling by Tadashi G. Takaoka · 15 years ago
  58. a7b2ac2 Remove a useless flag. by Jean Chalard · 15 years ago
  59. b1e05d6 Fix NPE by Ken Wakasa · 15 years ago
  60. 75fa4b8 Merge "Add stack dumper helper function." by Jean Chalard · 15 years ago
  61. 5b85d03 Add stack dumper helper function. by Jean Chalard · 15 years ago
  62. 9a5d2ba Stop listening on shared preferences change. by Jean Chalard · 15 years ago
  63. 33e0b1e Add unit test helper method to BinaryDictionary and Suggest by Tadashi G. Takaoka · 15 years ago
  64. 39c323e Merge "Move and rename computeProximityThreshold" by Tadashi G. Takaoka · 15 years ago
  65. f0d99b8 Make the keyboard sound on by default for xlarge screens. by Jean Chalard · 15 years ago
  66. 5ef096f Move and rename computeProximityThreshold by Tadashi G. Takaoka · 15 years ago
  67. cf675cc am 78f9ee97: am 985fb645: Revert I871cfaaf Latin IME Keyboard sounds off by default by Jean-Michel Trivi · 15 years ago
  68. a428945 am 2fb80292: am 435ea0f5: Fix bug 3426884 Latin IME Keyboard sounds should be on by default by Jean-Michel Trivi · 15 years ago
  69. 985fb64 Revert I871cfaaf Latin IME Keyboard sounds off by default by Jean-Michel Trivi · 15 years ago
  70. 435ea0f Fix bug 3426884 Latin IME Keyboard sounds should be on by default by Jean-Michel Trivi · 15 years ago
  71. 8dac5fe Merge "Duplicate enabled languages when there is only one enabled language" by satok · 15 years ago
  72. c98a943 Duplicate enabled languages when there is only one enabled language by satok · 15 years ago
  73. fdb2225 Merge "Skip sudden jump detection on distinct multitouch device" by Tadashi G. Takaoka · 15 years ago
  74. 9a5b592 Skip sudden jump detection on distinct multitouch device by Tadashi G. Takaoka · 15 years ago
  75. f5cf266 Rename a member to comply to the member naming policy. by Jean Chalard · 15 years ago
  76. f9ec16f Kill the process when the debug mode is updated. by Jean Chalard · 15 years ago
  77. ea55bf5 Fix menu option dialog order by Tadashi G. Takaoka · 15 years ago
  78. 919cab4 Merge "Cleanup keyboard drawing code" by Tadashi G. Takaoka · 15 years ago
  79. f2fd472 Cleanup keyboard drawing code by Tadashi G. Takaoka · 15 years ago
  80. 6550dce Merge "Add debugging info for Latin IME." by Jean Chalard · 15 years ago
  81. 8553b5e Add debugging info for Latin IME. by Jean Chalard · 15 years ago
  82. 34252ba Use custom dialog builder building url link clickable from service by Tadashi G. Takaoka · 15 years ago
  83. eaa091d Merge "Fix subtype settings activity string" by Ken Wakasa · 15 years ago
  84. 435bd31 Fix subtype settings activity string by Ken Wakasa · 15 years ago
  85. 7281154 Do not read the pop up setting if the config says not to. by Jean Chalard · 15 years ago
  86. 063a98a Merge "Reuse keyboard view's drawing bitmap if possible" into honeycomb by Ken Wakasa · 15 years ago
  87. 513f1b0 Merge "Add hack to translate sudden move to up/down events" into honeycomb by Tadashi G. Takaoka · 15 years ago
  88. faf437b Add hack to translate sudden move to up/down events by Tadashi G. Takaoka · 15 years ago
  89. 5666301 Reuse keyboard view's drawing bitmap if possible by Ken Wakasa · 15 years ago
  90. 4d3b9d7 Import new icon for disabled mic key by Tadashi G. Takaoka · 15 years ago
  91. b5d7857 Merge "Fix auto-correction threshold and promote full matched words" into honeycomb by satok · 15 years ago
  92. 14e427d Fix safety net not to be enabled at aggressive autocompletion mode by satok · 15 years ago
  93. 58c49b9 Fix auto-correction threshold and promote full matched words by satok · 15 years ago
  94. 5c35e41 Merge "Fix BroadcastReceiver leakage in SubtypeSwitcher" into honeycomb by Tadashi G. Takaoka · 15 years ago
  95. 5ecb352 Merge "If there is no keyboard view attached, use voice input view." into honeycomb by satok · 15 years ago
  96. a42cc53 If there is no keyboard view attached, use voice input view. by satok · 15 years ago
  97. 123c4a3 Fix BroadcastReceiver leakage in SubtypeSwitcher by Tadashi G. Takaoka · 15 years ago
  98. b5e00d5 Fix NPE in isCandidateStripVisible() by Ken Wakasa · 15 years ago
  99. 5cd87e1 Disable shortcut key when network is not available by Tadashi G. Takaoka · 15 years ago
  100. 257b2a5 Merge "Hide recognition view when switchToLastInputMethod failed." into honeycomb by satok · 15 years ago