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
    • 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
    • Jean Chalard's avatar
      Fix an OOB exception · 4c976ace
      Jean Chalard authored
      Not sure exactly how this can happen, but at least this should
      prevent us from crashing.
      
      Bug: 6920884
      Change-Id: I451864756b48c5cb5e98b06edee917d88766d77f
      4c976ace
    • Tadashi G. Takaoka's avatar
      Using hardware accelerated drawing · 622d6a5b
      Tadashi G. Takaoka authored
      When Canvas has been hardware accelerated, don't use offscreen bitmap.
      
      Bug: 6872994
      Change-Id: I1121f76377991692bc29ebeedbfbfa1b2a12dbb7
      622d6a5b
  10. Aug 02, 2012
  11. Aug 01, 2012
Loading