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
/
inputlogic
/
InputLogic.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug with no suggestions flag
Jean Chalard
2014-10-15
1
-3
/
+5
*
Use Add-To-Dictionary indicator only
Yohei Yukawa
2014-09-18
1
-112
/
+80
*
Fix a bug where recorrection would stop on connectors
Jean Chalard
2014-09-08
1
-2
/
+1
*
Follow up API signature change
Yohei Yukawa
2014-09-03
1
-1
/
+1
*
Set highlight color along with the commit indicator
Yohei Yukawa
2014-08-27
1
-2
/
+39
*
Set the text bgcolor only when CursorAnchorInfo is available
Yohei Yukawa
2014-08-27
1
-3
/
+18
*
Introduce a mechanism to hide the indicator speculatively
Yohei Yukawa
2014-08-26
1
-8
/
+25
*
Introduce commit/add-to-dictionary indicators
Yohei Yukawa
2014-08-26
1
-4
/
+140
*
Fix a bug where the top prediction would disappear.
Jean Chalard
2014-08-26
1
-12
/
+8
*
Fix build due to an illegal character
Yohei Yukawa
2014-08-24
1
-1
/
+1
*
Merge "Dismiss "Add to dictionary" hint with non-special char event" into lmp...
Yohei Yukawa
2014-08-25
1
-2
/
+7
|
\
|
*
Dismiss "Add to dictionary" hint with non-special char event
Yohei Yukawa
2014-08-24
1
-2
/
+7
*
|
Introduce #shouldShowAddToDictionaryHint
Yohei Yukawa
2014-08-24
1
-8
/
+15
*
|
Allow to add/remove background color to/from the committed text
Yohei Yukawa
2014-08-24
1
-2
/
+22
|
/
*
Add the input style to SuggestedWords.
Jean Chalard
2014-08-14
1
-15
/
+25
*
Revert "[HS2] Move more stuff to onStartInput"
Jean Chalard
2014-08-06
1
-1
/
+1
*
[HS3] Fix a bug on ICS
Jean Chalard
2014-08-06
1
-0
/
+1
*
[HS2] Move more stuff to onStartInput
Jean Chalard
2014-08-06
1
-1
/
+1
*
[HW16] Implement processing event chains.
Jean Chalard
2014-08-05
1
-7
/
+11
*
[HW15] Pass events instead of reading them from the transaction
Jean Chalard
2014-08-05
1
-42
/
+51
*
[HW14] Cleanup
Jean Chalard
2014-08-05
1
-37
/
+14
*
[HW13] Split up onCodeInput
Jean Chalard
2014-08-05
1
-110
/
+164
*
[HW12] Use the consumed status of the Event.
Jean Chalard
2014-08-04
1
-2
/
+18
*
[HW11] Cleanup
Jean Chalard
2014-07-31
1
-39
/
+33
*
[HW10] Pull the processed event in its eventual place
Jean Chalard
2014-07-31
1
-6
/
+9
*
[HW9] Pull the processed event further.
Jean Chalard
2014-07-31
1
-8
/
+12
*
[HW8] Pull up the processed event.
Jean Chalard
2014-07-30
1
-5
/
+5
*
[HW6] Split processing and applying the event.
Jean Chalard
2014-07-30
1
-2
/
+4
*
Revert "[HW6] Split processing and applying the event."
Ken Wakasa
2014-07-30
1
-4
/
+2
*
[HW6] Split processing and applying the event.
Jean Chalard
2014-07-29
1
-2
/
+4
*
Make "Show correction suggestions" as a binary option
Tadashi G. Takaoka
2014-07-27
1
-7
/
+7
*
Rename LatinImeLogger to DebugFlags
Tadashi G. Takaoka
2014-07-16
1
-2
/
+2
*
Move phrase gesture from additional features to public.
Keisuke Kuroyanagi
2014-07-08
1
-2
/
+5
*
Merge "[HW5] Make the word composer package private."
Ken Wakasa
2014-06-26
1
-1
/
+19
|
\
|
*
[HW5] Make the word composer package private.
Jean Chalard
2014-07-01
1
-1
/
+19
*
|
Merge "[HW4] Move a reference to WordComposer out of LatinIME"
Jean Chalard
2014-06-26
1
-0
/
+11
|
\
|
|
*
[HW4] Move a reference to WordComposer out of LatinIME
Jean Chalard
2014-07-01
1
-0
/
+11
*
|
Merge "Fix a unit test"
Jean Chalard
2014-06-26
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix a unit test
Jean Chalard
2014-07-01
1
-2
/
+4
*
|
[SD7] Actually check for script.
Jean Chalard
2014-07-01
1
-2
/
+7
|
/
*
[SD5(2)] Remove useless args
Jean Chalard
2014-07-01
1
-2
/
+1
*
Revert "[SD5] Remove useless args"
Ken Wakasa
2014-07-01
1
-1
/
+2
*
[SD5] Remove useless args
Jean Chalard
2014-06-30
1
-2
/
+1
*
[SD4] Restart suggestions on language change
Jean Chalard
2014-06-30
1
-10
/
+21
*
[SD3] Forward the script ID to where it will be used
Jean Chalard
2014-06-27
1
-11
/
+15
*
Merge "Find multiple previous word information to support n-gram."
Keisuke Kuroyanagi
2014-06-26
1
-3
/
+4
|
\
|
*
Find multiple previous word information to support n-gram.
Keisuke Kuroyanagi
2014-06-27
1
-3
/
+4
*
|
Merge "[HW1] Fix some bugs with event handling"
Jean Chalard
2014-06-24
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
[HW1] Fix some bugs with event handling
Jean Chalard
2014-06-26
1
-1
/
+1
*
|
Merge "Make PrevWordsInfo have multiple words' information."
Keisuke Kuroyanagi
2014-06-24
1
-1
/
+2
|
\
\
|
|
/
|
/
|
[next]