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
...
|
*
Tell the shift mode to the word composer.
Jean Chalard
2012-08-21
1
-5
/
+15
*
|
Rename and consolidate some constants
Tadashi G. Takaoka
2012-08-21
1
-10
/
+9
*
|
Remove touch coordinate from pickSuggestionManually
Tadashi G. Takaoka
2012-08-21
1
-6
/
+5
|
/
*
Merge "Revert "ResearchLogger log RichInputConnection"" into jb-mr1-dev
Kurt Partridge
2012-08-20
1
-16
/
+60
|
\
|
*
Revert "ResearchLogger log RichInputConnection"
Kurt Partridge
2012-08-20
1
-16
/
+60
*
|
Merge "Revert "ResearchLogging capture full n-gram data"" into jb-mr1-dev
Kurt Partridge
2012-08-20
1
-3
/
+5
|
\
\
|
*
|
Revert "ResearchLogging capture full n-gram data"
Kurt Partridge
2012-08-20
1
-3
/
+5
*
|
|
Merge changes I568c90d4,I4667f8f6 into jb-mr1-dev
Kurt Partridge
2012-08-20
1
-5
/
+3
|
\
|
|
|
*
|
ResearchLogging capture full n-gram data
Kurt Partridge
2012-08-17
1
-5
/
+3
|
|
/
*
|
Merge "ResearchLogger log RichInputConnection" into jb-mr1-dev
Kurt Partridge
2012-08-20
1
-60
/
+16
|
\
|
|
*
ResearchLogger log RichInputConnection
Kurt Partridge
2012-08-17
1
-60
/
+16
*
|
Fix capitalization, part 1
Jean Chalard
2012-08-20
1
-0
/
+1
|
/
*
Fix NPE in LatinIME.addToUserHistoryDictionary()
Ken Wakasa
2012-08-18
1
-0
/
+1
*
Refresh editor info when the text field attributes changes.
Jean Chalard
2012-08-15
1
-5
/
+7
*
Fix the build.
alanv
2012-08-14
1
-1
/
+1
*
Merge "Change accessibility event type for app-driven speech." into jb-mr1-dev
Charles Chen
2012-08-14
1
-1
/
+1
|
\
|
*
Change accessibility event type for app-driven speech.
alanv
2012-08-10
1
-1
/
+1
*
|
Update dictionary availability at onStartInputView
Tadashi G. Takaoka
2012-08-09
1
-0
/
+1
*
|
Fix NPE and don't call UI API from non-UI thread
Tadashi G. Takaoka
2012-08-09
1
-14
/
+8
*
|
Add SuggestInitializationListener to BinaryDictionary.resetMainDict()
Tadashi G. Takaoka
2012-08-08
1
-1
/
+1
|
/
*
Lingering gesture floating preview text a bit
Tadashi G. Takaoka
2012-08-07
1
-37
/
+51
*
Separate updateSuggestionStrip from commitTyped
Tadashi G. Takaoka
2012-08-06
1
-5
/
+7
*
Cleanup unused code
Jean Chalard
2012-08-04
1
-5
/
+1
*
Using hardware accelerated drawing
Tadashi G. Takaoka
2012-08-03
1
-1
/
+1
*
Enable hardware accelerated drawing for SoftInputWindow of LatinIME
Ken Wakasa
2012-08-02
1
-0
/
+6
*
Don't forward phantom space state on stripper input
Jean Chalard
2012-07-31
1
-1
/
+6
*
Move gesture preview parameters to KeyboardView attributes
Tadashi G. Takaoka
2012-07-30
1
-3
/
+4
*
Add advanced options to turn on/off the gesture trail and text preview
Tadashi G. Takaoka
2012-07-30
1
-1
/
+3
*
Fix a bug with autocaps
Jean Chalard
2012-07-27
1
-0
/
+7
*
Handle correctly the restarting argument
Jean Chalard
2012-07-26
1
-16
/
+30
*
Merge "Remove unused setProximityCorrectionEnabled() methods"
Tadashi G. Takaoka
2012-07-25
1
-1
/
+0
|
\
|
*
Remove unused setProximityCorrectionEnabled() methods
Tadashi G. Takaoka
2012-07-25
1
-1
/
+0
*
|
Add dynamic floating preview for incremental gesture recognition.
Tom Ouyang
2012-07-25
1
-0
/
+4
|
/
*
Update gesture mode state when dictionary gets available
Tadashi G. Takaoka
2012-07-25
1
-3
/
+14
*
Add Suggest initialization finish listener
Tadashi G. Takaoka
2012-07-25
1
-2
/
+10
*
Merge "Update gesture suggestions even when suggestions strip is off"
Tadashi G. Takaoka
2012-07-23
1
-12
/
+16
|
\
|
*
Update gesture suggestions even when suggestions strip is off
Tadashi G. Takaoka
2012-07-23
1
-12
/
+16
*
|
Merge "Fix a bug with the 'add to dict' hint popping up too much"
Jean Chalard
2012-07-23
1
-9
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix a bug with the 'add to dict' hint popping up too much
Jean Chalard
2012-07-23
1
-9
/
+3
*
|
Rename suggestion strip related methods
Tadashi G. Takaoka
2012-07-23
1
-18
/
+18
|
/
*
Rename SuggestionsView to SuggestionStripView
Tadashi G. Takaoka
2012-07-23
1
-25
/
+28
*
Rename LatinKeyboardView to MainKeyboardView
Tadashi G. Takaoka
2012-07-23
1
-5
/
+5
*
ResearchLogger feedback form
Kurt Partridge
2012-07-22
1
-6
/
+14
*
ResearchLog refactor
Kurt Partridge
2012-07-20
1
-1
/
+2
*
ResearchLogger: make logging more reliable (esp on startup)
Kurt Partridge
2012-07-19
1
-2
/
+1
*
Change the batch input methods of KeyboardActionListener
Tadashi G. Takaoka
2012-07-18
1
-3
/
+12
*
Merging minimal gesture input
Tom Ouyang
2012-07-13
1
-9
/
+28
*
Increase encapsulation (A118)
Jean Chalard
2012-07-12
1
-6
/
+6
*
Merge "intentional logging"
Kurt Partridge
2012-07-10
1
-1
/
+1
|
\
|
*
intentional logging
Kurt Partridge
2012-07-10
1
-1
/
+1
[prev]
[next]