1. b1fef11 Defer spelling correction with apostrophe by Raph Levien · 10 years ago
  2. 5d6b6f2 Allow TextInfo to store ParcelableSpans for TextService by Yohei Yukawa · 10 years ago
  3. 776abc2 Uses VMRuntime.newUnpaddedArray for ideal array sizes by Adam Lesinski · 10 years ago
  4. ea4adf2 Prevent SpellChecker from setting invalid range by Jay Shrauner · 10 years ago
  5. d7429c1 Fix an issue where "SuggestionSpan"s are not removed properly by Satoshi Kataoka · 11 years ago
  6. 5bb4ee6d Fix an issue on changing the keyboard locale between spellchecking supported language to non-supported language by Satoshi Kataoka · 12 years ago
  7. 855f540 Merge "Minor changes in SpellCheckSpan pool management in SpellChecker" into jb-dev by Gilles Debunne · 12 years ago
  8. bec154c Allow the spell checker to remove existing misspelled spans by satok · 12 years ago
  9. 37e169c Add a safety net to set range span in the spell checker by satok · 12 years ago
  10. 12ff149 Merge "Spell checker underlines words even when there are no suggestions" into jb-dev by Gilles Debunne · 12 years ago
  11. 69865bd Minor changes in SpellCheckSpan pool management in SpellChecker by Gilles Debunne · 12 years ago
  12. a4c82c1 Not to add invalid spell check spans Bug: 6464197 by satok · 12 years ago
  13. 41347e9 Spell checker underlines words even when there are no suggestions by Gilles Debunne · 12 years ago
  14. 8589474 DO NOT MERGE. Backport If36b8a69e7fa22e837c99d Fix the issue that the spell check doesn't start when the user changes the cursor position by touch by satok · 12 years ago
  15. 24d146b Fix the boundary of the sentence level spell check by satok · 12 years ago
  16. 0b7d747 Merge "Editor uses a SpanWatcher to track EasyEditSpans" by Gilles Debunne · 12 years ago
  17. c62589c Editor uses a SpanWatcher to track EasyEditSpans by Gilles Debunne · 12 years ago
  18. 979de90 Fix the first boundary of the sentence level spell check by satok · 12 years ago
  19. e1e8748 Optimize the timing to query sentence level spell checking by satok · 12 years ago
  20. c7ee1b9 Get rid of "isSentenceLevelSpellCheckSupported" by satok · 12 years ago
  21. 0249b43 Faster and simpler replace in SSB, take two by Gilles Debunne · 12 years ago
  22. a4fb0cb Merge "Optimization of the request of the sentence level spell check" by satok · 12 years ago
  23. fe5a51e Optimization of the request of the sentence level spell check by satok · 12 years ago
  24. 3154fc4 Merge "Fix spell checker framework" by satok · 12 years ago
  25. 2428ccb Fix spell checker framework by satok · 12 years ago
  26. 792ee0c Fix possible NPE in SpellChecker by satok · 12 years ago
  27. 8898358 Handle sentence level spell checking hidden APIs by satok · 13 years ago
  28. d404fe1 Refactor sentence level spell checking APIs by satok · 12 years ago
  29. 07ba2a2 Minor typo fixes by Gilles Debunne · 12 years ago
  30. 6e0b22b Modified algorithm to remove duplicated suggestions by Gilles Debunne · 13 years ago
  31. f43305f Do not spell check when the keyboard language is not supported by the current spell checker by satok · 13 years ago
  32. 249d1e8 Re-synced MR1 and master for SpellChecker by Gilles Debunne · 13 years ago
  33. a4b1b8a am 7ffadba5: am 1fb90497: Merge "Text blinking cursor hard to see." into ics-mr1 by Gilles Debunne · 13 years ago
  34. c1761e7 Fixed build after merge by Gilles Debunne · 13 years ago
  35. 7cb77c1 resolved conflicts for merge of 1742f20c to master by Gilles Debunne · 13 years ago
  36. 961ebb9 Text blinking cursor hard to see. by Gilles Debunne · 13 years ago
  37. 2afcfa4 resolved conflicts for merge of 5371a165 to master by Gilles Debunne · 13 years ago
  38. be5f49f Performance improvements for long text edition. by Gilles Debunne · 13 years ago
  39. 653d3a2 Limit created string size in Spell Checker by Gilles Debunne · 13 years ago
  40. f9bb1cd resolved conflicts for merge of fb729202 to master by Gilles Debunne · 13 years ago
  41. 98a85c2 Merge "Invalidated bounds tightened in TextView" into ics-mr1 by Gilles Debunne · 13 years ago
  42. a49ba2f (de)activating spell check taken into account immediately by Gilles Debunne · 13 years ago
  43. 8615ac9 Invalidated bounds tightened in TextView by Gilles Debunne · 13 years ago
  44. 0dc1f64 add sentence level spell checker hidden apis by satok · 13 years ago
  45. c95b741 am 3628dafe: am 34bd5969: Merge "Respect user settings for spell checking language if explicitly set" into ics-mr1 by satok · 13 years ago
  46. 5673544 Bug 5575396: close spell session on language change by Marco Nelissen · 13 years ago
  47. 05f2470 Respect user settings for spell checking language if explicitly set by satok · 13 years ago
  48. 76bb11c Merge "Bug 5575396: close spell session on language change" into ics-mr1 by Gilles Debunne · 13 years ago
  49. 8b67db1 Bug 5575396: close spell session on language change by Gilles Debunne · 13 years ago
  50. 988af08 am 943f6d0b: Merge "Turn off the spell checker when the spell checker is disabled in the settings" into ics-mr1 by Ken Wakasa · 13 years ago
  51. 9b3855b Turn off the spell checker when the spell checker is disabled in the settings by satok · 13 years ago
  52. e9b8280 No threading issues in SpellChecker. by Gilles Debunne · 13 years ago
  53. 35199f5 Performance improvements for long text edition. by Gilles Debunne · 13 years ago
  54. 9d8d3f1 Spell checher's language synced with keyboard. by Gilles Debunne · 13 years ago
  55. b10d396 Merge "Bug 5385279: IOOB in createMisspelledSuggestionSpan" by Gilles Debunne · 13 years ago
  56. c08ec61 Bug 5385279: IOOB in createMisspelledSuggestionSpan by Gilles Debunne · 13 years ago
  57. 5915c88 Bug 5237623: word no longer underlined after replacement by Gilles Debunne · 13 years ago
  58. f656030 Bug 5437846: Crash in SpellChecker by Gilles Debunne · 13 years ago
  59. 287d6c6 Bug 5250788: LatinIME slows down as amount of Text increases by Gilles Debunne · 13 years ago
  60. e1fc4f6 Optimisations and bugs in SpellChecker by Gilles Debunne · 13 years ago
  61. 176cd0d Bug 5384674: When only one suggestion is returned, it is displayed twice by Gilles Debunne · 13 years ago
  62. 9fb4692 Merge "Bug 5384535: Underline for typo even if there are no suggestions" by Gilles Debunne · 13 years ago
  63. 70deff4 Use user's settings for the spell check language instead of the system locale by satok · 13 years ago
  64. 1dd7e53 Bug 5384535: Underline for typo even if there are no suggestions by Gilles Debunne · 13 years ago
  65. b062e81 Too many SpellCheckSpans are created. by Gilles Debunne · 13 years ago
  66. 186aaf9 Bug 5248215: Even though I turned off the Spelling correction, it still shows up by Gilles Debunne · 13 years ago
  67. a80599f Revert "Bug 5248215: Even though I turned off the Spelling correction, it still shows up" by Gilles Debunne · 13 years ago
  68. 6e405f8 Bug 5248215: Even though I turned off the Spelling correction, it still shows up by Gilles Debunne · 13 years ago
  69. 0eea668 Using ListView for Suggestion popup window by Gilles Debunne · 13 years ago
  70. 9906847 Bug 5218421: new NPE is SpellChecker when using Japanese language by Gilles Debunne · 13 years ago
  71. d6e3494 Bug 5218421. Spell check crash with Japanese characters by Gilles Debunne · 13 years ago
  72. 6435a56 Spell checking in TextViews by Gilles Debunne · 13 years ago