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
/
LatinIME.java
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge "Replace useless CharSequence to String"
Tadashi G. Takaoka
2012-10-22
1
-28
/
+26
|
\
\
|
*
|
Replace useless CharSequence to String
Tadashi G. Takaoka
2012-10-22
1
-28
/
+26
*
|
|
Add @UsedForTesting and @ExternallyReferenced annotations
Tadashi G. Takaoka
2012-10-22
1
-5
/
+6
|
/
/
*
|
Move AudioAndHapticFeedbackManager from LatinIME to KeyboardSwitcher
Tadashi G. Takaoka
2012-10-17
1
-11
/
+1
*
|
am b37e87e7: am 63b3fc0d: am 15142588: Merge "Have "no whitespace before curs...
Jean Chalard
2012-10-16
1
-0
/
+8
|
\
|
|
*
Merge "Have "no whitespace before cursor" upon gesture trigger phantom space"...
Jean Chalard
2012-10-16
1
-0
/
+8
|
|
\
|
|
*
Have "no whitespace before cursor" upon gesture trigger phantom space
Jean Chalard
2012-10-17
1
-0
/
+8
*
|
|
am 60211f0d: am 2631fe4c: am 6686e63f: Honor automatic shift turned off for g...
Jean Chalard
2012-10-16
1
-2
/
+2
|
\
|
|
|
*
|
Honor automatic shift turned off for gestures
Jean Chalard
2012-10-17
1
-2
/
+2
|
|
/
|
*
Avoid calling switchToLastInputMethod when other IMEs are in effect (DO NOT M...
Tadashi G. Takaoka
2012-10-06
1
-5
/
+8
*
|
Fix a small typo
Ken Wakasa
2012-10-07
1
-1
/
+1
*
|
Add SuggestedWords.isEmpty() method
Tadashi G. Takaoka
2012-10-03
1
-12
/
+8
*
|
am 4d009dbc: am ace7d128: am d445b56c: Fix possible NPE caused while monkey test
Tadashi G. Takaoka
2012-10-02
1
-2
/
+6
|
\
|
|
*
Fix possible NPE caused while monkey test
Tadashi G. Takaoka
2012-10-03
1
-2
/
+6
*
|
Avoid calling switchToLastInputMethod when other IMEs are in effect
Tadashi G. Takaoka
2012-10-02
1
-5
/
+8
|
/
*
Remove debug prints.
Jean Chalard
2012-10-01
1
-0
/
+4
*
Fix gesture detection algorithm
Tadashi G. Takaoka
2012-09-28
1
-14
/
+33
*
Cleanup: Make some classes as final
Tadashi G. Takaoka
2012-09-27
1
-2
/
+2
*
Merge "Add suggestion span upon starting a gesture." into jb-mr1-dev
Jean Chalard
2012-09-24
1
-5
/
+11
|
\
|
*
Add suggestion span upon starting a gesture.
Jean Chalard
2012-09-24
1
-5
/
+11
*
|
Merge "Fix a bug where the cursor pos wouldn't be tracked correctly" into jb-...
Jean Chalard
2012-09-24
1
-1
/
+1
|
\
\
|
*
|
Fix a bug where the cursor pos wouldn't be tracked correctly
Jean Chalard
2012-09-24
1
-1
/
+1
|
|
/
*
/
Set punctuation suggestions at start if activated
Jean Chalard
2012-09-24
1
-1
/
+3
|
/
*
Fix a race condition with shift
Jean Chalard
2012-09-24
1
-4
/
+6
*
Auto correct on gesture when typed word is 1 char long
Jean Chalard
2012-09-20
1
-1
/
+12
*
Log for geometric input
Satoshi Kataoka
2012-09-19
1
-10
/
+34
*
Mark 2 resolved TODOS as such (A14)
Jean Chalard
2012-09-18
1
-2
/
+2
*
Remove useless code (A12)
Jean Chalard
2012-09-18
1
-13
/
+0
*
Take space state into account for caps (A11)
Jean Chalard
2012-09-18
1
-8
/
+10
*
Take locale into account for caps (A10)
Jean Chalard
2012-09-14
1
-1
/
+1
*
Merge "Do not auto-correct upon starting a gesture." into jb-mr1-dev
Jean Chalard
2012-09-14
1
-1
/
+1
|
\
|
*
Do not auto-correct upon starting a gesture.
Jean Chalard
2012-09-14
1
-1
/
+1
*
|
Merge "Fix a bug with open parens and some other chars" into jb-mr1-dev
Jean Chalard
2012-09-14
1
-1
/
+2
|
\
\
|
*
|
Fix a bug with open parens and some other chars
Jean Chalard
2012-09-14
1
-1
/
+2
|
|
/
*
/
Asynchronously look up dictionary for gesture input
Tadashi G. Takaoka
2012-09-14
1
-72
/
+153
|
/
*
Merge "Import TextUtils.getCapsMode to fix it internally (A1)" into jb-mr1-dev
Jean Chalard
2012-09-13
1
-2
/
+2
|
\
|
*
Import TextUtils.getCapsMode to fix it internally (A1)
Jean Chalard
2012-09-13
1
-2
/
+2
*
|
Make onUpdateSelection much more resilient to race conditions.
Jean Chalard
2012-09-13
1
-1
/
+2
|
/
*
Make Latin IME aware of its surrounding text.
Jean Chalard
2012-09-12
1
-8
/
+25
*
Display punctuation suggestions on cursor move
Jean Chalard
2012-09-04
1
-1
/
+5
*
ResearchLogger no longer offers option to disable logging
Kurt Partridge
2012-08-30
1
-1
/
+1
*
Allow Latin IME to cancel smiley-auto-correct consistenly
Jean Chalard
2012-08-29
1
-29
/
+31
*
Auto-correct after smileys and gestures.
Jean Chalard
2012-08-27
1
-2
/
+4
*
Merge "ResearchLogging capture full n-gram data" into jb-mr1-dev
Kurt Partridge
2012-08-22
1
-5
/
+3
|
\
|
*
ResearchLogging capture full n-gram data
Kurt Partridge
2012-08-21
1
-5
/
+3
*
|
Fix SubtypeSwitcher initialization path
Tadashi G. Takaoka
2012-08-22
1
-8
/
+23
*
|
Remove GCUtils utility class
Tadashi G. Takaoka
2012-08-22
1
-12
/
+1
|
/
*
Remove KeyboardSwitcher reference from ResearchLogger
Tadashi G. Takaoka
2012-08-22
1
-1
/
+1
*
ResearchLogger log RichInputConnection
Kurt Partridge
2012-08-21
1
-60
/
+16
*
Merge "Tell the shift mode to the word composer." into jb-mr1-dev
Jean Chalard
2012-08-21
1
-5
/
+15
|
\
[prev]
[next]