Skip to content
Snippets Groups Projects
  1. Aug 07, 2012
  2. Aug 06, 2012
  3. 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
  4. Aug 02, 2012
  5. Aug 01, 2012
  6. Jul 31, 2012
    • Tadashi G. Takaoka's avatar
      Cancel the while-typing timer when user hits the spacebar · d2173b57
      Tadashi G. Takaoka authored
      Bug: 6689079
      Change-Id: I6b366acdcefb8b2c0d973a4f2a12329fc12eb5c5
      d2173b57
    • Tadashi G. Takaoka's avatar
      Fix east slavic keyboard layouts · b98b9574
      Tadashi G. Takaoka authored
      This change affects Ukrainian, Belarusian, Kyrgyz, and Russian
      keyboard. The followings are the layout changes for each language
      respectively.
      
      [Ukrainian]
       * Replace useless CYRILLIC LETTER E with CYRILLIC LETTER UKRAINIAN IE.
       * Replace useless CYRILLIC LETTER HARD SIGN with CYRILLIC LETTER YI
         on 10-inch tablet.
       * Add CYRILLIC LETTER GHE WITH UPTURN as more keys of CYRILLIC LETTER
         GHE.
      
      [Belarusian]
       * Add CYRILLIC LETTER IO as more keys of CYRILLIC LETTER IE.
       * Replace useless CYRILLIC LETTER HARD SIGN with CYRILLIC LETTER IE
         on 10-inch tablet.
      
      [Kyrgyz]
       * Add CYRILLIC LETTER IO as more keys of CYRILLIC LETTER IE.
       * Remove CYRILLIC LETTER HARD SIGN from more keys of CYRILLIC LETTER
         HA because CYRILLIC LETTER SOFT SIGN has it.
      
      [Russian]
       * Remove CYRILLIC LETTER HARD SIGN from more keys of CYRILLIC LETTER
         HA because CYRILLIC LETTER SOFT SIGN has it.
      
      This change also replace misspelled "more_keys_for_cyrillic_ye" text
      name with "more_keys_for_cyrillic_ie".
      
      Bug: 6881007
      Change-Id: I9e88c4e27f66225e1676f2b286a7e55b9f2cbf5b
      b98b9574
  7. Jul 30, 2012
  8. Jul 27, 2012
  9. Jul 26, 2012
  10. Jul 25, 2012
Loading