Skip to content
Snippets Groups Projects
  1. Feb 22, 2012
    • Jean Chalard's avatar
      Activate the code to cancel a manual pick (A5) · 9271b770
      Jean Chalard authored
      This finally makes active the behavior described in
      Bug: 5968922
      
      Change-Id: I363ed23270c3dea75411ea806011225097b5d07c
      9271b770
    • Jean Chalard's avatar
      Implement cancelling a manual pick (A4) · 32f0af1f
      Jean Chalard authored
      This is new code, but simple code. The new code path is never
      used for now, but it will be in an upcoming change. This serves
      to implement feature request #5968922
      
      Change-Id: I3e67731ec6e9fc0b86c5cbd972e9c081781c11a9
      32f0af1f
    • Jean Chalard's avatar
      Use the stored separator instead of reading it back (A3) · 193d23f4
      Jean Chalard authored
      Now that we have stored our committing separator, we can use
      it directly instead of reading it back from the text view
      paying the IPC cost. This prepares for feature request #5968922.
      
      Change-Id: Ifeaa2d659cf12b91c89d28e6ff7d07a669258184
      193d23f4
    • Jean Chalard's avatar
      Give LastComposedWord knowledge of the separator (A2) · 66bb5635
      Jean Chalard authored
      This stores the separator that was used to commit the word in
      the LastComposedWord. It may be NOT_A_SEPARATOR if there was
      no separator (for example, the cursor moved causing a commit,
      or there was a manual pick). This is necessary to implement
      feature request #5968922.
      
      Change-Id: I5fcf19a78ec66d68d4df89418eaef13952588207
      66bb5635
    • Jean Chalard's avatar
      Give LastComposedWord knowledge of the committed word (A1) · cf9d9262
      Jean Chalard authored
      There is no point storing the prospective autocorrect - we are
      recomputing it anyway. The committed word however will be necessary
      to implement feature request #5968922.
      
      Change-Id: I588c18e1a5a1050a791d601de465f421ccbe36cd
      cf9d9262
    • Jean Chalard's avatar
      Dismiss the hint on a non-word-starting non-separator · 5262fe88
      Jean Chalard authored
      This would happen when a character is not a separator but is not
      a word starter. Such characters include single quote and
      dollar, and others non-letter, non-separator chars.
      We set the bigram predictions if any - if not so configured, this
      will fallback on setting back punctuations into the strip.
      
      Bug: 6010408
      Change-Id: Id203bbe87f8c13de0d5027b555c9067c7ec98f92
      5262fe88
    • Jean Chalard's avatar
      Rename resources to reflect current usage · b141c9cd
      Jean Chalard authored
      Bug: 6010403
      Change-Id: Ia02ff31007296fdf6901504f238dfd9e4621f658
      b141c9cd
    • Jean Chalard's avatar
      Remove a useles parens · 8a3d3698
      Jean Chalard authored
      ...I could swear I had compiled :/
      
      Change-Id: I4e1fb2b1dda0a4ceffe2082935395d05297c63ec
      8a3d3698
  2. Feb 21, 2012
  3. Feb 20, 2012
  4. Feb 18, 2012
    • Jean Chalard's avatar
      Read the initial selection value. · 1fead1d5
      Jean Chalard authored
      It turns out this was available in an unexpected place.
      Fixes both the following bugs
      Bug: 5948469
      Bug: 6023118
      
      Change-Id: Ie1a91b8268540ea0f0df02bee94c3bbdeb0fa4c5
      1fead1d5
  5. Feb 17, 2012
  6. Feb 16, 2012
  7. Feb 10, 2012
  8. Feb 09, 2012
  9. Feb 08, 2012
  10. Feb 07, 2012
Loading