Skip to content
Snippets Groups Projects
  1. Aug 14, 2012
    • Jean Chalard's avatar
      Preemptive anti-deadlock device · e30c0580
      Jean Chalard authored
      We don't know of any actual bug in the implementation of the
      pool that may result in a deadlock, but this still implements
      a means out of a deadlock if one ever arises anyway. It's
      meant to improve the resilience of the spell checker.
      
      Bug: 5441027
      Change-Id: I689491090792dbb89110ee56631965c5bb2dc712
      e30c0580
    • Jean Chalard's avatar
      Fix a bug that would prevent spell checking · 5d6b8e18
      Jean Chalard authored
      java.lang.ArrayIndexOutOfBoundsException:
              [I offset=0 length=528 src.length=512
      com.android.inputmethod.keyboard.ProximityInfo
              .setProximityInfoNative(Native Method)
      com.android.inputmethod.keyboard.ProximityInfo
              .createSpellCheckerProximityInfo(ProximityInfo.java:85)
      com.android.inputmethod.latin.spellcheck.AndroidSpellCheckerService
              .createDictAndProximity(AndroidSpellCheckerService.java:411)
      
      The array was too small with respect with the passed size.
      
      Change-Id: I7777d7aecd17375d3fbf82854a66eb7a5a289ce6
      5d6b8e18
  2. Aug 13, 2012
  3. Aug 11, 2012
    • satok's avatar
      Fix JNI · 847c8dfe
      satok authored
      Change-Id: If134baf52e78fbe18b78611a23870f5d10c80955
      847c8dfe
  4. Aug 10, 2012
  5. Aug 09, 2012
  6. Aug 08, 2012
  7. Aug 07, 2012
  8. Aug 06, 2012
  9. Aug 03, 2012
    • Ying Wang's avatar
      Import translations. DO NOT MERGE · 3d5a0b90
      Ying Wang authored
      Change-Id: I9510061c7ae1f4020cd5c5d24ed75348556ee085
      Auto-generated-cl: translation import
      3d5a0b90
    • Jean Chalard's avatar
      Cleanup unused code · 8ee4b35c
      Jean Chalard authored
      The Italian dictionary has been amended to contain words that
      include apostrophes, and accordingly the apostrophe is now
      excluded from word separators in Italian.
      This code was only used for Italian, and in the general case
      it does the wrong thing; it was only needed by limitations of
      the old dictionary.
      
      Bug: 6929108
      Change-Id: I7ff4615e01899a1cebed2c4c51679cd0746740fe
      8ee4b35c
    • Jean Chalard's avatar
      Make a makedict command for dicttool (A3) · 54e84a00
      Jean Chalard authored
      This behaves exactly as the old makedict command. Further
      changes will redirect the calls to makedict to this, so as
      to consolidate similar code.
      
      Groundwork for
      Bug: 6429606
      
      Change-Id: Ibeadbf48bec70f988a15ca36ebf5d1ce3b5b54ea
      54e84a00
Loading