1. 94ac3d7 Fix NPE by Tadashi G. Takaoka · 15 years ago
  2. 3234123 Implement the spell checker. by Jean Chalard · 15 years ago
  3. ac21e0a Merge "Create a way to pass the proximity info to the dictionary" by Jean Chalard · 15 years ago
  4. 043f784 Create a way to pass the proximity info to the dictionary by Jean Chalard · 15 years ago
  5. 2e2906b Merge "Change the prune condition" by satok · 15 years ago
  6. f071e75 Change the prune condition by satok · 15 years ago
  7. 80ba224 Merge "Cleanup CandidateView class" by Tadashi G. Takaoka · 15 years ago
  8. d95a636 Cleanup CandidateView class by Tadashi G. Takaoka · 15 years ago
  9. 3aacd1d Merge "Additional hack for bug:4311428, a follow up for Ieade33d7." by Ken Wakasa · 15 years ago
  10. de30f9f Additional hack for bug:4311428, a follow up for Ieade33d7. by Ken Wakasa · 15 years ago
  11. 8289ded Merge "Remove newly unused code" by Jean Chalard · 15 years ago
  12. 54cb04e Merge "Move the input index and output index to correction state" by satok · 15 years ago
  13. 4e4e74e Move the input index and output index to correction state by satok · 15 years ago
  14. 09e91ee Remove newly unused code by Jean Chalard · 15 years ago
  15. 3889462 Handle non word separators correctly even for the initial letter of a word by Ken Wakasa · 15 years ago
  16. bb12dc4 Merge "Fix saving keyboard state while rotating" by Tadashi G. Takaoka · 15 years ago
  17. 99debd7 Merge "Reset keyboard shift lock state when new keyboard is ready" by Tadashi G. Takaoka · 15 years ago
  18. 38b5605 Fix saving keyboard state while rotating by Tadashi G. Takaoka · 15 years ago
  19. 73c0239 Reset keyboard shift lock state when new keyboard is ready by Tadashi G. Takaoka · 15 years ago
  20. 0f6c8e8 Move code related to ranking algorithm to correction_state.cpp by satok · 15 years ago
  21. e486290 Merge "Temporary don't use "looks type" for comming rename cl." by satok · 15 years ago
  22. 55d1c5e Temporary don't use "looks type" for comming rename cl. by satok · 15 years ago
  23. eedfef0 Merge "Retain keyboard layout while orientation change" by Tadashi G. Takaoka · 15 years ago
  24. 055054e Retain keyboard layout while orientation change by Tadashi G. Takaoka · 15 years ago
  25. a0ac590 Merge "Support label with icon key" by Tadashi G. Takaoka · 15 years ago
  26. 62d4a96 Support label with icon key by Tadashi G. Takaoka · 15 years ago
  27. 272dfe9 Merge "Replace ALT/More with more meaningful key labels" by Ken Wakasa · 15 years ago
  28. 09578c8 Replace ALT/More with more meaningful key labels by Ken Wakasa · 15 years ago
  29. 21fa416 Revive the missing Settings key on tablets by Ken Wakasa · 15 years ago
  30. 627427b Merge "Fix the popup char order for Arabic layout" by Ken Wakasa · 15 years ago
  31. 81f227d Merge "Change the dictionary file passing schema to a list of ids" by Jean Chalard · 15 years ago
  32. a1d2650 Fix the popup char order for Arabic layout by Ken Wakasa · 15 years ago
  33. b320134 Merge "Cleanup Keyboard related code and rename some classes" by Tadashi G. Takaoka · 15 years ago
  34. 1be29ab Cleanup Keyboard related code and rename some classes by Tadashi G. Takaoka · 15 years ago
  35. 27f3c83 Merge "Import revised translations." by Eric Fischer · 15 years ago
  36. df4db22 Import revised translations. by Eric Fischer · 15 years ago
  37. 047f63f "?123" should be up for translation for Arabic layouts by Ken Wakasa · 15 years ago
  38. 0b08a4b Add char limit for several key label resources by Ken Wakasa · 15 years ago
  39. fae8d60 Change the dictionary file passing schema to a list of ids by Jean Chalard · 15 years ago
  40. 588e2f2 Add bigram lookup implementation. by Jean Chalard · 15 years ago
  41. c1fd3cf Merge "Move code related to ranking algorithm to the correction state" by satok · 15 years ago
  42. 612c6e4 Move code related to ranking algorithm to the correction state by satok · 15 years ago
  43. 8da9a13 Make Keyboard object immutable except shift state by Tadashi G. Takaoka · 15 years ago
  44. 8d7782b Merge "Use generic interface for filed type of Keyboard" by Tadashi G. Takaoka · 15 years ago
  45. 04bc5a3 Merge "Add KeyboardParams class" by Tadashi G. Takaoka · 15 years ago
  46. 167e77f Use generic interface for filed type of Keyboard by Tadashi G. Takaoka · 15 years ago
  47. 4d8eb2e Make horigontalGap and verticalGap attributes of Row obsolete by Tadashi G. Takaoka · 15 years ago
  48. 1516d05 Add KeyboardParams class by Tadashi G. Takaoka · 15 years ago
  49. 723dd75 Remove Keyboard reference from Key object by Tadashi G. Takaoka · 15 years ago
  50. 30479de Merge "Cleanup key label case adjustment" by Tadashi G. Takaoka · 15 years ago
  51. c499866 Cleanup key label case adjustment by Tadashi G. Takaoka · 15 years ago
  52. b118d4c Cleanup icon drawable related code by Tadashi G. Takaoka · 15 years ago
  53. cb1cc0d Merge "Try to compensate for a race condition." by Jean Chalard · 15 years ago
  54. f2f9715 Try to compensate for a race condition. by Jean Chalard · 15 years ago
  55. 20cb6e8 Merge "Remove the systematic bias to the top." by Jean Chalard · 15 years ago
  56. d8eceb1 Remove the systematic bias to the top. by Jean Chalard · 15 years ago
  57. 49e0025 Remove '(' from the label of "to symbol" on phone layout by Tadashi G. Takaoka · 15 years ago
  58. 271e55f Merge "Filter non-ascii popup charcters from password keyboard" by Tadashi G. Takaoka · 15 years ago
  59. afa5e9a Merge "Add orientation to regression tests" by Tadashi G. Takaoka · 15 years ago
  60. 2fe68b9 Filter non-ascii popup charcters from password keyboard by Tadashi G. Takaoka · 15 years ago
  61. 3c70185 Add orientation to regression tests by Tadashi G. Takaoka · 15 years ago
  62. 59eeb1c Merge "Clean up revertLastWord()" by Ken Wakasa · 15 years ago
  63. 9351550 Clean up revertLastWord() by Ken Wakasa · 15 years ago
  64. db2c091 Remove old dictionary format code by satok · 15 years ago
  65. ccec497 Merge "Add correction state" by satok · 15 years ago
  66. 2df3060 Add correction state by satok · 15 years ago
  67. 48dda9e Merge smiley key style into return key style for phone by Tadashi G. Takaoka · 15 years ago
  68. e00d44d Show settings and tab key accordingly by Tadashi G. Takaoka · 15 years ago
  69. 35e675b Rename settingsPopupStyle to f1PopupStyle by Tadashi G. Takaoka · 15 years ago
  70. 3712231 Rename key label and alternates string resource names by Tadashi G. Takaoka · 15 years ago
  71. c3afe2c Replace the notion of "voice" with "shortcut" as many as possible by Tadashi G. Takaoka · 15 years ago
  72. 6a07d7d Merge "Rename popupSettingsStyle to f2PopupStyle" by Tadashi G. Takaoka · 15 years ago
  73. 83f6ca1 Merge "Fix exception message" by Tadashi G. Takaoka · 15 years ago
  74. 2afc2ad Merge "Eliminate "..." from the key that has no popup mini keyboard automatically" by Tadashi G. Takaoka · 15 years ago
  75. 0943072 Fix exception message by Tadashi G. Takaoka · 15 years ago
  76. e50733d Rename popupSettingsStyle to f2PopupStyle by Tadashi G. Takaoka · 15 years ago
  77. 0c6e57f Eliminate "..." from the key that has no popup mini keyboard automatically by Tadashi G. Takaoka · 15 years ago
  78. 73e716f Be aware of "nm" and "noMicrophoneKey" private IME option by Tadashi G. Takaoka · 15 years ago
  79. 2ba975a Turn off the Settings key by default by Ken Wakasa · 15 years ago
  80. 97c3565 Dismiss key preview regardless of key preview settings by Tadashi G. Takaoka · 15 years ago
  81. 364f1fd Add WindowWidthCache by Tadashi G. Takaoka · 15 years ago
  82. 0a054dd Cleanup KeyboardSwitcher internal a bit by Tadashi G. Takaoka · 15 years ago
  83. f12aa77 Merge "Simplifying accessibility code in keyboard's dispatchTouchEvent()" by Ken Wakasa · 15 years ago
  84. 4d94a99 Match the new name of the dictionary settings activity. by Jean Chalard · 15 years ago
  85. 4e7d066 Merge "Modified the test spell checker" by satok · 15 years ago
  86. 259ce17 Merge "Use isFullscreenMode to determine candidate container height" by Tadashi G. Takaoka · 15 years ago
  87. ecf43d4 Merge "Remove dead area around separators in the suggestion strip" by Tadashi G. Takaoka · 15 years ago
  88. 3782f2b Merge "Remove icon and negative button from dialogs" by Tadashi G. Takaoka · 15 years ago
  89. 5b3c834 Merge "Remove enableShiftLock attribute from KeyboardId" by Tadashi G. Takaoka · 15 years ago
  90. 6d9bcd5 Remove enableShiftLock attribute from KeyboardId by Tadashi G. Takaoka · 15 years ago
  91. 3440020 Merge "Remove unused method" by Tadashi G. Takaoka · 15 years ago
  92. b9538bc Merge "Fix that long pressing shift on symbol keyboard registers caps lock code" by Tadashi G. Takaoka · 15 years ago
  93. d4b5337 Remove unused method by Tadashi G. Takaoka · 15 years ago
  94. 4b1780f Use isFullscreenMode to determine candidate container height by Tadashi G. Takaoka · 15 years ago
  95. a1aab83 Remove dead area around separators in the suggestion strip by Tadashi G. Takaoka · 15 years ago
  96. e4b445f Remove icon and negative button from dialogs by Tadashi G. Takaoka · 15 years ago
  97. 851c326 Fix that long pressing shift on symbol keyboard registers caps lock code by Tadashi G. Takaoka · 15 years ago
  98. 65a898d Simplifying accessibility code in keyboard's dispatchTouchEvent() by Alan Viverette · 15 years ago
  99. c3d175c Fix wrong keyboard width when orientation has changed while IME is not shown by Tadashi G. Takaoka · 15 years ago
  100. a90992e Modified the test spell checker by satok · 15 years ago