Skip to content
Snippets Groups Projects
  1. Apr 16, 2013
    • Jean Chalard's avatar
      Fix an NPE · 2b42ad0e
      Jean Chalard authored
      Bug: 8620678
      Change-Id: Ia91761f33518a010b2844d34523cadece261c67e
      2b42ad0e
    • Jean Chalard's avatar
      Fix an NPE · 7be3ca2c
      Jean Chalard authored
      Bug: 8620758
      Change-Id: I39f07939ebb6148a48aae5b915ee807002a5b02d
      7be3ca2c
  2. Apr 15, 2013
    • Jean Chalard's avatar
      Small performance improvement / minor bugfix · 1e5bbe4c
      Jean Chalard authored
      The only place where it's used is checked for nullity.
      Also, it's possible, also difficult, to match a different
      recapitalize with the old code, triggering a bug that
      this fixes.
      
      Change-Id: I717d6df489025c75d1caca290a9086c3b39a9306
      1e5bbe4c
    • Jean Chalard's avatar
      Have Latin IME re-capitalize a selected string · 2995abe7
      Jean Chalard authored
      Upon pressing Shift, if there is currently a selected string, have
      Latin IME change its capitalization.
      This does not yet have the keyboard mode follow the mode - the change
      is complicated enough as is.
      
      Bug: 7657025
      Change-Id: I54fe8485f44e04efd72c71ac9feee5ce21ba06f2
      2995abe7
    • Jean Chalard's avatar
      If there are no suggestion span, recompute suggestions. · 0e9ee4d3
      Jean Chalard authored
      Bug: 8084810
      Change-Id: I1743c09c43ca6835bb2f607684b037bf17d36335
      0e9ee4d3
    • Jean Chalard's avatar
      Reject a previously user-refused suggestion. · d40f3f6b
      Jean Chalard authored
      If the user gestures a word, then hits backspace in
      disapproval, and gestures about the same thing again,
      make sure that we don't suggest the same thing again.
      
      Bug: 7549311
      Change-Id: I793bc4df7c3841fa8f2f4146707c26e873f374c1
      d40f3f6b
  3. Apr 12, 2013
  4. Apr 10, 2013
  5. Apr 09, 2013
  6. Apr 01, 2013
    • Kurt Partridge's avatar
      Do not record log split time when handling separator · 636b8c42
      Kurt Partridge authored
      Previously handleSeparator() caused the ResearchLogger to mark the time at which a LogUnit should be
      broken.  However, this causes the motion data associated with a separator to be associated with the
      LogUnit of the previous word.  This change corrects this bug.
      
      Change-Id: I8b4d4fa6de2a013de9e2a28bb668c446a07f1957
      636b8c42
  7. Mar 26, 2013
    • Kurt Partridge's avatar
      Reorder ResearchLogger call · cb25e1fe
      Kurt Partridge authored
      Previously, ResearchLogger#onWordFinished() was called with an outdated parameter value for
      isBatchMode, causing it to report false even for gestures.  This changes fixes this problem.
      
      Change-Id: Ifcabee236ba5fe20376ad882155d3f3142cd7613
      cb25e1fe
    • Kurt Partridge's avatar
      Close ResearchLogger upon onFinishInputView · 87bc3a4a
      Kurt Partridge authored
      Previously, ResearchLogger#stop() was called both in
      LatinIME#onFinishInputView() and in LatinIME#onWindowHidden().  This
      resulted in multiple logs being written.
      
      Since onFinishInputView is the more reliable of the two (it is called
      in InputMethodService#onDestroy; onWindowHidden is not), the code now
      uses onFinishInputView as a stopping signal.
      
      Change-Id: Iae4b8c3bdab226027624eeab19b3737367e4a108
      87bc3a4a
  8. Mar 25, 2013
  9. Mar 22, 2013
    • Satoshi Kataoka's avatar
      Fix appname · 3c8117c8
      Satoshi Kataoka authored
      Bug: 6789579
      Change-Id: Ic4694e36e0846af95fa8dcdef919be251983b528
      3c8117c8
  10. Mar 19, 2013
  11. Mar 18, 2013
  12. Mar 13, 2013
  13. Mar 07, 2013
  14. Mar 01, 2013
  15. Feb 27, 2013
  16. Feb 23, 2013
    • Jean Chalard's avatar
      Fix how the Enter action is decided · 4e4f8812
      Jean Chalard authored
      This unifies the software and hardware keyboard code
      under a single decision process that works.
      
      Bug: 8129303
      Bug: 8152758
      Change-Id: I7574c563d5f957d57bfe62fe5e3eec59a519d335
      4e4f8812
  17. Feb 12, 2013
  18. Feb 05, 2013
  19. Jan 29, 2013
    • Kurt Partridge's avatar
      [Rlog27] Add replay capability · f3731188
      Kurt Partridge authored
      - Add support for replaying log files to the ResearchLogger.  This will let
        users preview data that they choose to upload.
      - When the user explicitly requests that the system record their action, it
        will record everything up to, and including, the motion involved in shutting
        off the recording.  This change also removes the stop-recording motion
        commands.
      
      Change-Id: Ib1df383bbf1881512cb111fab9f6749c25e436ba
      f3731188
  20. Jan 25, 2013
  21. Jan 24, 2013
  22. Jan 23, 2013
    • Tadashi G. Takaoka's avatar
      Fix activity flags to launch settings activity · 40651c8c
      Tadashi G. Takaoka authored
      This change adds the following flags to the intent to lauch settings activity.
       - Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED
       - Intent.FLAG_ACTIVITY_CLEAR_TOP
      
      Bug: 8055342
      Change-Id: I85284409bbba3fd284442e5ac4c7a55e58ad15ec
      40651c8c
  23. Jan 22, 2013
    • Kurt Partridge's avatar
      [Rlog81a] Determine correction type of words · 0c16a5c6
      Kurt Partridge authored
      Heuristic to determine whether a word was a typo correction or a complete
      replacement by examining a correction to see if it falls within the list of
      suggested words of the original.
      
      Change-Id: Ieec4861a811e96aef0d14622e662b589ef8b4772
      0c16a5c6
  24. Jan 21, 2013
  25. Jan 18, 2013
  26. Jan 17, 2013
Loading