index
:
packages_input_LatinIME.git
kitkat
lp5.0
packages_input_LatinIME
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
src
/
com
/
android
/
inputmethod
/
latin
/
RichInputConnection.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Add-To-Dictionary indicator only
Yohei Yukawa
2014-09-18
1
-3
/
+6
*
Fix a bug where recorrection would stop on connectors
Jean Chalard
2014-09-08
1
-6
/
+14
*
Follow up API signature change
Yohei Yukawa
2014-09-03
1
-3
/
+3
*
Make sure to obtain the IC before requesting CursorAnchorInfo
Yohei Yukawa
2014-08-27
1
-2
/
+8
*
Set the text bgcolor only when CursorAnchorInfo is available
Yohei Yukawa
2014-08-27
1
-0
/
+31
*
Allow to add/remove background color to/from the committed text
Yohei Yukawa
2014-08-24
1
-2
/
+75
*
[HS3] Fix a bug on ICS
Jean Chalard
2014-08-06
1
-0
/
+22
*
Move getPrevWordsInfoFromNthPreviousWord to PrevWordsInfoUtils.
Keisuke Kuroyanagi
2014-07-07
1
-76
/
+3
*
[SD7] Actually check for script.
Jean Chalard
2014-07-01
1
-3
/
+7
*
[SD6] Inline a constant and remove logic become useless
Jean Chalard
2014-07-01
1
-21
/
+8
*
[SD5(2)] Remove useless args
Jean Chalard
2014-07-01
1
-16
/
+2
*
Revert "[SD5] Remove useless args"
Ken Wakasa
2014-07-01
1
-2
/
+16
*
[SD5] Remove useless args
Jean Chalard
2014-06-30
1
-16
/
+2
*
Merge "Revert "Move getPrevWordsInfoFromNthPreviousWord to StringUtlis.""
Ken Wakasa
2014-06-26
1
-1
/
+76
|
\
|
*
Revert "Move getPrevWordsInfoFromNthPreviousWord to StringUtlis."
Ken Wakasa
2014-06-27
1
-1
/
+76
*
|
Merge "Move getPrevWordsInfoFromNthPreviousWord to StringUtlis."
Keisuke Kuroyanagi
2014-06-26
1
-76
/
+1
|
\
|
|
*
Move getPrevWordsInfoFromNthPreviousWord to StringUtlis.
Keisuke Kuroyanagi
2014-06-27
1
-76
/
+1
*
|
Merge "Find multiple previous word information to support n-gram."
Keisuke Kuroyanagi
2014-06-26
1
-46
/
+59
|
\
|
|
*
Find multiple previous word information to support n-gram.
Keisuke Kuroyanagi
2014-06-27
1
-46
/
+59
*
|
Add a relevant suggestion to period-checkable requests
Jean Chalard
2014-06-27
1
-3
/
+2
|
/
*
Make PrevWordsInfo have multiple words' information.
Keisuke Kuroyanagi
2014-06-25
1
-1
/
+1
*
Fix a bug on rotation with selection.
Jean Chalard
2014-06-06
1
-0
/
+4
*
Make prevWord = null if the next word starts from a connector.
Keisuke Kuroyanagi
2014-05-30
1
-1
/
+17
*
Remove researcher logger
Tadashi G. Takaoka
2014-05-29
1
-32
/
+0
*
Introduce EMPTY_PREV_WORDS_INFO and BEGINNING_OF_SENTENCE.
Keisuke Kuroyanagi
2014-05-23
1
-6
/
+6
*
Add beginning of sentence information in PrevWordsInfo.
Keisuke Kuroyanagi
2014-05-21
1
-21
/
+34
*
Rework the logic that tells if the cursor touches words
Jean Chalard
2014-03-20
1
-7
/
+17
*
Don't reset the value needed before it's used
Jean Chalard
2014-03-10
1
-2
/
+2
*
Never pass negative values to setSelection.
Jean Chalard
2014-02-24
1
-2
/
+6
*
Change a heuristic and add a log.
Jean Chalard
2014-02-20
1
-3
/
+3
*
Don't distrust the cursor pos so much as to bug on IPC delay
Jean Chalard
2014-02-20
1
-14
/
+0
*
Comments improvements
Jean Chalard
2014-02-20
1
-2
/
+2
*
Fix a bug where the cache would be out of sync
Jean Chalard
2014-02-18
1
-1
/
+17
*
Don't resume suggestion on links.
Jean Chalard
2014-02-17
1
-1
/
+5
*
Try to figure out whether d.quotes open or close.
Jean Chalard
2014-01-27
1
-0
/
+11
*
Use sorted int[] to represent word separators
Tadashi G. Takaoka
2014-01-20
1
-10
/
+11
*
Refactor RichInputConnection a bit
Tadashi G. Takaoka
2014-01-17
1
-28
/
+27
*
[IL54] Add a mirror method to fix the cursor pos estimate
Jean Chalard
2014-01-10
1
-5
/
+55
*
[IL53] Fix a wrong test.
Jean Chalard
2014-01-10
1
-5
/
+7
*
Passing SpacingAndPunctuations to RichInputConnection.getNthPreviousWords
Tadashi G. Takaoka
2014-01-09
1
-5
/
+7
*
Passing SpacingAndPunctuations to CapsModeUtils.getCapsMode
Tadashi G. Takaoka
2014-01-09
1
-2
/
+1
*
Fix a race condition, take 2.
Jean Chalard
2014-01-08
1
-0
/
+4
*
Revert "Fix a race condition, take 2."
Jean Chalard
2014-01-08
1
-4
/
+0
*
Fix a race condition, take 2.
Jean Chalard
2014-01-08
1
-0
/
+4
*
[IL52] Remove a useless method.
Jean Chalard
2013-12-27
1
-39
/
+0
*
Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c
Ken Wakasa
2013-12-13
1
-76
/
+137
*
Fix many small nits.
Jean Chalard
2013-11-12
1
-2
/
+6
*
Stopgap solution for a crash.
Jean Chalard
2013-10-22
1
-1
/
+8
*
Make the sentence separator a resource.
Jean Chalard
2013-10-08
1
-4
/
+4
*
Fix the offdevice regression test build
Ken Wakasa
2013-09-25
1
-2
/
+4
[next]