index
:
packages_inputmethods_LatinIME.git
mm6.0
q10.0
packages_inputmethods_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
*
Merge "Small optimization to eliminate a >0 check in RichInputConnection." in...
Tom Ouyang
2015-06-24
1
-4
/
+3
|
\
|
*
Small optimization to eliminate a >0 check in RichInputConnection.
Tom Ouyang
2015-06-24
1
-4
/
+3
*
|
Extend laggy connection timeout for initial load.
Dan Zivkovic
2015-06-24
1
-14
/
+27
|
/
*
Workaround for preserving responsiveness on a slow InputConnection.
Tom Ouyang
2015-06-23
1
-5
/
+39
*
Detection and logging of slow input connections.
Dan Zivkovic
2015-06-22
1
-7
/
+57
*
Cleanup before fixing getTextAfterCursor().
Dan Zivkovic
2015-06-19
1
-18
/
+13
*
Fix the NPE on selection string on unlearnWord
Mohammadinamul Sheik
2015-04-13
1
-0
/
+2
*
Extract fewer characters in getWordRangeAtCursor().
Tom Ouyang
2015-04-09
1
-2
/
+2
*
Read less data from the input connection.
Dan Zivkovic
2015-04-07
1
-4
/
+4
*
Ignore the Emoji key when not connected.
Dan Zivkovic
2015-02-26
1
-24
/
+32
*
Fix master build.
Dan Zivkovic
2015-02-11
1
-1
/
+1
*
Remove shortcut support from LatinIME.
Dan Zivkovic
2015-02-11
1
-1
/
+1
*
Move decoder specific constants to DecoderSpecificConstants.java
Mohammadinamul Sheik
2015-02-05
1
-3
/
+6
*
Removing code from RichInputConnection.
Dan Zivkovic
2015-02-04
1
-49
/
+4
*
Selections spans should not split surrogate pair.
Dan Zivkovic
2015-02-04
1
-1
/
+24
*
Remnant of green [+] feature.
Dan Zivkovic
2015-02-04
1
-38
/
+5
*
Move StringUtils under common.
Jean Chalard
2014-10-28
1
-1
/
+1
*
Move Constants.java to the latin.common package
Ken Wakasa
2014-10-23
1
-0
/
+1
*
Fix a concurrency bug that ends up in a crash.
Jean Chalard
2014-10-23
1
-1
/
+3
*
Fix Javadoc and null analysis related warnings
Tadashi G. Takaoka
2014-10-23
1
-0
/
+3
*
Fix some compiler warnings
Tadashi G. Takaoka
2014-10-21
1
-13
/
+6
*
Fix an NPE.
Jean Chalard
2014-10-14
1
-1
/
+2
*
Add calls to stub for API to consume gesture data.
David Faden
2014-10-03
1
-1
/
+12
*
Make a better effort to detect a framework lie.
Jean Chalard
2014-10-01
1
-3
/
+17
*
Rename PrevWordsInfo to NgramContext.
Keisuke Kuroyanagi
2014-09-29
1
-4
/
+4
*
resolved conflicts for merge of 233a2f21 to master
Yohei Yukawa
2014-09-18
1
-3
/
+6
|
\
|
*
Use Add-To-Dictionary indicator only
Yohei Yukawa
2014-09-18
1
-3
/
+6
*
|
am 61e7afa6: am 0eaa25e0: am 914078fd: Fix a bug where recorrection would sto...
Jean Chalard
2014-09-08
1
-6
/
+14
|
\
|
|
*
Fix a bug where recorrection would stop on connectors
Jean Chalard
2014-09-08
1
-6
/
+14
*
|
Fix the sentence separator for Hindi.
Jean Chalard
2014-09-08
1
-4
/
+6
|
/
*
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
[next]