Skip to content
Snippets Groups Projects
  1. Jan 18, 2013
  2. Jan 17, 2013
  3. Jan 16, 2013
  4. Jan 15, 2013
  5. Jan 14, 2013
  6. Jan 12, 2013
  7. Jan 11, 2013
  8. Jan 10, 2013
    • Kurt Partridge's avatar
      [Rlog57b] fix logging of reverts · 75e69753
      Kurt Partridge authored
      Change-Id: I07c817061a0cc060197e0fea45195ca07a9bf276
      75e69753
    • Ken Wakasa's avatar
      Fix too thick gesture trail width · 4da2ed7a
      Ken Wakasa authored
      Change-Id: If1b78183b24fa0029bc28e5f56a988372182903e
      4da2ed7a
    • satok's avatar
      fix possible NPE in DebugSettings · e8b4fd26
      satok authored
      Change-Id: I44ec5bd3b2a00087603316f14d732164dbcf399f
      e8b4fd26
    • Tadashi G. Takaoka's avatar
      Show final suggested word when batch input is finished · 50d902ac
      Tadashi G. Takaoka authored
      This change moves dismiss timer of gesture floating preview text from
      PreviewPlacerView to KeyboardView.
      
      Bug: 7967461
      Change-Id: I0ca5beddc93cb4bc4a405f914d217d37b997402b
      50d902ac
    • Jean Chalard's avatar
      Initial implementation for dead keys (B3) · 6a26de1d
      Jean Chalard authored
      Bug: 5037589
      Change-Id: I9e1ff92df7d0c58eb7a0f33603adebc9efb86585
      6a26de1d
    • Kurt Partridge's avatar
      [Rlog57a] include logUnit boundaries in output · b74a0a78
      Kurt Partridge authored
      Change-Id: I4d1647b971b0e7a4cf1a96f341236f6ab1d2ab16
      b74a0a78
    • Jean Chalard's avatar
      Fix international tests · 912ad461
      Jean Chalard authored
      Tests have been broken again by recent changes to subtype
      choice within Latin IME. This fixes the problem and all tests
      pass again.
      
      This change also includes a small fix to one test that was
      checking for something irrelevant.
      
      Change-Id: I6a03dea24f99b0d2ad84c4161a8413f3060bb811
      912ad461
    • Tadashi G. Takaoka's avatar
      Add default button to vibration/volume settings dialog · a7a7f4e0
      Tadashi G. Takaoka authored
      Change-Id: I7beb4517314efdefeb47d91b14a6b02c3075c19f
      a7a7f4e0
    • Tadashi G. Takaoka's avatar
      Cancel update batch input timer only when point is added · b2f5d152
      Tadashi G. Takaoka authored
      Bug: 7972004
      Change-Id: Ie5db5910efba851976da2284cafc69be2910d354
      b2f5d152
    • Tadashi G. Takaoka's avatar
      SeekBarDialog supports neutral and dismiss listener · 88df3d92
      Tadashi G. Takaoka authored
      Change-Id: I652fd1a383ef4074c04d03a37ebc779d229474e6
      88df3d92
    • Jean Chalard's avatar
      Add words to Portuguese · 84f932be
      Jean Chalard authored
      >>> dictionaries/pt_BR_wordlist.combined.gz
      Header :
        date : 1355802839 <=> 1357790917
        version : 29 <=> 30
      Body :
      Added: à 30
      Added: é 30
      Added: ò 30
      Added: ô 30
      
      >>> dictionaries/pt_PT_wordlist.combined.gz
      Header :
        date : 1355802856 <=> 1357790930
        version : 29 <=> 30
      Body :
      Added: à 30
      Added: é 30
      Added: ò 30
      Added: ô 30
      
      >>> java/res/raw/main_pt_br.dict
      Header :
        date : 1355802839 <=> 1357790917
        version : 29 <=> 30
      Body :
      Added: à 30
      Added: é 30
      Added: ò 30
      Added: ô 30
      
      Bug: 7966948
      Change-Id: I71c0986cf616d67926d0a6a0e53099b04b0427d5
      84f932be
    • Kurt Partridge's avatar
      [Rlog56] Buffer words before pushing out LogUnit · 403c4239
      Kurt Partridge authored
      Previously, a logbuffer only held an n-gram.  Data went in and out of it, FIFO, until privacy
      conditions were met (i.e. data not collected too frequently), and then an n-gram was saved.
      E.g., if n=2, and only 10% of data is collected, then 18 words went through the logbuffer before
      it captured the next 2 words.
      
      However, if a user then went back and edited the n-gram, these edits were not captured.
      
      This change changes the logbuffer size to temporarily hold data about words that are not recorded,
      so that if the user backs up over them, the edits to an n-gram that we do eventually capture are
      stored.  If the example above, instead of a logbuffer holding 2 words, it holds 20.  The system
      waits until all the words not needed for the n-gram have been gathered (i.e. the buffer is full),
      so the user has adequate time to edit, before shifting out the n-gram.  The buffer is still flushed
      when the user closes the IME.  See the comment for MainLogBuffer for an explanation.
      
      multi-project commit with I45317bc95eeb859adc1b35b24d0478f2df1a67f3
      
      Change-Id: I4ffd95d08c6437dcf650d866ef9e24b6af512334
      403c4239
Loading